friendship with hyprland over, now sway is my best friend
This commit is contained in:
+14
-2
@@ -2,9 +2,15 @@
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"spacing": 0,
|
||||
"modules-left": ["hyprland/workspaces"],
|
||||
"modules-left": ["sway/workspaces", "hyprland/workspaces"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["custom/recording", "cpu", "disk", "disk#sda", "idle_inhibitor", "tray", "custom/transmission", "network"],
|
||||
"modules-right": ["custom/recording", "cpu", "disk", "disk#sda", "disk#mount", "idle_inhibitor", "tray", "custom/transmission", "network"],
|
||||
"sway/workspaces": {
|
||||
"format": "{name}",
|
||||
"all-outputs": false,
|
||||
"on-click": "activate",
|
||||
"sort-by-number": true
|
||||
},
|
||||
"hyprland/workspaces": {
|
||||
"format": "{name}",
|
||||
"all-outputs": false,
|
||||
@@ -51,6 +57,12 @@
|
||||
"interval": 5,
|
||||
"tooltip-format": "{free} available on {path}"
|
||||
},
|
||||
"disk#mount": {
|
||||
"path": "/home/mark/Files/Downloads/mount",
|
||||
"format": "{free}",
|
||||
"interval": 5,
|
||||
"tooltip-format": "{free} available on {path}"
|
||||
},
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
|
||||
Reference in New Issue
Block a user