00: cleanup config

This commit is contained in:
2026-02-07 09:40:24 -06:00
parent ddbfe8919d
commit 0bae345352
12 changed files with 197 additions and 695 deletions
+10 -21
View File
@@ -1,8 +1,7 @@
@import "mocha.css";
@import "colorscheme.css";
* {
border: none;
border-radius: 0px;
min-height: 0;
font-weight: normal;
font-size: 14px;
@@ -10,25 +9,20 @@
}
window#waybar {
background-color: #D9CFC2;
border-radius: 0px;
background-color: @bg0;
border-bottom: 0px solid @overlay0;
}
#workspaces button {
color: black;
border-radius: 0px;
margin: 0px 0px;
color: @gray;
border: 1px solid @bg0;
margin: 0px 2px;
padding: 0px 8px;
transition: all 0.4s ease;
}
#workspaces button {
border: 2px solid #EAE5DE;
}
#workspaces button.active {
border: 2px solid grey;
border: 1px solid @yellow;
transition: all 0.4s ease;
}
@@ -47,7 +41,6 @@ window#waybar {
.modules-right {
padding-right: 0px;
border: 2px solid #EAE5DE;
}
#clock,
@@ -61,24 +54,21 @@ window#waybar {
#network,
#taskbar,
#custom-appmenu,
#custom-gpu,
#custom-gpu-usage,
#custom-poweroff,
#custom-weather {
border-radius: 0px;
border: 0px;
margin-left: 6px;
margin-right: 6px;
color: black;
color: @gray;
min-width: 45px;
}
#taskbar button {
color: black;
border: 1px solid #EAE5DE;
color: @gray;
}
#taskbar button.active {
border: 1px solid grey;
border: 1px solid @yellow;
}
#network {
@@ -88,7 +78,6 @@ window#waybar {
#custom-appmenu {
padding: 0px 4px;
border: 2px solid #EAE5DE;
}
#custom-appmenu,