diff --git a/programs b/programs index 7cc45a9..24c3ef0 100644 --- a/programs +++ b/programs @@ -7,6 +7,7 @@ ttf-roboto inter-font noto-fonts noto-fonts-emoji +ttf-font-awesome gsfonts git xwallpaper diff --git a/src/dot_config/fuzzel/fuzzel.ini b/src/dot_config/fuzzel/fuzzel.ini index b5e5ab7..8548adf 100644 --- a/src/dot_config/fuzzel/fuzzel.ini +++ b/src/dot_config/fuzzel/fuzzel.ini @@ -1,4 +1,4 @@ -font="Roboto" +font="Inter Display" icons-enabled=no prompt="" diff --git a/src/dot_config/private_waybar/style.css b/src/dot_config/private_waybar/style.css index a827083..7a06939 100644 --- a/src/dot_config/private_waybar/style.css +++ b/src/dot_config/private_waybar/style.css @@ -1,11 +1,12 @@ @import url("file:///etc/xdg/waybar/style.css"); +* { + font-family: FontAwesome, Inter Display +} + .modules-left { padding-left: 0.5em; } -.modules-right { - padding-right: 0.5em; -} #network, #battery, @@ -25,3 +26,29 @@ window#waybar.chromium { background-color: rgba(43, 48, 59, 0.5); } + +#pulseaudio, #pulseaudio.muted, #pulseaudio:hover { + background-color: inherit; + color: inherit; +} + +#workspaces * { + font-size: 0.8em; +} + +#workspaces button:hover { + box-shadow: inherit; +} + +#workspaces button.focused { + background-color: inherit; + box-shadow: inherit; +} + +window#waybar { + border-bottom: none; +} + +#window, #workspaces { + margin: 0; +}