summaryrefslogtreecommitdiff
path: root/waybar
diff options
context:
space:
mode:
Diffstat (limited to 'waybar')
-rw-r--r--waybar/config77
-rw-r--r--waybar/style.css8
2 files changed, 77 insertions, 8 deletions
diff --git a/waybar/config b/waybar/config
index c7830c6..6c38bb6 100644
--- a/waybar/config
+++ b/waybar/config
@@ -5,7 +5,7 @@
"output": "eDP-1",
"spacing": 4,
//"margin-top": 5,
- //"margin-bottom":5,
+ //"margin-bottom": 5,
// Choose the order of the modules
@@ -15,6 +15,57 @@
// Modules configuration
+ "sway/workspaces": {
+ "all-outputs": false,
+ "persistent-workspaces": {
+ "11": ["eDP-1"],
+ "12": ["eDP-1"],
+ "13": ["eDP-1"],
+ "14": ["eDP-1"],
+ "15": ["eDP-1"],
+ "16": ["eDP-1"],
+ "17": ["eDP-1"],
+ "18": ["eDP-1"],
+ "19": ["eDP-1"],
+ },
+ "format": "{icon}",
+ "format-icons": {
+ "1": "1",
+ "2": "2",
+ "3": "3",
+ "4": "4",
+ "5": "5",
+ "6": "6",
+ "7": "7",
+ "8": "8",
+ "9": "9",
+ "10": "0",
+ "11": "1",
+ "12": "2",
+ "13": "3",
+ "14": "4",
+ "15": "5",
+ "16": "6",
+ "17": "7",
+ "18": "8",
+ "19": "9",
+ "20": "0",
+ "21": "1",
+ "22": "2",
+ "23": "3",
+ "24": "4",
+ "25": "5",
+ "26": "6",
+ "27": "7",
+ "28": "8",
+ "29": "9",
+ },
+ },
+ "niri/workspaces": {
+ "format": "{value}",
+ "all-outputs": false,
+ "on-click": "activate"
+ },
"hyprland/workspaces": {
"format": "{icon}",
"active-only": false,
@@ -42,13 +93,27 @@
"persistent-workspaces": {
"eDP-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ],
},
- "on-scroll-up": "hyprctl dispatch split-workspace e+1",
- "on-scroll-down": "hyprctl dispatch split-workspace e-1",
+ "on-scroll-up": "hyprctl dispatch split:workspace r+1",
+ "on-scroll-down": "hyprctl dispatch split:workspace r-1",
"on-click": "activate"
},
+ "sway/window": {
+ "separate-outputs": true,
+ "icon": true,
+ "format": "{title}",
+ "expand": true
+ },
+ "niri/window": {
+ "separate-outputs": true,
+ "icon": true,
+ "format": "{title}",
+ "expand": true
+ },
"hyprland/window": {
"separate-outputs": true,
- "format": "{}"
+ "icon": true,
+ "format": "{title}",
+ "expand": true,
},
"keyboard-state": {
"numlock": true,
@@ -144,12 +209,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..9398381 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;
@@ -56,9 +56,13 @@ window#waybar.hidden {
background: #198844;
}
+#workspaces button.focused {
+ background: #198844;
+}
+
/*
#workspaces button.active:hover {
- background: #39c1ed;
+ background: #6e3c85;
color: black;
border-bottom: 3px solid #ffffff;
}