update styling
This commit is contained in:
@@ -274,9 +274,9 @@
|
|||||||
"cava": {
|
"cava": {
|
||||||
// "cava_config": "$HOME/.config/cava/config",
|
// "cava_config": "$HOME/.config/cava/config",
|
||||||
"framerate": 144,
|
"framerate": 144,
|
||||||
"autosens": 1,
|
"autosens": 0,
|
||||||
"sensitivity": 100,
|
"sensitivity": 100,
|
||||||
"bars": 14,
|
"bars": 12,
|
||||||
"lower_cutoff_freq": 50,
|
"lower_cutoff_freq": 50,
|
||||||
"higher_cutoff_freq": 10000,
|
"higher_cutoff_freq": 10000,
|
||||||
"method": "pipewire",
|
"method": "pipewire",
|
||||||
|
|||||||
@@ -1,11 +1,8 @@
|
|||||||
@import url("./colors.css");
|
@import url("./colors.css");
|
||||||
@import url("./highlights.css");
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
border: none;
|
border: none;
|
||||||
font-family:
|
font-family: "JetBrainsMono Nerd Font", "Font Awesome", "Noto Sans CJK JP";
|
||||||
JetBrainsMono Nerd Font,
|
|
||||||
Font Awesome;
|
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
border-radius: 0.69em;
|
border-radius: 0.69em;
|
||||||
@@ -21,6 +18,12 @@ window#waybar.hidden {
|
|||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#window {
|
||||||
|
background-color: inherit;
|
||||||
|
padding: 0 10px;
|
||||||
|
margin: 5px 1px;
|
||||||
|
}
|
||||||
|
|
||||||
tooltip {
|
tooltip {
|
||||||
background-color: @base;
|
background-color: @base;
|
||||||
border: 1px solid @subtext0;
|
border: 1px solid @subtext0;
|
||||||
@@ -202,8 +205,8 @@ label:focus {
|
|||||||
|
|
||||||
#tray {
|
#tray {
|
||||||
/* background-color: @overlay0; */
|
/* background-color: @overlay0; */
|
||||||
background-color: @surface1;
|
background-color: @surface0;
|
||||||
color: @text;
|
color: @mantle;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tray > .passive {
|
#tray > .passive {
|
||||||
@@ -242,14 +245,14 @@ label:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#custom-mpd-scroll {
|
#custom-mpd-scroll {
|
||||||
color: @base;
|
color: @mantle;
|
||||||
background-color: @mauve;
|
background-color: @mauve;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
margin: 5px 1px;
|
margin: 5px 1px;
|
||||||
}
|
}
|
||||||
#custom-updates {
|
#custom-updates {
|
||||||
background-color: @yellow;
|
background-color: @yellow;
|
||||||
color: @base;
|
color: @mantle;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
margin: 5px 1px;
|
margin: 5px 1px;
|
||||||
}
|
}
|
||||||
@@ -261,7 +264,7 @@ label:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#custom-firefox {
|
#custom-firefox {
|
||||||
color: @base;
|
color: @mantle;
|
||||||
background-color: @peach;
|
background-color: @peach;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
margin: 5px 1px;
|
margin: 5px 1px;
|
||||||
@@ -269,7 +272,7 @@ label:focus {
|
|||||||
|
|
||||||
#cava {
|
#cava {
|
||||||
background-color: @blue;
|
background-color: @blue;
|
||||||
color: @base;
|
color: @crust;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
margin: 5px 1px;
|
margin: 5px 1px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user