diff --git a/.config/polybar/config-merge/c05-config-modules-misc b/.config/polybar/config-merge/c05-config-modules-misc index 77b1491..2e911da 100644 --- a/.config/polybar/config-merge/c05-config-modules-misc +++ b/.config/polybar/config-merge/c05-config-modules-misc @@ -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]