New waybar colors who dis
This commit is contained in:
parent
5ce6225dc9
commit
314be2a3af
@ -1,11 +1,13 @@
|
||||
[
|
||||
{
|
||||
"name": "main",
|
||||
"layer": "top",
|
||||
"layer": "bottom",
|
||||
"position": "bottom",
|
||||
"height": 40,
|
||||
"height": 48,
|
||||
"spacing": 4,
|
||||
"output": "DP-2",
|
||||
"margin-left": 800,
|
||||
"margin-right": 800,
|
||||
"modules-left": [
|
||||
"wireplumber",
|
||||
"disk",
|
||||
|
@ -4,12 +4,15 @@
|
||||
border: none;
|
||||
border-radius: 0px;
|
||||
min-height: 0;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
font-family: "Hack Nerd Font";
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: alpha(@base, 0.6);
|
||||
background: alpha(@surface2, 0.6);
|
||||
border: 4px inset @yellow;
|
||||
border-radius: 8px;
|
||||
color: @text;
|
||||
}
|
||||
|
||||
@ -18,32 +21,35 @@ window#waybar.hidden {
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
margin: 4px 0;
|
||||
border-radius: 6px;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
color: @overlay0;
|
||||
color: @mauve;
|
||||
background: transparent;
|
||||
transition: all 0.1s ease;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: @lavender;
|
||||
border-top: 2px solid @lavender;
|
||||
background-color: @yellow;
|
||||
margin: 4px;
|
||||
border-radius: 6px;
|
||||
transition: all 0.1s ease;
|
||||
}
|
||||
|
||||
.modules-left {
|
||||
background: @surface0;
|
||||
}
|
||||
.modules-center {
|
||||
background: @surface0;
|
||||
color: @mauve;
|
||||
margin: 2px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
.modules-center {
|
||||
border-radius: 16px;
|
||||
margin: 2px;
|
||||
}
|
||||
.modules-right {
|
||||
background: @surface0;
|
||||
color: @mauve;
|
||||
border-radius: 16px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
#clock,
|
||||
@ -60,41 +66,3 @@ window#waybar.hidden {
|
||||
#custom-weather {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
|
||||
#wireplumber{
|
||||
color: @teal;
|
||||
}
|
||||
#disk {
|
||||
color: @rosewater;
|
||||
}
|
||||
#custom-weather {
|
||||
color: @sapphire;
|
||||
}
|
||||
|
||||
#memory,
|
||||
#cpu,
|
||||
#network,
|
||||
#custom-gpu,
|
||||
#temperature {
|
||||
color: @green;
|
||||
}
|
||||
|
||||
#custom-poweroff {
|
||||
color: @red;
|
||||
}
|
||||
|
||||
/* Old Colors
|
||||
#memory {
|
||||
color: @teal;
|
||||
}
|
||||
#cpu {
|
||||
color: @yellow;
|
||||
}
|
||||
#custom-gpu {
|
||||
color: @pink;
|
||||
}
|
||||
#temperature {
|
||||
color: @sky;
|
||||
}
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user