waybar: update config to be similar to polybar

This commit is contained in:
2025-01-31 10:57:51 +02:00
parent d46b5bc1b2
commit c38495c56b
6 changed files with 99 additions and 47 deletions

View File

@ -1,6 +1,39 @@
/* @import url("~/.cache/wal/colors.css"); */
@import url("../../.cache/wal/colors-waybar.css");
* {
font-family: "mononoki";
font-size: 16;
font-family: "mononoki";
font-size: 16;
}
#waybar {
background-color: @background;
color: @foreground;
}
#mpd {
color: @color1;
}
#custom-pipewire-buffer {
color: @color2;
}
#pulseaudio {
color: @color3;
}
#language {
color: @color4;
}
#memory {
color: @color5;
}
#cpu {
color: @color6;
}
#network {
color: @color1;
}