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
|
// Choose the order of the modules
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"sway/workspaces",
|
"sway/workspaces",
|
||||||
"sway/window"
|
"sway/window"
|
||||||
],
|
],
|
||||||
//"modules-center": [
|
//"modules-center": [
|
||||||
// "sway/window"
|
// "sway/window"
|
||||||
|
|
|
@ -22,7 +22,8 @@ window#waybar {
|
||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio:hover {
|
#pulseaudio:hover {
|
||||||
background-color: #a37800;
|
background-color: @mauve;
|
||||||
|
color: @crust;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
|
@ -155,6 +156,7 @@ label:focus {
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 13px;
|
padding-right: 13px;
|
||||||
|
transition: all 300ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
#network {
|
#network {
|
||||||
|
|
Loading…
Reference in a new issue