update obconf theme

master
Tom Weber 3 years ago
parent c9a65aa8fd
commit fed2df44e0

@ -11,7 +11,8 @@
<followMouse>yes</followMouse> <followMouse>yes</followMouse>
<!-- move focus to a window when you move the mouse into it --> <!-- move focus to a window when you move the mouse into it -->
<focusLast>yes</focusLast> <focusLast>yes</focusLast>
<!-- focus the last used window when changing desktops, instead of the one under the mouse pointer. when followMouse is enabled --> <underMouse>no</underMouse> <!-- focus the last used window when changing desktops, instead of the one under the mouse pointer. when followMouse is enabled -->
<underMouse>no</underMouse>
<!-- move focus under the mouse, even when the mouse is not moving --> <!-- move focus under the mouse, even when the mouse is not moving -->
<focusDelay>10</focusDelay> <focusDelay>10</focusDelay>
<!-- when followMouse is enabled, the mouse must be inside the window for this many milliseconds (1000 = 1 sec) before moving focus to it --> <!-- when followMouse is enabled, the mouse must be inside the window for this many milliseconds (1000 = 1 sec) before moving focus to it -->
@ -30,7 +31,7 @@
'Active' - where the active window is --> 'Active' - where the active window is -->
</placement> </placement>
<theme> <theme>
<name>Sweetly</name> <name>Clia</name>
<titleLayout>LIMC</titleLayout> <titleLayout>LIMC</titleLayout>
<!-- available characters are NDSLIMC, each can occur at most once. N: window icon L: window label (AKA title). I: iconify M: maximize C: close S: shade (roll up/down) D: omnipresent (on all desktops). --> <!-- available characters are NDSLIMC, each can occur at most once. N: window icon L: window label (AKA title). I: iconify M: maximize C: close S: shade (roll up/down) D: omnipresent (on all desktops). -->
<keepBorder>yes</keepBorder> <keepBorder>yes</keepBorder>

@ -2,8 +2,8 @@
sudo systemctl enable dhcpcd sudo systemctl enable dhcpcd
sudo systemctl start dhcpcd sudo systemctl start dhcpcd
interface=$(find /sys/class/net -mindepth 1 -maxdepth 1 -lname '*virtual*' -prune -o -printf '%f\n'| head -1) interface=$(find /sys/class/net -mindepth 1 -maxdepth 1 -lname '*virtual*' -prune -o -printf '%f\n'| head -1)
sudo systemctl enable dhcpcd@$interface.service #sudo systemctl enable dhcpcd@$interface.service
sudo systemctl start dhcpcd@$interface.service #sudo systemctl start dhcpcd@$interface.service
sleep 3 sleep 3
# install yay # install yay
@ -19,8 +19,9 @@ wget -qO- https://git.io/papirus-folders-install | sh
papirus-folders -C nordic --theme Papirus papirus-folders -C nordic --theme Papirus
# install aur packages # install aur packages
yay -S --no-confirm neovim-plug yay -S --noconfirm --answerdiff=None neovim-plug
# install zsh and omz # install zsh and omz
chsh -s $(which zsh) #chsh -s $(which zsh)
sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)" sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
source ~/.zshrc

Loading…
Cancel
Save