pushed uptime to polybar
This commit is contained in:
parent
785063c169
commit
d43e189bcc
@ -38,7 +38,7 @@ font-0 = Hack Nerd Font:size=10;2
|
|||||||
height = 14pt
|
height = 14pt
|
||||||
; modules
|
; modules
|
||||||
modules-left = xworkspaces weather-thinkpad
|
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]
|
[bar/desktop-bar]
|
||||||
; desktop bar config
|
; desktop bar config
|
||||||
@ -285,5 +285,13 @@ click-left = i3-scratchpad.sh scratch st -n scratch -e quotes -rl
|
|||||||
; right click is daily quote
|
; right click is daily quote
|
||||||
click-right = i3-scratchpad.sh scratch st -n scratch -e quotes -dl
|
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]
|
[settings]
|
||||||
screenchange-reload = true
|
screenchange-reload = true
|
||||||
|
@ -36,7 +36,7 @@ set -g clock-mode-colour white
|
|||||||
# status config
|
# status config
|
||||||
set -g status-interval 10
|
set -g status-interval 10
|
||||||
set -g status-style "bg=black, fg=brightWhite"
|
set -g status-style "bg=black, fg=brightWhite"
|
||||||
set -g status-right "#(display_uptime) | %a, %b %d %l:%M %P "
|
set -g status-right "%a, %b %d %l:%M %P "
|
||||||
set -g status-right-length 100
|
set -g status-right-length 100
|
||||||
set -g status-left ""
|
set -g status-left ""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user