fix: add font-awesome and hyprland workspaces waybar module
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -97,6 +97,7 @@ in
|
|||||||
wofi
|
wofi
|
||||||
dolphin
|
dolphin
|
||||||
waybar
|
waybar
|
||||||
|
font-awesome
|
||||||
|
|
||||||
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user