diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-01-22 13:42:30 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-01-22 13:42:30 +0100 |
commit | 9de449066883849c952486564032c406b16d912c (patch) | |
tree | 1749ad60a7184c8a271bb6cd166f9f1c08c60189 /.config/polybar/config##template | |
parent | 7a7f77fb1334f4a2d653d2e3bdbea01f5fce7b76 (diff) |
update deprecated polybar config settings
Diffstat (limited to '.config/polybar/config##template')
-rw-r--r-- | .config/polybar/config##template | 142 |
1 files changed, 0 insertions, 142 deletions
diff --git a/.config/polybar/config##template b/.config/polybar/config##template deleted file mode 100644 index 3e231db..0000000 --- a/.config/polybar/config##template +++ /dev/null @@ -1,142 +0,0 @@ -[barsettings] -padding = 1.9 - -include-file = ./colors - -[global/wm] -margin-bottom = 50 -margin-top = 0 - -[bar/main] - -tray-position = right -tray-padding = ${barsettings.padding} -tray-background = ${color.bg} -tray-margin = 8 - -monitor = -monitor-fallback = -monitor-strict = false - -override-redirect = false - -bottom = false -fixed-center = true - -width = 100% -height = 20 -offset-x = 0 -offset-y = 0 - -background = ${color.bg} -foreground = ${color.fg} - -radius-top = 0.0 -radius-bottom = 0.0 - -padding = 2 - -module-margin-left = 0 -module-margin-right = 0 - -font-0 = "JetBrains Mono Nerd Font:pixelsize=8:weight=regular:size=0;2" -font-1 = "JetBrains Mono Nerd Font:pixelsize=8:weight=bold:size=0;2" -font-2 = "Noto Sans JP:pixelsize=8:weight=medium:size=0;2" -font-3 = "Noto Sans KR:pixelsize=8:weight=medium:size=0;2" - -{% if yadm.hostname == "thoncc" %} -modules-left = time date rooster -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 -{% endif %} - -separator = - -spacing = 0 - -dim-value = 1.0 - -wm-name = - -locale = ja_JP.UTF-8 - -wm-restack = i3 - -enable-ipc = true - -click-left = -click-middle = -click-right = -scroll-up = -scroll-down = -double-click-left = -double-click-middle = -double-click-right = - -cursor-click = -cursor-scroll = - -[settings] -throttle-output = 5 -throttle-output-for = 10 - -screenchange-reload = false - -compositing-background = source -compositing-foreground = over -compositing-overline = over -compositing-underline = over -compositing-border = over - -format-foreground = ${color.fg} -format-background = ${color.bg} -format-padding = ${barsettings.padding} - -pseudo-transparency = false - -[module/volume] -type = internal/pulseaudio -format-volume = <label-volume> -label-volume = %percentage%% -label-muted = "muted" - -[module/date] -type = internal/date -interval = 1.0 -time = %m月%d日 %A -format = <label> -label = %time% - -[module/time] -type = internal/date -interval = 1.0 -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-}" -interval = 9999999 -label-font = 2 - -[module/keyboard] -type = custom/script -exec = ~/.local/share/bin/kbindicator -interval = 3 -label-font = 1 - -{% include "config.{{ yadm.hostname }}" %} - -; vim:ft=dosini |