From 4a0eb3c0541a1cf175f054c7f4dd39e9eec2e775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Tue, 27 Feb 2024 21:16:03 +0100 Subject: [PATCH] Update waybar conf --- home/hyprland/waybar.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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";