diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-23 12:44:56 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-23 12:44:56 +0100 |
commit | 4ba5feb9511478605dafc4c62a781779f4c0e133 (patch) | |
tree | 2e8274d7e5e18685b831efb8a601982e06b2219d /.config | |
parent | bc886ec713826cf706b3a072a55bc4389185b53e (diff) |
remove calendar module from polybar
Diffstat (limited to '.config')
-rw-r--r-- | .config/polybar/config.ini##template | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/.config/polybar/config.ini##template b/.config/polybar/config.ini##template index ed5371a..4581b90 100644 --- a/.config/polybar/config.ini##template +++ b/.config/polybar/config.ini##template @@ -43,7 +43,7 @@ font-2 = "Hiragino Kaku Gothic ProN W3:pixelsize=8:weight=medium:size=0;1" font-3 = "Hiragino Kaku Gothic ProN W6:pixelsize=8:weight=medium:size=0;1" font-4 = "Noto Sans KR:pixelsize=8:weight=medium:size=0;2" -modules-left = time date cal +modules-left = time date {% if yadm.hostname == "thoncc" %} modules-center = battery1 battery2 brightness modules-right = mpd wireless keyboard volume @@ -116,14 +116,9 @@ label-font = 2 [module/keyboard] type = custom/script -exec = ~/.local/share/bin/kbindicator +exec = kbindicator tail = true -[module/cal] -type = custom/script -exec = now | ansi2polybar -interval = 60 - [module/mpd] type = internal/mpd format-online = <label-song> @@ -135,7 +130,7 @@ label-song-ellipsis = true [module/wacomtouch] type = custom/script -exec = ~/.local/share/bin/wacomtouch +exec = wacomtouch interval = 1 [module/battery1] |