From 4355f4b5fcf0ac44be918a0476ac969b6dce0ee5 Mon Sep 17 00:00:00 2001 From: krautt Date: Thu, 9 Nov 2023 01:37:39 -0300 Subject: [FEATURE] peristent workspaces //pacman //roman --- config/waybar/modules | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/config/waybar/modules b/config/waybar/modules index a82e03fa..0fc26ad2 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -1,4 +1,69 @@ { + //CIRCLES + "hyprland/workspaces": { + "all-outputs": true, + "format": "{icon}", + "on-click": "activate", +"on-scroll-up": "hyprctl dispatch workspace e+1", + "on-scroll-down": "hyprctl dispatch workspace e-1", + "persistent_workspaces": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "format-icons": { + "active": "", + "default": "", +}, + "active-only": false, + "all-outputs": true +}, + +//ROMAN +"hyprland/workspaces#2": { + "active-only":false, + "all-outputs": true, + "format": "{icon}", + "on-click": "activate", + "persistent_workspaces":{ + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "format-icons": { + "1": "I", + "2": "II", + "3": "III", + "4": "IV", + "5": "V" + + } +}, +//PACMAN +"hyprland/workspaces#3": { + "active-only":false, + "all-outputs": true, + "format": "{icon}", + "on-click": "activate", + "persistent_workspaces":{ + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "format": "{icon}", + "format-icons": { + "active": " 󰮯 ", + "default": " ", + "persistent":"󰑊" + } +}, + "backlight": { "interval": 2, "align": 0, -- cgit v1.2.3