summaryrefslogtreecommitdiff
path: root/waybar
diff options
context:
space:
mode:
Diffstat (limited to 'waybar')
-rw-r--r--waybar/config19
-rw-r--r--waybar/style.css4
2 files changed, 18 insertions, 5 deletions
diff --git a/waybar/config b/waybar/config
index c7830c6..f596d85 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 cf419a9..59f741f 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -45,7 +45,7 @@ window#waybar.hidden {
/*
#workspaces button:hover {
- background: #39c1ed;
+ background: #6e3c85;
color: black;
border-bottom: 3px solid #ffffff;
@@ -58,7 +58,7 @@ window#waybar.hidden {
/*
#workspaces button.active:hover {
- background: #39c1ed;
+ background: #6e3c85;
color: black;
border-bottom: 3px solid #ffffff;
}