modify waybar
This commit is contained in:
parent
b0526e875d
commit
9d7cd2e78f
2 changed files with 5 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
// Choose the order of the modules
|
||||
"modules-left": [
|
||||
"sway/workspaces",
|
||||
"sway/window"
|
||||
"sway/window"
|
||||
],
|
||||
//"modules-center": [
|
||||
// "sway/window"
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue