summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-04 22:35:01 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-04 22:35:01 +0200
commit4c7c339845481b7c2e9b630525fd83da988adbb0 (patch)
treed9daa50a1b09190002b22127359753d5aaa05db6
parentc38509e3458df535231378ad6be6e5e356b35ae4 (diff)
use hyprland/workspaces
-rw-r--r--config/hyprland/waybar/config.jsonc17
1 files changed, 14 insertions, 3 deletions
diff --git a/config/hyprland/waybar/config.jsonc b/config/hyprland/waybar/config.jsonc
index aadc6d3..d2bad38 100644
--- a/config/hyprland/waybar/config.jsonc
+++ b/config/hyprland/waybar/config.jsonc
@@ -1,10 +1,21 @@
{
"layer": "top",
- "modules-left": ["battery", "clock", "wlr/workspaces", "mpd"],
+ "modules-left": ["battery", "clock", "hyprland/workspaces", "mpd"],
"modules-center": ["hyprland/window"],
"modules-right": ["custom/wireguard", "network", "pulseaudio", "temperature", "cpu", "custom/memory", "tray"],
- "wlr/workspaces": {
- "on-click": "activate",
+ "hyprland/workspaces": {
+ "format": "{icon}",
+ "format-icons": {
+ "1": "I",
+ "2": "II",
+ "3": "III",
+ "4": "IV",
+ "5": "V",
+ "6": "VI",
+ "7": "VII",
+ "8": "VIII",
+ "9": "IX",
+ },
},
"mpd": {
"tooltip": false,