Browse Source

updated waybar modules - scrollable workspace

pull/18/head
JaKooLit 2 years ago
parent
commit
f0c4a223a6
  1. 2
      config/waybar/configs/config-Left
  2. 2
      config/waybar/configs/config-Right
  3. 2
      config/waybar/configs/config-default
  4. 41
      config/waybar/modules

2
config/waybar/configs/config-Left

@ -19,7 +19,7 @@
], ],
"modules-center": [ "modules-center": [
"hyprland/workspaces#2", "hyprland/workspaces",
], ],
"modules-right": [ "modules-right": [

2
config/waybar/configs/config-Right

@ -19,7 +19,7 @@
], ],
"modules-center": [ "modules-center": [
"hyprland/workspaces#2", "hyprland/workspaces",
], ],
"modules-right": [ "modules-right": [

2
config/waybar/configs/config-default

@ -14,7 +14,7 @@
"margin-right": 8, "margin-right": 8,
"modules-left": [ "modules-left": [
"hyprland/workspaces", "hyprland/workspaces#3",
"custom/separator#dot-line", "custom/separator#dot-line",
"cpu", "cpu",
"custom/separator#dot-line", "custom/separator#dot-line",

41
config/waybar/modules

@ -1,69 +1,75 @@
//* ---- 💫 https://github.com/JaKooLit 💫 ---- *//
{ {
// HYPRLAND WORKSPACES. CHOOSE as required // HYPRLAND WORKSPACES. CHOOSE as desired and place on waybar configs
// CIRCLES Style // CIRCLES Style
"hyprland/workspaces": { "hyprland/workspaces": {
"active-only": false,
"all-outputs": true, "all-outputs": true,
"format": "{icon}", "format": "{icon}",
"show-special": false,
"on-click": "activate", "on-click": "activate",
"on-scroll-up": "hyprctl dispatch workspace e+1", "on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1", "on-scroll-down": "hyprctl dispatch workspace e-1",
"persistent_workspaces": { "persistent_workspaces": {
"1": [], "1": [],
"2": [], "2": [],
"3": [], "3": [],
"4": [], "4": [],
"5": [] "5": [],
}, },
"format-icons": { "format-icons": {
"active": "", "active": "",
"default": "", "default": "",
},
}, },
"active-only": false,
"all-outputs": true
},
// ROMAN Numerals style // ROMAN Numerals style
"hyprland/workspaces#2": { "hyprland/workspaces#2": {
"active-only":false, "active-only":false,
"all-outputs": true, "all-outputs": true,
"format": "{icon}", "format": "{icon}",
"show-special": false,
"on-click": "activate", "on-click": "activate",
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1",
"persistent_workspaces":{ "persistent_workspaces":{
"1": [], "1": [],
"2": [], "2": [],
"3": [], "3": [],
"4": [], "4": [],
"5": [] "5": [],
}, },
"format-icons": { "format-icons": {
"1": "I", "1": "I",
"2": "II", "2": "II",
"3": "III", "3": "III",
"4": "IV", "4": "IV",
"5": "V" "5": "V",
} },
}, },
// PACMAN Style // PACMAN Style
"hyprland/workspaces#3": { "hyprland/workspaces#3": {
"active-only":false, "active-only":false,
"all-outputs": true, "all-outputs": true,
"format": "{icon}", "format": "{icon}",
"on-click": "activate", "on-click": "activate",
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1",
"show-special": false,
"persistent_workspaces":{ "persistent_workspaces":{
"1": [], "1": [],
"2": [], "2": [],
"3": [], "3": [],
"4": [], "4": [],
"5": [] "5": [],
}, },
"format": "{icon}", "format": "{icon}",
"format-icons": { "format-icons": {
"active": " 󰮯 ", "active": " 󰮯 ",
"default": " ", "default": " ",
"persistent":"󰑊" "persistent":"󰑊",
} },
}, },
// NUMBERS and ICONS style // NUMBERS and ICONS style
@ -73,6 +79,8 @@
//"format": " {icon} ", //"format": " {icon} ",
"show-special": false, "show-special": false,
"on-click": "activate", "on-click": "activate",
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1",
"all-outputs": true, "all-outputs": true,
"sort-by-number": true, "sort-by-number": true,
"format-icons": { "format-icons": {
@ -89,10 +97,7 @@
"focused": "", "focused": "",
"default": "", "default": "",
}, },
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1",
}, },
"backlight": { "backlight": {
"interval": 2, "interval": 2,
"align": 0, "align": 0,

Loading…
Cancel
Save