Some cosmetic changes

This commit is contained in:
Jeremy Dormitzer 2020-02-26 20:54:15 -05:00
parent 3bef1afe18
commit fe66f0f03e

View File

@ -78,11 +78,11 @@
(load-module "ttf-fonts")
(xft:cache-fonts)
(set-font
(make-instance 'xft:font :family "Monaco" :subfamily "Regular" :size 12))
(make-instance 'xft:font :family "IBM Plex Mono" :subfamily "Regular" :size 12))
(set '*message-window-padding* 4)
;; Desktop background
(run-shell-command "feh --bg-scale ~/Dropbox/pictures/city-wallpaper.jpeg")
(run-shell-command "feh --bg-scale \"/home/jdormit/Dropbox/pictures/desktop/$(ls /home/jdormit/Dropbox/pictures/desktop | shuf -n 1)\"")
;; Notifications via Dunst
(run-shell-command "/usr/bin/dunst")