This commit is contained in:
Nicholai 2025-11-25 03:59:07 -07:00
parent 2fa5c52963
commit bda1a8afff
3 changed files with 66 additions and 58 deletions

2
config
View File

@ -1 +1 @@
/home/nicholai/.config/waybar/configs/[TOP] Custom Minimal /home/nicholai/.config/waybar/configs/[TOP] wallust_new

View File

@ -1 +1 @@
style/[Pywal] Minimal.css /home/nicholai/.config/waybar/style/[Colored] Translucent.css

View File

@ -1,8 +1,13 @@
@define-color critical #ff0000; /* critical color */ @define-color critical #ff0000;
@define-color warning #f3f809; /* warning color */ /* critical color */
@define-color fgcolor #ffffff; /* foreground color */ @define-color warning #f3f809;
@define-color bgcolor #303030; /* background color */ /* warning color */
@define-color bgcolor #222436; /* background color */ @define-color fgcolor #ffffff;
/* foreground color */
@define-color bgcolor #303030;
/* background color */
@define-color bgcolor #222436;
/* background color */
@define-color alert #df3320; @define-color alert #df3320;
@define-color accent1 #ff7a93; @define-color accent1 #ff7a93;
@ -20,9 +25,9 @@ font-family: "JetBrainsMono Nerd Font";
font-weight: bold; font-weight: bold;
min-height: 0; min-height: 0;
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
font-size: 97%; font-size: 102%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
padding: 1px; padding: 2px;
} }
window#waybar { window#waybar {
@ -44,7 +49,8 @@ window#waybar.empty {
window#waybar.empty #window { window#waybar.empty #window {
padding: 0px; padding: 0px;
border: 0px; border: 0px;
/* background-color: rgba(66,66,66,0.5); */ /* transparent */ /* background-color: rgba(66,66,66,0.5); */
/* transparent */
background-color: transparent; background-color: transparent;
} }
@ -153,12 +159,10 @@ tooltip {
} }
/* If workspaces is the leftmost module, omit left margin */ /* If workspaces is the leftmost module, omit left margin */
.modules-left > widget:first-child > #workspaces { .modules-left>widget:first-child>#workspaces {}
}
/* If workspaces is the rightmost module, omit right margin */ /* If workspaces is the rightmost module, omit right margin */
.modules-right > widget:last-child > #workspaces { .modules-right>widget:last-child>#workspaces {}
}
#clock { #clock {
color: @accent2; color: @accent2;
@ -234,6 +238,7 @@ label:focus {
#pulseaudio-muted { #pulseaudio-muted {
color: @accent2; color: @accent2;
} }
#wireplumber { #wireplumber {
color: @accent4; color: @accent4;
} }
@ -253,9 +258,11 @@ label:focus {
#disk { #disk {
color: @accent5; color: @accent5;
} }
#custom-power_profile { #custom-power_profile {
color: @accent3; color: @accent3;
} }
#custom-media { #custom-media {
background-color: #66cc99; background-color: #66cc99;
color: #2a5c45; color: #2a5c45;
@ -334,6 +341,7 @@ label:focus {
#custom-separator { #custom-separator {
color: #606060; color: #606060;
} }
#pulseaudio-slider slider { #pulseaudio-slider slider {
min-width: 0px; min-width: 0px;
min-height: 0px; min-height: 0px;