update
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
// "width": 1280, // Waybar width
|
||||
// "spacing": 1, // Gaps between modules (4px)
|
||||
// Choose the order of the modules
|
||||
"modules-left": ["wlr/workspaces", "custom/sep", "hyprland/window", "hyprland/submap"],
|
||||
// "modules-left": ["sway/workspaces", "sway/mode", "sway/window"],
|
||||
// "modules-left": ["wlr/workspaces", "custom/sep", "hyprland/window", "hyprland/submap"],
|
||||
"modules-left": ["sway/workspaces", "custom/sep", "sway/window", "sway/mode"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": [
|
||||
"idle_inhibitor",
|
||||
@@ -34,6 +34,9 @@
|
||||
"on-click": "activate",
|
||||
"disable-scroll": true
|
||||
},
|
||||
"sway/window": {
|
||||
"max-length": 100
|
||||
},
|
||||
"custom/pipewire": {
|
||||
"exec": "/home/jay/bin/get-volume.sh",
|
||||
"interval": "once",
|
||||
@@ -73,7 +76,7 @@
|
||||
"interval": 1
|
||||
},
|
||||
"cpu": {
|
||||
"format": " {usage}%({load})",
|
||||
"format": " {usage}%({load})",
|
||||
"interval": 2,
|
||||
"tooltip": false
|
||||
},
|
||||
@@ -102,7 +105,7 @@
|
||||
"critical": 15
|
||||
},
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-charging": " {capacity}%",
|
||||
"format-charging": " {capacity}%",
|
||||
"format-plugged": " {capacity}%",
|
||||
"format-alt": "{icon} {time}",
|
||||
// "format-good": "", // An empty format will hide the module
|
||||
|
||||
Reference in New Issue
Block a user