Small waybar improvements

Workspace selector still broken though…
This commit is contained in:
Trevor Vallender 2023-09-07 11:48:33 +01:00
parent 741cde146e
commit 5ac49db985
1 changed files with 9 additions and 22 deletions

View File

@ -1,9 +1,9 @@
{ {
"layer": "top", "layer": "top",
"position": "top", "position": "top",
"height": 32, "height": 42,
"margin-top": 6, "margin-top": 0,
"margin-bottom": -12, "margin-bottom": -5,
"modules-left": [ "modules-left": [
"custom/leftside", "custom/leftside",
@ -29,10 +29,7 @@
"all-outputs": true, "all-outputs": true,
"sort-by-number": true, "sort-by-number": true,
"on-click": "activate", "on-click": "activate",
"sort-by-number": true, "format": "{icon}",
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1",
"format": "{name}: {icon} ",
"format-icons": { "format-icons": {
"urgent": "", "urgent": "",
"active": "", "active": "",
@ -40,6 +37,11 @@
}, },
}, },
"hyprland/window": {
"max-length": 200,
"separate-outputs": true
},
"custom/rightside":{ "custom/rightside":{
"format":" ", "format":" ",
}, },
@ -95,16 +97,6 @@
"format-icons": ["", "", "", "", ""] "format-icons": ["", "", "", "", ""]
}, },
"network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "{signalStrength}% ",
"format-ethernet": " {ipaddr}/{cidr}",
"tooltip-format": "{ifname} on {essid} via {gwaddr} 󰈀",
"format-linked": "No IP 󰈀",
"format-disconnected": "Disconnected ⚠",
"format-alt": " {bandwidthUpBits} |  {bandwidthDownBits}",
},
"pulseaudio": { "pulseaudio": {
"scroll-step": 5, // %, can be a float "scroll-step": 5, // %, can be a float
"format": "{icon} {volume}%", "format": "{icon} {volume}%",
@ -125,11 +117,6 @@
"on-click": "pavucontrol" "on-click": "pavucontrol"
}, },
"custom/power":{
"format": " ",
"on-click": "$HOME/.config/waybar/scripts/powermenu",
},
"custom/tray": { "custom/tray": {
"format": "hello" "format": "hello"
} }