diff --git a/home/hyprland/waybar.nix b/home/hyprland/waybar.nix index 5b01a01..e6e2dba 100644 --- a/home/hyprland/waybar.nix +++ b/home/hyprland/waybar.nix @@ -7,7 +7,7 @@ }; style = '' * { - font-family: "Fira Code"; + font-family: "Fira Code", "Font Awesome 6 Free"; font-size: 14px; font-weight: bold; border-radius: 0px; @@ -131,7 +131,7 @@ "layer" = "top"; "position" = "top"; modules-left = - [ "custom/launcher" "hyprland/workspaces" "custom/cava-internal" ]; + [ "custom/launcher" "hyprland/workspaces" ]; modules-center = [ "clock" ]; modules-right = [ "pulseaudio" "pulseaudio#microphone" "memory" "cpu" "tray" ]; @@ -140,10 +140,6 @@ "on-click" = "pkill rofi || ~/.config/rofi/launcher.sh"; "tooltip" = false; }; - "custom/cava-internal" = { - "exec" = "sleep 1s && cava-internal"; - "tooltip" = false; - }; "hyprland/workspaces" = { "format" = "{name}"; "on-click" = "activate";