diff options
Diffstat (limited to '.config/polybar/config.ini##template')
-rw-r--r-- | .config/polybar/config.ini##template | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/.config/polybar/config.ini##template b/.config/polybar/config.ini##template index a021f3e..daa4ecf 100644 --- a/.config/polybar/config.ini##template +++ b/.config/polybar/config.ini##template @@ -50,8 +50,8 @@ modules-center = battery1 battery2 brightness modules-right = wireless keyboard volume whoami {% else %} modules-left = time date -modules-center = weather mpd -modules-right = keyboard volume whoami +modules-center = mpd +modules-right = wacomtouch keyboard volume whoami {% endif %} separator = @@ -115,13 +115,6 @@ time = %{T2}%H時%M分%{T-} format = <label> label = %time% -[module/weather] -type = custom/script -exec = ~/.config/polybar-forecast/target/release/polybar-forecast -interval = 120 -exec-if = ping openweathermap.org -c 1 -label-font = 2 - [module/whoami] type = custom/script exec = echo "%{T2}$(id -u -n)%{T-}@%{T2}$(uname -n)%{T-}" |