Browse Source

Update modules

pull/13/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
4b76376275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 35
      config/waybar/modules

35
config/waybar/modules

@ -1,5 +1,6 @@
{ {
//CIRCLES // HYPRLAND WORKSPACES. CHOOSE as required
// CIRCLES Style
"hyprland/workspaces": { "hyprland/workspaces": {
"all-outputs": true, "all-outputs": true,
"format": "{icon}", "format": "{icon}",
@ -21,7 +22,7 @@
"all-outputs": true "all-outputs": true
}, },
//ROMAN // ROMAN Numerals style
"hyprland/workspaces#2": { "hyprland/workspaces#2": {
"active-only":false, "active-only":false,
"all-outputs": true, "all-outputs": true,
@ -43,7 +44,8 @@
} }
}, },
//PACMAN
// PACMAN Style
"hyprland/workspaces#3": { "hyprland/workspaces#3": {
"active-only":false, "active-only":false,
"all-outputs": true, "all-outputs": true,
@ -64,6 +66,33 @@
} }
}, },
// NUMBERS and ICONS style
"hyprland/workspaces#4": {
"format": "{name}",
//"format": " {name}:{icon} ",
//"format": " {icon} ",
"show-special": false,
"on-click": "activate",
"all-outputs": true,
"sort-by-number": true,
"format-icons": {
"1": " ",
"2": " ",
"3": " ",
"4": " ",
"5": " ",
"6": " ",
"7": "",
"8": " ",
"9": "",
"10": "10",
"focused": "",
"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