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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user