Taylor Bockman
9 years ago
21 changed files with 61 additions and 27 deletions
After Width: | Height: | Size: 451 KiB |
After Width: | Height: | Size: 424 KiB |
After Width: | Height: | Size: 1.1 MiB |
@ -1,10 +1,8 @@
|
||||
#!/bin/sh |
||||
|
||||
xrdb ~/.Xresources |
||||
# zsh ~/.fehbg & |
||||
# exec ~/essentials/scripts/sysinit/xmonad_start.sh |
||||
# exec awesome |
||||
feh --bg-scale ~/essentials/backgrounds/glass-blue-bg.jpg |
||||
compton --config ~/.compton.conf |
||||
feh --bg-scale ~/essentials/backgrounds/dark-forest.jpg |
||||
xmodmap -e 'clear Lock' |
||||
xmodmap -e 'keycode 0x42=Escape' |
||||
exec i3 |
||||
exec ~/essentials/scripts/sysinit/xmonad_start.sh |
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,2 +1,4 @@
|
||||
#!/bin/bash |
||||
|
||||
sleep 1 |
||||
~/essentials/scripts/lemonbar/final_bar.sh | ~/essentials/scripts/lemonbar/my_bar.sh | bash |
||||
|
@ -1,2 +1 @@
|
||||
back="#00000000" |
||||
lemonbar -f "Inconsolata:medium:pixelsize=12" -B "black" -g "800x14+1118+1" |
||||
lemonbar -B "#1f1f1f" -g "800x14+1118+1" |
||||
|
Loading…
Reference in new issue