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