Update waybar conf

This commit is contained in:
Torjus Håkestad 2024-02-27 21:16:03 +01:00
parent 10765db295
commit 4a0eb3c054

View File

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