waybar: style changes

more icons, visible date, and font change
This commit is contained in:
dogeystamp 2024-12-21 12:09:27 -05:00
parent 787b6b9537
commit 7c61357140
No known key found for this signature in database
3 changed files with 32 additions and 4 deletions

View File

@ -7,6 +7,7 @@ ttf-roboto
inter-font
noto-fonts
noto-fonts-emoji
ttf-font-awesome
gsfonts
git
xwallpaper

View File

@ -1,4 +1,4 @@
font="Roboto"
font="Inter Display"
icons-enabled=no
prompt=""

View File

@ -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;
}