amazing new dotenv including manjaro
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,2 +1,7 @@
|
|||||||
.git
|
.git
|
||||||
backups
|
backups
|
||||||
|
moe*
|
||||||
|
moe/*
|
||||||
|
visual-studio*
|
||||||
|
wget-log
|
||||||
|
iosevka*
|
18
dotenv.sh
18
dotenv.sh
@ -24,15 +24,23 @@ if [ -f "/etc/debian_version" ]; then
|
|||||||
./scripts/install-debian.sh
|
./scripts/install-debian.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Node JS
|
# Update flatpak
|
||||||
|
flatpak update --assumeyes
|
||||||
|
|
||||||
|
# Node JS / NVM
|
||||||
./scripts/install-node.sh
|
./scripts/install-node.sh
|
||||||
source ~/.nvm/nvm.sh
|
source ~/.nvm/nvm.sh
|
||||||
|
|
||||||
|
# Ruby / RVM
|
||||||
|
./scripts/install-rvm.sh
|
||||||
|
source ~/.rvm/scripts/rvm
|
||||||
|
|
||||||
# VIM
|
# VIM
|
||||||
./scripts/install-vim.sh
|
./scripts/install-vim.sh
|
||||||
|
|
||||||
# Plasma Desktop
|
# Plasma Desktop
|
||||||
if [[ "$XDG_CURRENT_DESKTOP" -eq "KDE" ]]; then
|
if [[ "$DESKTOP_SESSION" -eq "plasma" ]]; then
|
||||||
echo "Plasma desktop crap disabled"
|
./scripts/install-plasma.sh
|
||||||
#./scripts/install-plasma.sh
|
fi
|
||||||
fi
|
|
||||||
|
# Iosevka
|
||||||
|
@ -1,182 +0,0 @@
|
|||||||
# This file has been auto-generated by i3-config-wizard(1).
|
|
||||||
# It will not be overwritten, so edit it as you like.
|
|
||||||
#
|
|
||||||
# Should you change your keyboard layout some time, delete
|
|
||||||
# this file and re-run i3-config-wizard(1).
|
|
||||||
#
|
|
||||||
|
|
||||||
# i3 config file (v4)
|
|
||||||
#
|
|
||||||
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
|
||||||
|
|
||||||
set $mod Mod4
|
|
||||||
|
|
||||||
# Font for window titles. Will also be used by the bar unless a different font
|
|
||||||
# is used in the bar {} block below.
|
|
||||||
font pango:Iosevka 8
|
|
||||||
|
|
||||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
|
||||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
|
||||||
#font pango:DejaVu Sans Mono 8
|
|
||||||
|
|
||||||
# The combination of xss-lock, nm-applet and pactl is a popular choice, so
|
|
||||||
# they are included here as an example. Modify as you see fit.
|
|
||||||
|
|
||||||
# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
|
|
||||||
# screen before suspend. Use loginctl lock-session to lock your screen.
|
|
||||||
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
|
||||||
|
|
||||||
# NetworkManager is the most popular way to manage wireless networks on Linux,
|
|
||||||
# and nm-applet is a desktop environment-independent system tray GUI for it.
|
|
||||||
exec --no-startup-id nm-applet
|
|
||||||
|
|
||||||
# Use pactl to adjust volume in PulseAudio.
|
|
||||||
set $refresh_i3status killall -SIGUSR1 i3status
|
|
||||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
|
|
||||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status
|
|
||||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
|
|
||||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
|
||||||
|
|
||||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
|
||||||
floating_modifier $mod
|
|
||||||
|
|
||||||
# start a terminal
|
|
||||||
bindsym $mod+Return exec xterm
|
|
||||||
|
|
||||||
# kill focused window
|
|
||||||
bindsym $mod+Shift+q kill
|
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
|
||||||
bindsym $mod+d exec --no-startup-id dmenu_run
|
|
||||||
# A more modern dmenu replacement is rofi:
|
|
||||||
# bindcode $mod+40 exec "rofi -modi drun,run -show drun"
|
|
||||||
# There also is i3-dmenu-desktop which only displays applications shipping a
|
|
||||||
# .desktop file. It is a wrapper around dmenu, so you need that installed.
|
|
||||||
# bindcode $mod+40 exec --no-startup-id i3-dmenu-desktop
|
|
||||||
|
|
||||||
# change focus
|
|
||||||
bindsym $mod+j focus left
|
|
||||||
bindsym $mod+k focus down
|
|
||||||
bindsym $mod+l focus up
|
|
||||||
bindsym $mod+semicolon focus right
|
|
||||||
|
|
||||||
# alternatively, you can use the cursor keys:
|
|
||||||
bindsym $mod+Left focus left
|
|
||||||
bindsym $mod+Down focus down
|
|
||||||
bindsym $mod+Up focus up
|
|
||||||
bindsym $mod+Right focus right
|
|
||||||
|
|
||||||
# move focused window
|
|
||||||
bindsym $mod+Shift+j move left
|
|
||||||
bindsym $mod+Shift+k move down
|
|
||||||
bindsym $mod+Shift+l move up
|
|
||||||
bindsym $mod+Shift+semicolon move right
|
|
||||||
|
|
||||||
# alternatively, you can use the cursor keys:
|
|
||||||
bindsym $mod+Shift+Left move left
|
|
||||||
bindsym $mod+Shift+Down move down
|
|
||||||
bindsym $mod+Shift+Up move up
|
|
||||||
bindsym $mod+Shift+Right move right
|
|
||||||
|
|
||||||
# split in horizontal orientation
|
|
||||||
bindsym $mod+h split h
|
|
||||||
|
|
||||||
# split in vertical orientation
|
|
||||||
bindsym $mod+v split v
|
|
||||||
|
|
||||||
# enter fullscreen mode for the focused container
|
|
||||||
bindsym $mod+f fullscreen toggle
|
|
||||||
|
|
||||||
# change container layout (stacked, tabbed, toggle split)
|
|
||||||
bindsym $mod+s layout stacking
|
|
||||||
bindsym $mod+w layout tabbed
|
|
||||||
bindsym $mod+e layout toggle split
|
|
||||||
|
|
||||||
# toggle tiling / floating
|
|
||||||
bindsym $mod+Shift+space floating toggle
|
|
||||||
|
|
||||||
# change focus between tiling / floating windows
|
|
||||||
bindsym $mod+space focus mode_toggle
|
|
||||||
|
|
||||||
# focus the parent container
|
|
||||||
bindsym $mod+a focus parent
|
|
||||||
|
|
||||||
# focus the child container
|
|
||||||
#bindsym $mod+d focus child
|
|
||||||
|
|
||||||
# Define names for default workspaces for which we configure key bindings later on.
|
|
||||||
# We use variables to avoid repeating the names in multiple places.
|
|
||||||
set $ws1 "1"
|
|
||||||
set $ws2 "2"
|
|
||||||
set $ws3 "3"
|
|
||||||
set $ws4 "4"
|
|
||||||
set $ws5 "5"
|
|
||||||
set $ws6 "6"
|
|
||||||
set $ws7 "7"
|
|
||||||
set $ws8 "8"
|
|
||||||
set $ws9 "9"
|
|
||||||
set $ws10 "10"
|
|
||||||
|
|
||||||
# switch to workspace
|
|
||||||
bindsym $mod+1 workspace number $ws1
|
|
||||||
bindsym $mod+2 workspace number $ws2
|
|
||||||
bindsym $mod+3 workspace number $ws3
|
|
||||||
bindsym $mod+4 workspace number $ws4
|
|
||||||
bindsym $mod+5 workspace number $ws5
|
|
||||||
bindsym $mod+6 workspace number $ws6
|
|
||||||
bindsym $mod+7 workspace number $ws7
|
|
||||||
bindsym $mod+8 workspace number $ws8
|
|
||||||
bindsym $mod+9 workspace number $ws9
|
|
||||||
bindsym $mod+0 workspace number $ws10
|
|
||||||
|
|
||||||
# move focused container to workspace
|
|
||||||
bindsym $mod+Shift+1 move container to workspace number $ws1
|
|
||||||
bindsym $mod+Shift+2 move container to workspace number $ws2
|
|
||||||
bindsym $mod+Shift+3 move container to workspace number $ws3
|
|
||||||
bindsym $mod+Shift+4 move container to workspace number $ws4
|
|
||||||
bindsym $mod+Shift+5 move container to workspace number $ws5
|
|
||||||
bindsym $mod+Shift+6 move container to workspace number $ws6
|
|
||||||
bindsym $mod+Shift+7 move container to workspace number $ws7
|
|
||||||
bindsym $mod+Shift+8 move container to workspace number $ws8
|
|
||||||
bindsym $mod+Shift+9 move container to workspace number $ws9
|
|
||||||
bindsym $mod+Shift+0 move container to workspace number $ws10
|
|
||||||
|
|
||||||
# reload the configuration file
|
|
||||||
bindsym $mod+Shift+c reload
|
|
||||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
|
||||||
bindsym $mod+Shift+r restart
|
|
||||||
# exit i3 (logs you out of your X session)
|
|
||||||
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
|
|
||||||
|
|
||||||
# resize window (you can also use the mouse for that)
|
|
||||||
mode "resize" {
|
|
||||||
# These bindings trigger as soon as you enter the resize mode
|
|
||||||
|
|
||||||
# Pressing left will shrink the window’s width.
|
|
||||||
# Pressing right will grow the window’s width.
|
|
||||||
# Pressing up will shrink the window’s height.
|
|
||||||
# Pressing down will grow the window’s height.
|
|
||||||
bindsym j resize shrink width 10 px or 10 ppt
|
|
||||||
bindsym k resize grow height 10 px or 10 ppt
|
|
||||||
bindsym l resize shrink height 10 px or 10 ppt
|
|
||||||
bindsym semicolon resize grow width 10 px or 10 ppt
|
|
||||||
|
|
||||||
# same bindings, but for the arrow keys
|
|
||||||
bindsym Left resize shrink width 10 px or 10 ppt
|
|
||||||
bindsym Down resize grow height 10 px or 10 ppt
|
|
||||||
bindsym Up resize shrink height 10 px or 10 ppt
|
|
||||||
bindsym Right resize grow width 10 px or 10 ppt
|
|
||||||
|
|
||||||
# back to normal: Enter or Escape or $mod+r
|
|
||||||
bindsym Return mode "default"
|
|
||||||
bindsym Escape mode "default"
|
|
||||||
bindsym $mod+r mode "default"
|
|
||||||
}
|
|
||||||
|
|
||||||
bindsym $mod+r mode "resize"
|
|
||||||
|
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
|
||||||
# finds out, if available)
|
|
||||||
bar {
|
|
||||||
status_command i3status
|
|
||||||
}
|
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Update
|
# Update
|
||||||
sudo pacman -Syuu
|
sudo pacman -Syuu -q --noconfirm
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
sudo pacman -S vim code unrar base-devel vlc firefox cmake -q --noconfirm
|
sudo pacman -S -q --noconfirm base-devel unrar git cmake curl wget flatpak neovim vim
|
@ -5,6 +5,4 @@ sudo apt update
|
|||||||
sudo apt upgrade
|
sudo apt upgrade
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
sudo apt install --assume-yes build-essential unrar vim git cmake neovim curl wget
|
sudo apt install --assume-yes build-essential unrar git cmake curl wget flatpak neovim vim
|
||||||
|
|
||||||
echo "alias vim=nvim" >> ~/.bashrc
|
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
sudo apt install steam-installer lutris
|
|
||||||
|
|
||||||
sudo add-apt-repository ppa:libretro/stable
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get --assume-yes install retroarch
|
|
@ -3,40 +3,102 @@
|
|||||||
# Create applications directory
|
# Create applications directory
|
||||||
mkdir -p ~/Applications
|
mkdir -p ~/Applications
|
||||||
|
|
||||||
# Install APT Software
|
# Prep snap
|
||||||
sudo apt install --assume-yes vlc firefox pinta font-viewer cheese peek gparted elisa meld filezilla obs-studio obs-plugins
|
sudo ln -s /var/lib/snapd/snap /snap
|
||||||
# Not used: sudo apt install inkscape krita
|
|
||||||
|
|
||||||
# Install Solaar (For MXM3 Mouse)
|
toInstall=(
|
||||||
sudo apt install --assume-yes solaar
|
firefox
|
||||||
|
gparted
|
||||||
|
solaar
|
||||||
|
qbittorrent
|
||||||
|
vlc
|
||||||
|
pinta
|
||||||
|
cheese
|
||||||
|
meld
|
||||||
|
filezilla
|
||||||
|
inkscape
|
||||||
|
gnome-chess
|
||||||
|
gnome-mines
|
||||||
|
gnome-sudoku
|
||||||
|
aisleriot
|
||||||
|
handbrake
|
||||||
|
audacity
|
||||||
|
blender
|
||||||
|
tiled
|
||||||
|
libreoffice-fresh
|
||||||
|
)
|
||||||
|
|
||||||
# Install snap Software
|
# Arch Linux Setup
|
||||||
sudo snap install bitwarden discord spectacle
|
if [ -f "/etc/arch-release" ]; then
|
||||||
sudo snap connect discord:system-observe
|
sudo pacman -S -q --noconfirm $toInstall
|
||||||
|
|
||||||
# Install WINE
|
# VS Code (Arch)
|
||||||
sudo apt install --assume-yes wine winetricks
|
git clone https://aur.archlinux.org/visual-studio-code-bin
|
||||||
|
cd visual-studio-code-bin
|
||||||
|
makepkg -si --noconfirm
|
||||||
|
cd ..
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Debian set up
|
||||||
|
if [ -f "/etc/debian_version" ]; then
|
||||||
|
sudo apt install --assume-yes $toInstall
|
||||||
|
|
||||||
|
# VS Code (Debian)
|
||||||
|
wget https://az764295.vo.msecnd.net/stable/899d46d82c4c95423fb7e10e68eba52050e30ba3/code_1.63.2-1639562499_amd64.deb -O ~/Downloads/vscode.deb
|
||||||
|
sudo dpkg -i ~/Downloads/vscode.deb
|
||||||
|
rm ~/Downloads/vscode.deb
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Install programs using flatpak
|
||||||
|
flatpak install flathub \
|
||||||
|
com.bitwarden.desktop \
|
||||||
|
com.obsproject.Studio \
|
||||||
|
com.discordapp.Discord \
|
||||||
|
com.usebottles.bottles \
|
||||||
|
org.libretro.RetroArch \
|
||||||
|
org.gnome.NetworkDisplays \
|
||||||
|
org.gnome.gitlab.YaLTeR.VideoTrimmer \
|
||||||
|
net.ankiweb.Anki \
|
||||||
|
com.orama_interactive.Pixelorama \
|
||||||
|
com.parsecgaming.parsec \
|
||||||
|
com.github.tenderowl.frog \
|
||||||
|
com.uploadedlobster.peek \
|
||||||
|
--assumeyes
|
||||||
|
|
||||||
# pCloud
|
# pCloud
|
||||||
wget https://p-def4.pcloud.com/cBZML0tunZ9jjz8wZZZFvXMi7Z2ZZmNzZkZg7ypVZHZSRZtFZtpZ57ZXHZoHZPFZTVZLzZozZhHZ2zZ2HZhAHEXZxgwQ3MSgNgHdl8yODbBr4yYhuDYy/pcloud -O ~/Applications/pcloud
|
wget https://p-def8.pcloud.com/cBZu1eKrMZMqwjTqZZZh9ILr7Z2ZZmNzZkZPF7pVZrHZrzZBpZpRZc5Z6pZopZ9pZApZGFZUJZkJZPpZkzZWTVkVZQDtD9nHvjKu7c1tTLeXYVj05EfNk/pcloud -O ~/Applications/pcloud
|
||||||
chmod +x ~/Applications/pcloud
|
chmod +x ~/Applications/pcloud
|
||||||
|
~/Applications/pcloud &
|
||||||
# VS Code
|
|
||||||
wget https://az764295.vo.msecnd.net/stable/899d46d82c4c95423fb7e10e68eba52050e30ba3/code_1.63.2-1639562499_amd64.deb -O ~/Downloads/vscode.deb
|
|
||||||
sudo dpkg -i ~/Downloads/vscode.deb
|
|
||||||
rm ~/Downloads/vscode.deb
|
|
||||||
|
|
||||||
# PIA
|
# PIA
|
||||||
wget https://installers.privateinternetaccess.com/download/pia-linux-3.2-06857.run -O ~/Downloads/pia.run
|
wget https://installers.privateinternetaccess.com/download/pia-linux-3.3.1-06924.run -O ~/Downloads/pia.run
|
||||||
chmod +x ~/Downloads/pia.run
|
chmod +x ~/Downloads/pia.run
|
||||||
mkdir -p ~/.config/privateinternetaccess
|
mkdir -p ~/.config/privateinternetaccess
|
||||||
cp ./scripts/pia-settings.json ~/.config/privateinternetaccess/clientsettings.json
|
cp ./scripts/pia-settings.json ~/.config/privateinternetaccess/clientsettings.json
|
||||||
~/Downloads/pia.run
|
~/Downloads/pia.run
|
||||||
rm ~/Downloads/pia.run
|
rm ~/Downloads/pia.run
|
||||||
|
|
||||||
# Begin KDE Configuration!
|
# Moe Theme
|
||||||
#mkdir -p ./backups
|
wget https://gitlab.com/jomada/moe-theme/-/archive/master/moe-theme-master.tar.gz -O moe.tar.gz
|
||||||
#cp ~/.config/plasma-org.kde.plasma.desktop-appletsrc ./backups/plasma-org.kde.plasma.desktop-appletsrc
|
tar -xzvf ./moe.tar.gz
|
||||||
#kquitapp5 plasmashell
|
|
||||||
#cp ./scripts/kde-config ~/.config/plasma-org.kde.plasma.desktop-appletsrc
|
# Dark
|
||||||
#kstart5 plasmashell
|
cp -r ./moe-theme-master/MoeDark-Global/* ~/.local/share/plasma/look-and-feel/
|
||||||
|
cp -r ./moe-theme-master/MoeDark ~/.local/share/plasma/desktoptheme/MoeDark
|
||||||
|
cp -r ./moe-theme-master/MoeDark-aurorae/* ~/.local/share/aurorae/themes/
|
||||||
|
cp ./moe-theme-master/Moe-Dark-color-schemes/MoeDark.colors ~/.local/share/color-schemes/MoeDark.colors
|
||||||
|
|
||||||
|
# Light
|
||||||
|
cp -r ./moe-theme-master/Moe-Global/* ~/.local/share/plasma/look-and-feel/
|
||||||
|
cp -r ./moe-theme-master/Moe ~/.local/share/plasma/desktoptheme/Moe
|
||||||
|
cp -r ./moe-theme-master/aurorae/* ~/.local/share/aurorae/themes/
|
||||||
|
cp ./moe-theme-master/color-schemes/Moe.colors ~/.local/share/color-schemes/Moe.colors
|
||||||
|
|
||||||
|
# Switch theme
|
||||||
|
lookandfeeltool -a Moe-Dark
|
||||||
|
|
||||||
|
# Iosevka Font
|
||||||
|
wget "https://objects.githubusercontent.com/github-production-release-asset-2e65be/39315600/97e975fb-b154-4b05-bd0a-3c818fdb02f9?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220424%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220424T063917Z&X-Amz-Expires=300&X-Amz-Signature=4edc659fe314a1f8b8964063152d98f2ce1e1c971619d87c08996443ce65cf68&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=39315600&response-content-disposition=attachment%3B%20filename%3Dsuper-ttc-iosevka-ss09-15.2.0.zip&response-content-type=application%2Foctet-stream" -O ./iosevka-ss09.zip
|
||||||
|
bsdtar xvf ./iosevka-ss09.zip
|
||||||
|
mkdir -p ~/.fonts
|
||||||
|
cp -r ./*.ttc ~/.fonts/
|
@ -1,6 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sudo apt-get install --assume-yes software-properties-common
|
gpg2 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
|
||||||
sudo apt-add-repository -y ppa:rael-gc/rvm
|
\curl -sSL https://get.rvm.io | bash -s stable
|
||||||
sudo apt-get update
|
source ~/.rvm/scripts/rvm
|
||||||
sudo apt-get install --assume-yes rvm
|
|
||||||
sudo usermod -a -G rvm $USER
|
# Install Ruby 2.7.2
|
||||||
|
rvm install 2.7.2
|
||||||
|
rvm use 2.7.2 --default
|
||||||
|
@ -11,3 +11,6 @@ vim +"PlugInstall --sync" +qa
|
|||||||
|
|
||||||
# Setup Configuration
|
# Setup Configuration
|
||||||
cat ./vimrc-config >> ~/.config/nvim/init.vim
|
cat ./vimrc-config >> ~/.config/nvim/init.vim
|
||||||
|
|
||||||
|
# Alias NEOVIM
|
||||||
|
echo "alias vim='nvim'" >> ~/.bashrc
|
@ -1,178 +0,0 @@
|
|||||||
[ActionPlugins][0]
|
|
||||||
MiddleButton;NoModifier=org.kde.paste
|
|
||||||
RightButton;NoModifier=org.kde.contextmenu
|
|
||||||
wheel:Vertical;NoModifier=org.kde.switchdesktop
|
|
||||||
|
|
||||||
[ActionPlugins][1]
|
|
||||||
RightButton;NoModifier=org.kde.contextmenu
|
|
||||||
|
|
||||||
[Containments][1]
|
|
||||||
ItemGeometries-1200x1920=
|
|
||||||
ItemGeometries-1920x1200=
|
|
||||||
ItemGeometries-3440x1440=
|
|
||||||
ItemGeometriesHorizontal=
|
|
||||||
ItemGeometriesVertical=
|
|
||||||
activityId=f7ff637f-be97-4c91-a793-4c52957f3714
|
|
||||||
formfactor=0
|
|
||||||
immutability=1
|
|
||||||
lastScreen=0
|
|
||||||
location=0
|
|
||||||
plugin=org.kde.plasma.folder
|
|
||||||
wallpaperplugin=org.kde.image
|
|
||||||
|
|
||||||
[Containments][1][General]
|
|
||||||
ToolBoxButtonState=topcenter
|
|
||||||
ToolBoxButtonX=1140
|
|
||||||
|
|
||||||
[Containments][1][Wallpaper][org.kde.image][General]
|
|
||||||
Image=file:///usr/share/wallpapers/Next/contents/images/1920x1200.png
|
|
||||||
|
|
||||||
[Containments][2]
|
|
||||||
activityId=
|
|
||||||
formfactor=2
|
|
||||||
immutability=1
|
|
||||||
lastScreen=0
|
|
||||||
location=4
|
|
||||||
plugin=org.kde.panel
|
|
||||||
wallpaperplugin=org.kde.image
|
|
||||||
|
|
||||||
[Containments][2][Applets][19]
|
|
||||||
immutability=1
|
|
||||||
plugin=org.kde.plasma.digitalclock
|
|
||||||
|
|
||||||
[Containments][2][Applets][3]
|
|
||||||
immutability=1
|
|
||||||
plugin=org.kde.plasma.kickoff
|
|
||||||
|
|
||||||
[Containments][2][Applets][3][Configuration]
|
|
||||||
PreloadWeight=100
|
|
||||||
|
|
||||||
[Containments][2][Applets][3][Configuration][Configuration/General]
|
|
||||||
showAppsByName=true
|
|
||||||
|
|
||||||
[Containments][2][Applets][3][Configuration][General]
|
|
||||||
favorites=preferred://browser,org.kde.discover.desktop,org.kde.kontact.desktop,org.kde.kate.desktop,libreoffice-startcenter.desktop,org.kde.dolphin.desktop,org.kde.plasma-systemmonitor.desktop,systemsettings.desktop,org.kde.konsole.desktop
|
|
||||||
favoritesPortedToKAstats=true
|
|
||||||
|
|
||||||
[Containments][2][Applets][3][Configuration][Shortcuts]
|
|
||||||
global=Alt+F1
|
|
||||||
|
|
||||||
[Containments][2][Applets][3][Shortcuts]
|
|
||||||
global=Alt+F1
|
|
||||||
|
|
||||||
[Containments][2][Applets][31]
|
|
||||||
immutability=1
|
|
||||||
plugin=org.kde.plasma.taskmanager
|
|
||||||
|
|
||||||
[Containments][2][Applets][31][Configuration][General]
|
|
||||||
launchers=preferred://filemanager,preferred://browser
|
|
||||||
|
|
||||||
[Containments][2][Applets][7]
|
|
||||||
immutability=1
|
|
||||||
plugin=org.kde.plasma.systemtray
|
|
||||||
|
|
||||||
[Containments][2][Applets][7][Configuration]
|
|
||||||
PreloadWeight=70
|
|
||||||
SystrayContainmentId=8
|
|
||||||
|
|
||||||
[Containments][2][ConfigDialog]
|
|
||||||
DialogHeight=99
|
|
||||||
DialogWidth=3440
|
|
||||||
|
|
||||||
[Containments][2][General]
|
|
||||||
AppletOrder=3;31;7;19
|
|
||||||
|
|
||||||
[Containments][24]
|
|
||||||
ItemGeometries-1920x1200=
|
|
||||||
ItemGeometriesHorizontal=
|
|
||||||
activityId=f7ff637f-be97-4c91-a793-4c52957f3714
|
|
||||||
formfactor=0
|
|
||||||
immutability=1
|
|
||||||
lastScreen=1
|
|
||||||
location=0
|
|
||||||
plugin=org.kde.plasma.folder
|
|
||||||
wallpaperplugin=org.kde.image
|
|
||||||
|
|
||||||
[Containments][24][Wallpaper][org.kde.image][General]
|
|
||||||
Image=file:///usr/share/wallpapers/Next/contents/images/1920x1200.png
|
|
||||||
|
|
||||||
[Containments][8]
|
|
||||||
activityId=
|
|
||||||
formfactor=2
|
|
||||||
immutability=1
|
|
||||||
lastScreen=0
|
|
||||||
location=4
|
|
||||||
plugin=org.kde.plasma.private.systemtray
|
|
||||||
wallpaperplugin=org.kde.image
|
|
||||||
|
|
||||||
[Containments][8][Applets][10]
|
|
||||||
immutability=1
|
|
||||||
plugin=org.kde.plasma.printmanager
|
|
||||||
|
|
||||||
[Containments][8][Applets][11][Configuration]
|
|
||||||
PreloadWeight=42
|
|
||||||
|
|
||||||
[Containments][8][Applets][12]
|
|
||||||
immutability=1
|
|
||||||
plugin=org.kde.plasma.keyboardlayout
|
|
||||||
|
|
||||||
[Containments][8][Applets][13]
|
|
||||||
immutability=1
|
|
||||||
plugin=org.kde.plasma.devicenotifier
|
|
||||||
|
|
||||||
[Containments][8][Applets][14]
|
|
||||||
immutability=1
|
|
||||||
plugin=org.kde.plasma.keyboardindicator
|
|
||||||
|
|
||||||
[Containments][8][Applets][15]
|
|
||||||
immutability=1
|
|
||||||
plugin=org.kde.plasma.notifications
|
|
||||||
|
|
||||||
[Containments][8][Applets][16]
|
|
||||||
immutability=1
|
|
||||||
plugin=org.kde.plasma.nightcolorcontrol
|
|
||||||
|
|
||||||
[Containments][8][Applets][17]
|
|
||||||
immutability=1
|
|
||||||
plugin=org.kde.kdeconnect
|
|
||||||
|
|
||||||
[Containments][8][Applets][18]
|
|
||||||
immutability=1
|
|
||||||
plugin=org.kde.plasma.volume
|
|
||||||
|
|
||||||
[Containments][8][Applets][21]
|
|
||||||
immutability=1
|
|
||||||
plugin=org.kde.plasma.battery
|
|
||||||
|
|
||||||
[Containments][8][Applets][21][Configuration]
|
|
||||||
PreloadWeight=55
|
|
||||||
|
|
||||||
[Containments][8][Applets][22]
|
|
||||||
immutability=1
|
|
||||||
plugin=org.kde.plasma.networkmanagement
|
|
||||||
|
|
||||||
[Containments][8][Applets][22][Configuration]
|
|
||||||
PreloadWeight=55
|
|
||||||
|
|
||||||
[Containments][8][Applets][23]
|
|
||||||
immutability=1
|
|
||||||
plugin=org.kde.plasma.bluetooth
|
|
||||||
|
|
||||||
[Containments][8][Applets][23][Configuration]
|
|
||||||
PreloadWeight=55
|
|
||||||
|
|
||||||
[Containments][8][Applets][9]
|
|
||||||
immutability=1
|
|
||||||
plugin=org.kde.plasma.vault
|
|
||||||
|
|
||||||
[Containments][8][ConfigDialog]
|
|
||||||
DialogHeight=868
|
|
||||||
DialogWidth=1120
|
|
||||||
|
|
||||||
[Containments][8][General]
|
|
||||||
extraItems=org.kde.plasma.vault,org.kde.plasma.printmanager,org.kde.kupapplet,org.kde.plasma.keyboardlayout,org.kde.plasma.battery,org.kde.plasma.devicenotifier,org.kde.plasma.keyboardindicator,org.kde.plasma.mediacontroller,org.kde.plasma.notifications,org.kde.plasma.nightcolorcontrol,org.kde.plasma.bluetooth,org.kde.plasma.networkmanagement,org.kde.kdeconnect,org.kde.plasma.volume,pcloud,KDE Daemon,indicator-solaar
|
|
||||||
hiddenItems=org.kde.plasma.bluetooth,pcloud,KDE Daemon,org.kde.plasma.nightcolorcontrol,org.kde.plasma.vault,indicator-solaar,org.kde.plasma.keyboardindicator,org.kde.plasma.keyboardlayout,org.kde.kdeconnect
|
|
||||||
knownItems=org.kde.plasma.vault,org.kde.plasma.printmanager,org.kde.plasma.clipboard,org.kde.kupapplet,org.kde.plasma.keyboardlayout,org.kde.plasma.battery,org.kde.plasma.devicenotifier,org.kde.plasma.keyboardindicator,org.kde.plasma.mediacontroller,org.kde.plasma.notifications,org.kde.plasma.nightcolorcontrol,org.kde.plasma.bluetooth,org.kde.plasma.networkmanagement,org.kde.kdeconnect,org.kde.plasma.volume
|
|
||||||
|
|
||||||
[ScreenMapping]
|
|
||||||
itemsOnDisabledScreens=
|
|
@ -1,45 +0,0 @@
|
|||||||
! Espresso Libre
|
|
||||||
*.foreground: #b8a898
|
|
||||||
*.background: #2a211c
|
|
||||||
*.cursorColor: #ffffff
|
|
||||||
!
|
|
||||||
! Black
|
|
||||||
*.color0: #000000
|
|
||||||
*.color8: #555753
|
|
||||||
!
|
|
||||||
! Red
|
|
||||||
*.color1: #cc0000
|
|
||||||
*.color9: #ef2929
|
|
||||||
!
|
|
||||||
! Green
|
|
||||||
*.color2: #1a921c
|
|
||||||
*.color10: #9aff87
|
|
||||||
!
|
|
||||||
! Yellow
|
|
||||||
*.color3: #f0e53a
|
|
||||||
*.color11: #fffb5c
|
|
||||||
!
|
|
||||||
! Blue
|
|
||||||
*.color4: #0066ff
|
|
||||||
*.color12: #43a8ed
|
|
||||||
!
|
|
||||||
! Magenta
|
|
||||||
*.color5: #c5656b
|
|
||||||
*.color13: #ff818a
|
|
||||||
!
|
|
||||||
! Cyan
|
|
||||||
*.color6: #06989a
|
|
||||||
*.color14: #34e2e2
|
|
||||||
!
|
|
||||||
! White
|
|
||||||
*.color7: #d3d7cf
|
|
||||||
*.color15: #eeeeec
|
|
||||||
!
|
|
||||||
! Bold, Italic, Underline
|
|
||||||
*.colorBD: #d3c1af
|
|
||||||
!*.colorIT:
|
|
||||||
!*.colorUL:
|
|
||||||
|
|
||||||
! Font Configuration
|
|
||||||
XTerm*faceName: Iosevka
|
|
||||||
XTerm*faceSize: 8
|
|
Reference in New Issue
Block a user