fix: add font-awesome and hyprland workspaces waybar module

This commit is contained in:
2024-11-29 17:23:10 +05:00
parent c4174c61e9
commit 4448991055
2 changed files with 17 additions and 16 deletions

View File

@@ -31,22 +31,22 @@
"custom/power" "custom/power"
], ],
// Modules configuration // Modules configuration
// "sway/workspaces": { "hyprland/workspaces": {
// "disable-scroll": true, "disable-scroll": true,
// "all-outputs": true, "all-outputs": true,
// "warp-on-scroll": false, "warp-on-scroll": false,
// "format": "{name}: {icon}", "format": "{name}: {icon}",
// "format-icons": { "format-icons": {
// "1": "", // "1": "",
// "2": "", // "2": "",
// "3": "", // "3": "",
// "4": "", // "4": "",
// "5": "", // "5": "",
// "urgent": "", "urgent": "",
// "focused": "", "active": "",
// "default": "" "default": ""
// } }
// }, },
"keyboard-state": { "keyboard-state": {
"numlock": true, "numlock": true,
"capslock": true, "capslock": true,

View File

@@ -97,6 +97,7 @@ in
wofi wofi
dolphin dolphin
waybar waybar
font-awesome
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) (nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
]; ];