1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-20 04:30:53 +02:00

added analog clock

This commit is contained in:
Simon
2021-03-13 15:35:16 +01:00
parent 68cd1920a2
commit e6fef2f6d4
@@ -1,3 +1,10 @@
[module/separator]
type = custom/text
content = |
[module/sep]
inherit = "module/separator"
; Module popup
[module/floating_popup_button]
@@ -24,6 +31,13 @@ label =%time% %date%
inherit = "module/clock"
date = 󰥔
[module/clock_analog]
type = custom/script
interval = 30
label-maxlen=5
label-ellipsis = false
exec = "python ~/.config/polybar/scripts/modules/timeicon.py"
; Module Updates
[module/checkupdates]