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
|
// layout
|
||||||
"layer": "top", // Waybar at top layer
|
"layer": "top", // Waybar at top layer
|
||||||
// "output": ["DP-2", "eDP-1"],
|
|
||||||
// "output": *,
|
|
||||||
"position": "top", // Waybar position (top|bottom|left|right)
|
"position": "top", // Waybar position (top|bottom|left|right)
|
||||||
"spacing": 4, // Gaps between modules (4px)
|
"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-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"],
|
||||||
|
|
||||||
// Modules configuration
|
// Modules configuration
|
||||||
|
|
||||||
// Workspaces
|
// Workspaces
|
||||||
"sway/workspaces": {
|
"sway/workspaces": {
|
||||||
"disable-scroll": true,
|
"disable-scroll": true,
|
||||||
"all-outputs": true,
|
"all-outputs": true,
|
||||||
"format": "{name}",
|
"format": "{name}",
|
||||||
"format-icons": {
|
|
||||||
// "1": "",
|
|
||||||
// "2": "",
|
|
||||||
// "9": "",
|
|
||||||
// "10": "",
|
|
||||||
// "default": ""
|
|
||||||
},
|
|
||||||
"sort-by-number": true
|
"sort-by-number": true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue