Browse Source

Merge pull request #1 from darkeddie/main

Fixed formatting of workspace icons
pull/3/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
1c37ed3b08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 24
      config/waybar/modules

24
config/waybar/modules

@ -141,23 +141,23 @@
"hyprland/workspaces": { "hyprland/workspaces": {
"format": "{name}", "format": "{name}",
//"format": "{name}: {icon}", //"format": " {name}:{icon} ",
//"format": "{icon}", //"format": " {icon} ",
"show-special": false, "show-special": false,
"on-click": "activate", "on-click": "activate",
"all-outputs": true, "all-outputs": true,
"sort-by-number": true, "sort-by-number": true,
"format-icons": { "format-icons": {
"1": "main ", "1": " ",
"2": "2 ", "2": " ",
"3": "3 ", "3": " ",
"4": "4 ", "4": " ",
"5": "5 ", "5": " ",
"6": "6 ", "6": " ",
"7": "7 ", "7": "",
"8": "8 ", "8": " ",
"9": "9 ", "9": "",
"10": " 10 ", "10": "10",
"focused": "", "focused": "",
"default": "", "default": "",
}, },

Loading…
Cancel
Save