waybar styles

This commit is contained in:
Kopatz
2024-04-29 16:53:11 +02:00
parent f361568d55
commit 9a9c4e4d74
11 changed files with 58 additions and 66 deletions

View File

@@ -47,8 +47,7 @@
#custom-pipewire.muted,
#pulseaudio.muted {
background-color: #90b1b1;
color: #2a5c45;
color: @red;
}
#keyboard-state {

View File

@@ -11,6 +11,7 @@
border: 2px solid @surface1;
}
#battery,
#backlight
#cpu,
#memory,
#temperature,

View File

@@ -61,6 +61,29 @@ box {
#mpd {
padding: 0 1em;
}
/* Add spacing for right side modules */
#pulseaudio,
#battery,
#backlight {
padding: 0 0.5em;
}
#battery.charging,
#battery.plugged,
#battery.full
{
color: @green;
}
#battery.critical:not(.charging) {
background-color: #f38ba8;
color:#bf5673;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#clock {
font-size: 16px;

View File

@@ -73,17 +73,17 @@ in
"pulseaudio" = {
"format" = "{volume}% {icon}";
"format-bluetooth" = "{volume}% {icon}";
"format-muted" = "";
"format-muted" = "🚫";
"format-icons" = {
"headphone" = "";
"headphone" = "";
"hands-free" = "";
"headset" = "";
"phone" = "";
"portable" = "";
"car" = "";
"default" = [
""
""
""
""
];
};
"scroll-step" = 1;

View File

@@ -17,7 +17,7 @@
nodePackages.pyright
nodePackages.eslint
ccls
nodejs_21
nodejs_22
go
];
};