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 = ''
* {
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";