New backup 2024-06-11 12:45:02
This commit is contained in:
parent
643328407c
commit
9daf822080
2 changed files with 8 additions and 15 deletions
|
@ -7,7 +7,7 @@
|
||||||
"spacing": 4, // Gaps between modules (4px)
|
"spacing": 4, // Gaps between modules (4px)
|
||||||
|
|
||||||
// Choose the order of the modules
|
// Choose the order of the modules
|
||||||
"modules-left": ["sway/workspaces","sway/mode","sway/scratchpad","sway/window"],
|
"modules-left": ["custom/sway-profile","sway/workspaces","sway/mode","sway/scratchpad","sway/window"],
|
||||||
"modules-center": ["custom/sonixd"],
|
"modules-center": ["custom/sonixd"],
|
||||||
"modules-right": ["idle_inhibitor", "pulseaudio", "network", "custom/nmvpn", "bluetooth", "memory", "battery", "clock", "tray"],
|
"modules-right": ["idle_inhibitor", "pulseaudio", "network", "custom/nmvpn", "bluetooth", "memory", "battery", "clock", "tray"],
|
||||||
|
|
||||||
|
@ -23,7 +23,8 @@
|
||||||
// "9": "",
|
// "9": "",
|
||||||
// "10": "",
|
// "10": "",
|
||||||
// "default": ""
|
// "default": ""
|
||||||
}
|
},
|
||||||
|
"sort-by-number": true
|
||||||
},
|
},
|
||||||
|
|
||||||
// Mode indicator
|
// Mode indicator
|
||||||
|
@ -169,5 +170,10 @@
|
||||||
"exec-if": "pgrep Sonixd",
|
"exec-if": "pgrep Sonixd",
|
||||||
"on-click":"swaymsg [class='Sonixd'] focus",
|
"on-click":"swaymsg [class='Sonixd'] focus",
|
||||||
"escape": true
|
"escape": true
|
||||||
|
},
|
||||||
|
|
||||||
|
//sway profile
|
||||||
|
"custom/sway-profile": {
|
||||||
|
"format": "1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -51,19 +51,6 @@ window box > box {
|
||||||
padding-bottom:2px;
|
padding-bottom:2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar.termite {
|
|
||||||
background-color: #3F3F3F;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.chromium {
|
|
||||||
background-color: #000000;
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar.test {
|
|
||||||
background-color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
button {
|
||||||
box-shadow: inset 0 -3px transparent;
|
box-shadow: inset 0 -3px transparent;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue