waybar: style changes
more icons, visible date, and font change
This commit is contained in:
parent
787b6b9537
commit
7c61357140
1
programs
1
programs
@ -7,6 +7,7 @@ ttf-roboto
|
|||||||
inter-font
|
inter-font
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
|
ttf-font-awesome
|
||||||
gsfonts
|
gsfonts
|
||||||
git
|
git
|
||||||
xwallpaper
|
xwallpaper
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
font="Roboto"
|
font="Inter Display"
|
||||||
icons-enabled=no
|
icons-enabled=no
|
||||||
prompt=""
|
prompt=""
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
@import url("file:///etc/xdg/waybar/style.css");
|
@import url("file:///etc/xdg/waybar/style.css");
|
||||||
|
|
||||||
|
* {
|
||||||
|
font-family: FontAwesome, Inter Display
|
||||||
|
}
|
||||||
|
|
||||||
.modules-left {
|
.modules-left {
|
||||||
padding-left: 0.5em;
|
padding-left: 0.5em;
|
||||||
}
|
}
|
||||||
.modules-right {
|
|
||||||
padding-right: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#network,
|
#network,
|
||||||
#battery,
|
#battery,
|
||||||
@ -25,3 +26,29 @@
|
|||||||
window#waybar.chromium {
|
window#waybar.chromium {
|
||||||
background-color: rgba(43, 48, 59, 0.5);
|
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;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user