diff options
-rw-r--r-- | .config/picom.conf##template | 1 | ||||
-rw-r--r-- | .config/polybar/config.ini##template | 2 | ||||
-rw-r--r-- | .config/polybar/config.thoncc.ini | 7 |
3 files changed, 2 insertions, 8 deletions
diff --git a/.config/picom.conf##template b/.config/picom.conf##template index f18bc9c..4ab586f 100644 --- a/.config/picom.conf##template +++ b/.config/picom.conf##template @@ -1,6 +1,7 @@ backend = "glx"; shadow = true; {% if yadm.hostname == "thoncc" %} +vsync = true; shadow-radius = 24; shadow-opacity = 0.15; shadow-offset-y = -24; diff --git a/.config/polybar/config.ini##template b/.config/polybar/config.ini##template index ee6e939..125c15c 100644 --- a/.config/polybar/config.ini##template +++ b/.config/polybar/config.ini##template @@ -45,7 +45,7 @@ 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 mpd +modules-left = time date mpd modules-center = battery1 battery2 brightness modules-right = wireless keyboard volume whoami {% else %} diff --git a/.config/polybar/config.thoncc.ini b/.config/polybar/config.thoncc.ini index c919b19..317bf94 100644 --- a/.config/polybar/config.thoncc.ini +++ b/.config/polybar/config.thoncc.ini @@ -35,13 +35,6 @@ format-disconnected = <label-disconnected> label-connected = %essid% label-disconnected = no network -[module/rooster] -type = custom/script -exec = ~/.local/share/bin/now -interval = 300 -label-font = 1 -click-left = brave https://rooster.avans.nl/ - [module/mpd] type = internal/mpd format-online = <toggle> <label-song> |