summaryrefslogtreecommitdiff
path: root/waybar
diff options
context:
space:
mode:
Diffstat (limited to 'waybar')
-rw-r--r--waybar/config19
-rw-r--r--waybar/style.css3
2 files changed, 18 insertions, 4 deletions
diff --git a/waybar/config b/waybar/config
index 77f7386..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,12 +157,12 @@
"scroll-step": 0.1
},
"custom/launcher":{
- "format": "",
+ "format": ">_",
"on-click": "rofi -show drun",
//"on-click-right": "killall rofi"
},
"custom/power":{
- "format": " ",
+ "format": "",
"on-click": "rofi -show p -modi p:rofi-power-menu",
//"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;
}