diff options
| author | krautt <kreutchevskya@proton.me> | 2023-11-09 01:37:39 -0300 |
|---|---|---|
| committer | krautt <kreutchevskya@proton.me> | 2023-11-09 01:38:43 -0300 |
| commit | 4355f4b5fcf0ac44be918a0476ac969b6dce0ee5 (patch) | |
| tree | 6be08be75dbdbb55ec86705b863c429bbc6f484f /config | |
| parent | fd6fb0f571ce95e0a8a7b04a8c4947a58a6cfd98 (diff) | |
[FEATURE] peristent workspaces //pacman //roman
Diffstat (limited to 'config')
| -rw-r--r-- | config/waybar/modules | 65 |
1 files changed, 65 insertions, 0 deletions
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, |
