feat: basic waybar rice

This commit is contained in:
Youwen Wu 2024-07-11 12:01:02 -07:00
parent c30ea945b2
commit e1538bff90
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
2 changed files with 95 additions and 20 deletions

View file

@ -10,14 +10,14 @@ window#waybar {
}
#workspaces {
background: @bg;
background: #24273a;
padding: 0px 2px 0px 2px;
margin: 0px 0px 0px 5px;
border-radius: 5px;
}
#workspaces {
background: @bg;
background: #24273a;
padding: 0px 5px 0px 5px;
margin: 0px 0px 0px 5px;
border-radius: 5px;
@ -26,7 +26,7 @@ window#waybar {
#workspaces button,
#workspaces button:hover {
padding: 0;
background-color: @bg;
background-color: #24273a;
/* color: @color4; */
}
#workspaces button.active,
@ -46,7 +46,7 @@ window#waybar {
#custom-weather,
#window,
#backlight {
background-color: @bg;
background-color: #24273a;
/* color: @color4; */
opacity: 1;
border-radius: 5px;
@ -75,11 +75,10 @@ window#waybar {
}
#memory,
#cpu {
margin-right: 0px;
padding-right: 2px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-right-width: 0px;
/* border-top-right-radius: 0px; */
/* border-bottom-right-radius: 0px; */
/* border-right-width: 0px; */
}
#memory,
#battery {