diff options
Diffstat (limited to 'waybar')
-rw-r--r-- | waybar/config | 17 | ||||
-rw-r--r-- | waybar/style.css | 3 |
2 files changed, 17 insertions, 3 deletions
diff --git a/waybar/config b/waybar/config index 26b3f75..313aed7 100644 --- a/waybar/config +++ b/waybar/config @@ -15,6 +15,11 @@ // Modules configuration + "niri/workspaces": { + "format": "{value}", + "all-outputs": false, + "on-click": "activate" + }, "hyprland/workspaces": { "format": "{icon}", "active-only": false, @@ -46,9 +51,17 @@ "on-scroll-down": "hyprctl dispatch split-workspace e-1", "on-click": "activate" }, + "niri/window": { + "separate-outputs": true, + "icon": true, + "format": "{title}", + "expand": true + }, "hyprland/window": { "separate-outputs": true, - "format": "{}" + "icon": true, + "format": "{title}", + "espand": true, }, "keyboard-state": { "numlock": true, @@ -144,7 +157,7 @@ "scroll-step": 0.1 }, "custom/launcher":{ - "format": ">", + "format": ">_", "on-click": "rofi -show drun", //"on-click-right": "killall rofi" }, diff --git a/waybar/style.css b/waybar/style.css index fefb890..59f741f 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -278,7 +278,8 @@ label:focus { } #tray { - background-color: transparent; + border-radius: 20px; + background-color: black; color: #ffffff; } |