aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorkrautt <kreutchevskya@proton.me>2023-11-09 01:37:39 -0300
committerkrautt <kreutchevskya@proton.me>2023-11-09 01:38:43 -0300
commit4355f4b5fcf0ac44be918a0476ac969b6dce0ee5 (patch)
tree6be08be75dbdbb55ec86705b863c429bbc6f484f /config
parentfd6fb0f571ce95e0a8a7b04a8c4947a58a6cfd98 (diff)
[FEATURE] peristent workspaces //pacman //roman
Diffstat (limited to 'config')
-rw-r--r--config/waybar/modules65
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,
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage