|
|
|
@ -49,7 +49,7 @@ height = 24pt
|
|
|
|
|
modules-left = xworkspaces focus spotify spotify-len todo
|
|
|
|
|
;modules-left = xworkspaces spotify spotify-len
|
|
|
|
|
modules-center = weather-desktop
|
|
|
|
|
modules-right = pulseaudio memory cpu temperature eth mouse-power seafile calendar-sync bg-selector date powermenu
|
|
|
|
|
modules-right = pulseaudio memory cpu temperature eth mouse-power seafile calendar-sync bg-selector quotes date powermenu
|
|
|
|
|
|
|
|
|
|
[bar/work-bar]
|
|
|
|
|
; desktop bar config
|
|
|
|
@ -274,5 +274,15 @@ interval = 60
|
|
|
|
|
exec = echo -e '\uf1c5'
|
|
|
|
|
click-left = wallpaper.sh -s
|
|
|
|
|
|
|
|
|
|
[module/quotes]
|
|
|
|
|
type = custom/script
|
|
|
|
|
|
|
|
|
|
interval = 120
|
|
|
|
|
exec = echo -e '\ueaa4'
|
|
|
|
|
; left click is random quote
|
|
|
|
|
click-left = i3-scratchpad.sh scratch st -n scratch -e quotes -rl
|
|
|
|
|
; right click is daily quote
|
|
|
|
|
click-right = i3-scratchpad.sh scratch st -n scratch -e quotes -dl
|
|
|
|
|
|
|
|
|
|
[settings]
|
|
|
|
|
screenchange-reload = true
|
|
|
|
|