|
|
|
@ -38,7 +38,7 @@ font-0 = Hack Nerd Font:size=10;2
|
|
|
|
|
height = 14pt
|
|
|
|
|
; modules
|
|
|
|
|
modules-left = xworkspaces weather-thinkpad
|
|
|
|
|
modules-right = battery pulseaudio memory cpu wlan seafile calendar-sync bg-selector date-tp powermenu
|
|
|
|
|
modules-right = battery pulseaudio memory cpu wlan uptime seafile calendar-sync bg-selector date-tp powermenu
|
|
|
|
|
|
|
|
|
|
[bar/desktop-bar]
|
|
|
|
|
; desktop bar config
|
|
|
|
@ -285,5 +285,13 @@ 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
|
|
|
|
|
|
|
|
|
|
[module/uptime]
|
|
|
|
|
type = custom/script
|
|
|
|
|
|
|
|
|
|
interval = 30
|
|
|
|
|
format-prefix = "UP "
|
|
|
|
|
format-prefix-foreground = ${colors.primary}
|
|
|
|
|
exec = display_uptime
|
|
|
|
|
|
|
|
|
|
[settings]
|
|
|
|
|
screenchange-reload = true
|
|
|
|
|