modify waybar

This commit is contained in:
Leafy :3 2025-01-23 04:51:04 +01:00
parent b0526e875d
commit 9d7cd2e78f
Signed by: Leafus
GPG key ID: 06B907155B66AAE3
2 changed files with 5 additions and 3 deletions

View file

@ -8,7 +8,7 @@
// Choose the order of the modules
"modules-left": [
"sway/workspaces",
"sway/window"
"sway/window"
],
//"modules-center": [
// "sway/window"

View file

@ -18,11 +18,12 @@ window#waybar {
background-color: @crust;
margin: 5px;
padding: 2px;
margin-left: 1rem;
margin-left: 1rem;
}
#pulseaudio:hover {
background-color: #a37800;
background-color: @mauve;
color: @crust;
}
#workspaces button {
@ -155,6 +156,7 @@ label:focus {
border-radius: 20px;
padding-left: 10px;
padding-right: 13px;
transition: all 300ms;
}
#network {