Clean up waybar config

Also use JetBrains font
This commit is contained in:
Jeena 2025-08-31 15:50:22 +09:00
parent f709379d57
commit 802ad47e22
3 changed files with 35 additions and 181 deletions

View file

@ -1,7 +1,8 @@
* {
/* `otf-font-awesome` is required to be installed for icons */
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 14px;
font-family: "JetBrainsMono Nerd Font Propo", FontAwesome, Roboto, Helvetica, Arial, monospace;
font-weight: bold;
font-size: 13px;
min-height: 0;
margin: 0;
padding: 0;
@ -13,13 +14,6 @@ window#waybar {
padding: 0;
}
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
button:hover {
background: transparent;
box-shadow: inherit;
text-shadow: inherit;
}
#workspaces {
margin: 8px 2px;
}
@ -42,7 +36,7 @@ button:hover {
#workspaces button {
margin: 0;
padding: 2px 10px 0 10px;
padding: 2px 10px 2px 10px;
border: 3px solid #C1B3BB;
border-width: 3px 0;
border-radius: 0;
@ -64,6 +58,7 @@ button:hover {
}
#clock,
#hyprland-window,
#custom-date,
#custom-arch,
#battery,
@ -105,7 +100,8 @@ button:hover {
#clock {
padding: 0;
margin: 0;
font-family: Curved Square;
font-family: "Curved Square";
font-weight: 100;
font-size: 50px;
color: rgba(255, 255, 255, 0.7);
background: transparent;
@ -116,6 +112,5 @@ button:hover {
}
#custom-power {
padding: 0;
font-size: 20px;
padding: 0 1px;
}