diff --git a/.config/waybar/config b/.config/waybar/config index f8baf48..dbeb534 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -1,16 +1,10 @@ { + "font-familly": "FiraCode Nerd Font", "height": 30, // Waybar height (to be removed for auto height) "spacing": 1, // Gaps between modules (4px) - "modules-left": ["sway/workspaces"], + "modules-left": ["hyprland/workspaces"], "modules-center": ["clock"], "modules-right": ["tray", "pulseaudio", "battery"], - "sway/scratchpad": { - "format": "{icon} {count}", - "show-empty": false, - "format-icons": ["", ""], - "tooltip": true, - "tooltip-format": "{app}: {title}" - }, "tray": { "icon-size": 16, "spacing": 4 diff --git a/.config/waybar/config.hyprland b/.config/waybar/config.sway similarity index 88% rename from .config/waybar/config.hyprland rename to .config/waybar/config.sway index dbeb534..f8baf48 100644 --- a/.config/waybar/config.hyprland +++ b/.config/waybar/config.sway @@ -1,10 +1,16 @@ { - "font-familly": "FiraCode Nerd Font", "height": 30, // Waybar height (to be removed for auto height) "spacing": 1, // Gaps between modules (4px) - "modules-left": ["hyprland/workspaces"], + "modules-left": ["sway/workspaces"], "modules-center": ["clock"], "modules-right": ["tray", "pulseaudio", "battery"], + "sway/scratchpad": { + "format": "{icon} {count}", + "show-empty": false, + "format-icons": ["", ""], + "tooltip": true, + "tooltip-format": "{app}: {title}" + }, "tray": { "icon-size": 16, "spacing": 4