Browse Source

updated waybar modules (hyprland/workspaces formats)

pull/321/head
JaKooLit 2 years ago
parent
commit
b93e55c00d
  1. 8
      config/waybar/modules

8
config/waybar/modules

@ -71,11 +71,12 @@
}, },
"format": "{icon}", "format": "{icon}",
"format-icons": { "format-icons": {
"active": " 󰮯 ", "active": "<span font='12'>󰮯</span>",
"default": "󰊠", "empty": "<span font='8'></span>",
"persistent": "󰊠", "default": "󰊠",
}, },
}, },
// Kanji / Japanese style
"hyprland/workspaces#kanji": { "hyprland/workspaces#kanji": {
"disable-scroll": true, "disable-scroll": true,
"all-outputs": true, "all-outputs": true,
@ -160,6 +161,7 @@
"class<libreoffice-startcenter>": "󰏆 " "class<libreoffice-startcenter>": "󰏆 "
} }
}, },
// for Camilla or Spanish
"hyprland/workspaces#cam": { "hyprland/workspaces#cam": {
"active-only":false, "active-only":false,
"all-outputs": true, "all-outputs": true,

Loading…
Cancel
Save