From ae5e6c3f2a6b68f210ab698e2683ee900b2d3e7f Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 23 May 2024 16:22:02 +0900 Subject: Added workspace#rw on waybar module bank Edited Top and Bot waybar Added TOP Simple waybar config Added Waybar Style - Wallust Bordered --- config/waybar/modules | 46 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 2 deletions(-) (limited to 'config/waybar/modules') diff --git a/config/waybar/modules b/config/waybar/modules index 93c7f3c1..c1f46871 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -126,6 +126,40 @@ "default": "", }, }, +// NUMBERS and ICONS style with window rewrite +"hyprland/workspaces#rw": { + "disable-scroll": true, + "all-outputs": true, + "warp-on-scroll": false, + "sort-by-number": true, + "show-special": true, + "on-click": "activate", + "on-scroll-up": "hyprctl dispatch workspace e+1", + "on-scroll-down": "hyprctl dispatch workspace e-1", + "format": "{icon} {windows}", + "format-window-separator": " ", + "window-rewrite-default": " ", + "window-rewrite": { + "title<.*youtube.*>": " ", + "title<.*amazon.*>": " ", + "title<.*reddit.*>": " ", + "title<.*Picture-in-Picture.*>": " ", + "class": " ", + "class": " ", + "class": " ", + "class": "󰝰 ", + "class": " ", + "class": "󰅳 ", + "class": " ", + "class": "󰎆 ", + "class": "󰨞 ", + "class": "󰨞 ", + "class": "󰅩 ", + "class": " ", + "class": " ", + "class": "󰏆 " + } +}, // GROUP "group/motherboard": { "orientation": "horizontal", @@ -241,6 +275,13 @@ "on-scroll-up": "shift_up", "on-scroll-down": "shift_down" }, +"clock#2": { + // "timezone": "America/New_York", + //"format": " {:%I:%M %p}", // AM PM format + "format": " {:%H:%M}", + "format-alt": "{:%A | %H:%M | %e %B}", + "tooltip-format": "{:%Y %B}\n{calendar}" +}, "cpu": { "format": "{usage}% 󰍛", "interval": 1, @@ -273,7 +314,7 @@ }, "hyprland/window": { "format": "{}", - "max-length": 40, + "max-length": 20, "separate-outputs": true, "offscreen-css": true, "offscreen-css-text": "(inactive)", @@ -354,7 +395,8 @@ "max-length": 50, "format-icons": [ "󰤯", "󰤟", "󰤢", "󰤥", "󰤨" - ] + ], + "on-click-right": "kitty nmtui" }, "network#speed": { "interval": 1, -- cgit v1.2.3