New backup 2024-06-15 23:15:01
This commit is contained in:
parent
985e920206
commit
195eb61bf3
1 changed files with 5 additions and 13 deletions
|
@ -1,29 +1,21 @@
|
|||
{
|
||||
// layout
|
||||
"layer": "top", // Waybar at top layer
|
||||
// "output": ["DP-2", "eDP-1"],
|
||||
// "output": *,
|
||||
"position": "top", // Waybar position (top|bottom|left|right)
|
||||
"spacing": 4, // Gaps between modules (4px)
|
||||
|
||||
// Choose the order of the modules
|
||||
// module order
|
||||
"modules-left": ["custom/sway-profile","sway/workspaces","sway/mode","sway/scratchpad","sway/window"],
|
||||
"modules-center": ["custom/sonixd"],
|
||||
"modules-right": ["idle_inhibitor", "pulseaudio", "network", "custom/nmvpn", "bluetooth", "memory", "battery", "clock", "tray"],
|
||||
|
||||
// Modules configuration
|
||||
|
||||
// Workspaces
|
||||
"sway/workspaces": {
|
||||
"disable-scroll": true,
|
||||
"all-outputs": true,
|
||||
"format": "{name}",
|
||||
"format-icons": {
|
||||
// "1": "",
|
||||
// "2": "",
|
||||
// "9": "",
|
||||
// "10": "",
|
||||
// "default": ""
|
||||
},
|
||||
"disable-scroll": true,
|
||||
"all-outputs": true,
|
||||
"format": "{name}",
|
||||
"sort-by-number": true
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue