Waybar : Change font to FiraCode Nerd Font
This commit is contained in:
@@ -1,16 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"font-familly": "FiraCode Nerd Font",
|
||||||
"height": 30, // Waybar height (to be removed for auto height)
|
"height": 30, // Waybar height (to be removed for auto height)
|
||||||
"spacing": 1, // Gaps between modules (4px)
|
"spacing": 1, // Gaps between modules (4px)
|
||||||
"modules-left": ["hyprland/workspaces"],
|
"modules-left": ["hyprland/workspaces"],
|
||||||
"modules-center": ["clock"],
|
"modules-center": ["clock"],
|
||||||
"modules-right": ["tray", "pulseaudio", "battery"],
|
"modules-right": ["tray", "pulseaudio", "battery"],
|
||||||
"sway/scratchpad": {
|
|
||||||
"format": "{icon} {count}",
|
|
||||||
"show-empty": false,
|
|
||||||
"format-icons": ["", ""],
|
|
||||||
"tooltip": true,
|
|
||||||
"tooltip-format": "{app}: {title}"
|
|
||||||
},
|
|
||||||
"tray": {
|
"tray": {
|
||||||
"icon-size": 16,
|
"icon-size": 16,
|
||||||
"spacing": 4
|
"spacing": 4
|
||||||
|
|||||||
Reference in New Issue
Block a user