From 2815045c9abd912d1b48acb705a702eb6d5d72ab Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Thu, 10 Oct 2024 23:59:32 -0400 Subject: [PATCH] font --- waybar/modules/switch-wallpaper.sh | 11 ----------- waybar/style.css | 7 +++---- 2 files changed, 3 insertions(+), 15 deletions(-) delete mode 100755 waybar/modules/switch-wallpaper.sh diff --git a/waybar/modules/switch-wallpaper.sh b/waybar/modules/switch-wallpaper.sh deleted file mode 100755 index 4e84c73..0000000 --- a/waybar/modules/switch-wallpaper.sh +++ /dev/null @@ -1,11 +0,0 @@ -# -n tells `wal` to skip setting the wallpaper. -wal -i ~/Wallpapers/ -n - -# Using feh to tile the wallpaper now. -# We grab the wallpaper location from wal's cache so -# that this works even when a directory is passed. -swww img "$(< "${HOME}/.cache/wal/wal")" --transition-type wipe --transition-angle 45 --transition-fps 90 - -# Copy cava and update config -cp ~/.cache/wal/cava-config ~/dotfiles/cava/config && pkill -USR2 cava - diff --git a/waybar/style.css b/waybar/style.css index 403758e..f5c340e 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -5,8 +5,8 @@ * { /* `otf-font-awesome` is required to be installed for icons */ - font-family: "JetBrains Mono", "Iosevka Nerd Font", FontAwesome, Roboto, - Helvetica, Arial, sans-serif; + font-family: "JetBrainsMono Nerd Font", "Iosevka Nerd Font", FontAwesome, + Roboto, Helvetica, Arial, sans-serif; text-shadow: none; transition: color 0.5s ease-in-out; transition: background-color 0.5s ease-in-out; @@ -71,8 +71,7 @@ #mpris, #custom-swaync, #wireplumber, -#custom-swww, -#custom-os { +#custom-swww { background: @button; }