waybar styles
This commit is contained in:
@@ -47,8 +47,7 @@
|
||||
|
||||
#custom-pipewire.muted,
|
||||
#pulseaudio.muted {
|
||||
background-color: #90b1b1;
|
||||
color: #2a5c45;
|
||||
color: @red;
|
||||
}
|
||||
|
||||
#keyboard-state {
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
border: 2px solid @surface1;
|
||||
}
|
||||
#battery,
|
||||
#backlight
|
||||
#cpu,
|
||||
#memory,
|
||||
#temperature,
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
nodePackages.pyright
|
||||
nodePackages.eslint
|
||||
ccls
|
||||
nodejs_21
|
||||
nodejs_22
|
||||
go
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user