diff options
Diffstat (limited to 'x')
-rw-r--r-- | x/.Xresources | 2 | ||||
-rw-r--r-- | x/.xinitrc | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x/.Xresources b/x/.Xresources index 7ab6808..6f83c5c 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -1,2 +1,4 @@ Xcursor.theme: Adwaita Xcursor.size: 24 +Sxiv.background: #3c3836 +Sxiv.foreground: #fbf1c7 @@ -56,7 +56,7 @@ light -S 30 & # pacmd set-sink-volume alsa_output.pci-0000_03_00.6.HiFi__hw_Generic_1__sink 0 & # set up wallpaper -feh --bg-fill ~/Pictures/Wallpapers/unsplash-beach.jpg +feh --bg-fill ~/Pictures/Wallpapers/solid-gruvbox.png & # apply Xresources xrdb -merge ~/.Xresources @@ -83,5 +83,7 @@ fi # start dwm redshift & +xmobar & xset r rate 300 80 -exec /home/bryson/bin/startdwm +#exec /home/bryson/bin/startdwm +exec $HOME/.cache/xmonad/xmonad-x86_64-linux |