aboutsummaryrefslogtreecommitdiff
path: root/.config/polybar/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/polybar/config')
-rw-r--r--.config/polybar/config13
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-}"