home/config/waybar/config aktualisiert

This commit is contained in:
nevaforget 2025-12-09 13:12:20 +01:00
parent 104d96d51b
commit 626c676b92

View File

@ -4,18 +4,20 @@
"spacing": 5, "spacing": 5,
"modules-left": [ "modules-left": [
"group/sys", "group/sys",
"hyprland/workspaces", "niri/workspaces",
"tray" "tray",
"wlr/taskbar",
"niri/window"
], ],
"modules-center": [ "modules-center": [
"mpris",
"wlr/taskbar"
], ],
"modules-right": [ "modules-right": [
"mpris",
"custom/cpugov", "custom/cpugov",
"group/net", "group/net",
"group/sound", "group/sound",
"cava",
"group/indicators" "group/indicators"
], ],
"group/indicators": { "group/indicators": {
@ -25,7 +27,6 @@
"custom/updates", "custom/updates",
"idle_inhibitor", "idle_inhibitor",
"custom/screenshader", "custom/screenshader",
"custom/dnd",
"privacy" "privacy"
] ]
}, },
@ -197,7 +198,7 @@
}, },
"wlr/taskbar": { "wlr/taskbar": {
"markup": true, "markup": true,
"format": "{icon} {title:.10}", "format": "{icon}",
"icon-size": 20, "icon-size": 20,
"tooltip-format": "{title:.100}", "tooltip-format": "{title:.100}",
// "sort-by-app-id": true, // "sort-by-app-id": true,
@ -272,14 +273,10 @@
"sort-by-number": true "sort-by-number": true
}, },
"hyprland/window": { "hyprland/window": {
"format": "{}", "format": "{title}",
"rewrite": { "icon": false,
"(.*) — firefox": "🌎 $1", "icon-size": 16,
"(.*) - zsh": "> [$1]", "separate-outputs": true
"(.*) - kitty": "> [$1]",
"(.*) - alacritty": "> [$1]"
},
"separate-outputs": false
}, },
"custom/updates": { "custom/updates": {
"format": "{icon}", "format": "{icon}",
@ -304,9 +301,9 @@
"menu": "on-click", "menu": "on-click",
"menu-file": "~/.config/waybar/screenshader.xml", "menu-file": "~/.config/waybar/screenshader.xml",
"menu-actions": { "menu-actions": {
"blue-light-heavy": "hyprshade on blue-light-filter", "blue-light-heavy": "hyprctl hyprsunset temperature 5000",
"blue-light-soft": "hyprshade on blue-light-alt", "blue-light-soft": "hyprctl hyprsunset temperature 5500",
"off": "hyprshade off" "off": "hyprctl hyprsunset identity"
}, },
"exec-if": "hyprshade", "exec-if": "hyprshade",
"exec": "hyprshade-waybar", "exec": "hyprshade-waybar",
@ -327,7 +324,7 @@
"dnd-inhibited-none": "󰂛" "dnd-inhibited-none": "󰂛"
}, },
"return-type": "json", "return-type": "json",
"exec-if": "which swaync-client", "exec-if": "which sync-client",
"exec": "swaync-client -swb", "exec": "swaync-client -swb",
"on-click": "sh -c 'sleep 0.1s; swaync-client -t -sw; sleep 0.1s'", "on-click": "sh -c 'sleep 0.1s; swaync-client -t -sw; sleep 0.1s'",
"on-click-right": "swaync-client -d -sw", "on-click-right": "swaync-client -d -sw",
@ -500,8 +497,8 @@
"chat": "<b></b>", "chat": "<b></b>",
// Icons by state // Icons by state
"active": "", "active": "",
"default": "" "default": ""
} }
}, },
"niri/window": { "niri/window": {