mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
Minor edits to waybar for niri.
This commit is contained in:
@@ -8,7 +8,8 @@
|
|||||||
"image",
|
"image",
|
||||||
"custom/spacer",
|
"custom/spacer",
|
||||||
"hyprland/workspaces",
|
"hyprland/workspaces",
|
||||||
"niri/workspaces"
|
"niri/workspaces",
|
||||||
|
"niri/window",
|
||||||
],
|
],
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
],
|
],
|
||||||
@@ -22,13 +23,20 @@
|
|||||||
"custom/power"
|
"custom/power"
|
||||||
],
|
],
|
||||||
"wlr/taskbar": {
|
"wlr/taskbar": {
|
||||||
"format": "{icon}",
|
"format": "{name}",
|
||||||
"on-click": "activate",
|
"on-click": "activate",
|
||||||
"on-click-right": "fullscreen",
|
"on-click-right": "fullscreen",
|
||||||
"icon-theme": "WhiteSur",
|
"icon-theme": "WhiteSur",
|
||||||
"icon-size": 25,
|
"icon-size": 25,
|
||||||
"tooltip-format": "{title}"
|
"tooltip-format": "{title}"
|
||||||
},
|
},
|
||||||
|
"niri/window": {
|
||||||
|
"format": "{}",
|
||||||
|
"rewrite": {
|
||||||
|
"(.*) - Mozilla Firefox": "🌎 $1",
|
||||||
|
"(.*) - zsh": "> [$1]"
|
||||||
|
}
|
||||||
|
},
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"on-click": "activate",
|
"on-click": "activate",
|
||||||
"disable-scroll": true,
|
"disable-scroll": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user