Lots of fixy business
This commit is contained in:
@@ -1,25 +1,22 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"modules-left": [
|
||||
"hyprland/workspaces",
|
||||
"hyprland/window",
|
||||
"river/tags",
|
||||
"river/mode",
|
||||
"river/layout",
|
||||
"river/window"
|
||||
"sway/workspaces",
|
||||
"sway/window"
|
||||
],
|
||||
"modules-center": [
|
||||
"clock"
|
||||
],
|
||||
"modules-right": [
|
||||
"backlight",
|
||||
"pulseaudio/slider",
|
||||
"pulseaudio",
|
||||
"network",
|
||||
"battery",
|
||||
"tray"
|
||||
],
|
||||
"hyprland/window": {
|
||||
"separate-outputs": true
|
||||
"wlr/taskbar": {
|
||||
"format": "{icon} {title}"
|
||||
},
|
||||
"network": {
|
||||
"tooltip-format": "{ipaddr}",
|
||||
@@ -50,16 +47,15 @@
|
||||
""
|
||||
]
|
||||
},
|
||||
"hyprland/workspaces": {
|
||||
"on-scroll-up": "hyprctl dispatch workspace -1",
|
||||
"on-scroll-down": "hyprctl dispatch workspace +1",
|
||||
"on-click": "activate",
|
||||
"format": "{id}",
|
||||
"sway/workspaces": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"urgent": "",
|
||||
"active": "",
|
||||
"default": ""
|
||||
},
|
||||
"disable-scroll-wraparound": true,
|
||||
"disable-markup": false,
|
||||
"persistent-workspaces": {
|
||||
"DP-2": ["sidebar"],
|
||||
"HDMI-A-2": [2,3,4,5,6]
|
||||
|
||||
Reference in New Issue
Block a user