diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-02-10 10:37:25 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-02-10 10:37:25 +0100 |
commit | 73b0ec259ea718f428e387626fd2f5c2ccca144e (patch) | |
tree | ede3134e259a5a93707bab147c9d06a2a3fd2978 /.config/polybar/config | |
parent | 126b930b8141378ad53cfe1a2bb60a2f335991e4 (diff) |
font update
Diffstat (limited to '.config/polybar/config')
-rw-r--r-- | .config/polybar/config | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 1881df7..e0788d6 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -37,12 +37,12 @@ padding = 5 module-margin-left = 2 module-margin-right = 2 -font-0 = "Inter:pixelsize=11:weight=regular:size=0;2" -font-1 = "Inter:pixelsize=11:weight=bold:size=0;2" +font-0 = "Inter:pixelsize=11:weight=regular:size=0;3" +font-1 = "Inter:pixelsize=11:weight=bold:size=0;3" font-2 = "Material Design Icons:size=12;2" modules-left = time date -modules-center = covid weather mpd +modules-center = weather mpd modules-right = alsa whoami separator = @@ -147,13 +147,6 @@ interval = 120 exec-if = ping openweathermap.org -c 1 label-font = 2 -[module/covid] -type = custom/script -exec = ~/.local/share/bin/covid -interval = 120 -exec-if = ping disease.sh -c 1 -label-font = 2 - [module/whoami] type = custom/script exec = echo " %{T2}$(whoami)%{T-}@%{T2}$(hostname)%{T-}" |