wip
This commit is contained in:
@@ -1,23 +1,3 @@
|
||||
/* -----------------------------------------------------------------------------
|
||||
* Gruvbox Material Dark Palette
|
||||
* ----------------------------------------------------------------------------- */
|
||||
@define-color background #282828;
|
||||
@define-color background-light #3c3836;
|
||||
@define-color foreground #d4be98;
|
||||
@define-color black #1d2021;
|
||||
@define-color gray #928374;
|
||||
@define-color red #ea6962;
|
||||
@define-color green #a9b665;
|
||||
@define-color yellow #d8a657;
|
||||
@define-color blue #7daea3;
|
||||
@define-color magenta #d3869b;
|
||||
@define-color cyan #89b482;
|
||||
@define-color white #ddc7a1;
|
||||
@define-color orange #e78a4e;
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* Module Colors (Neovim/Muted Style)
|
||||
* ----------------------------------------------------------------------------- */
|
||||
@define-color workspaces-color @gray;
|
||||
@define-color workspaces-focused-bg @background-light;
|
||||
@define-color workspaces-focused-fg @foreground;
|
||||
@@ -40,17 +20,13 @@
|
||||
@define-color battery-warning-color @yellow;
|
||||
@define-color battery-critical-color @red;
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* Global Setup
|
||||
* ----------------------------------------------------------------------------- */
|
||||
* {
|
||||
font-family: "JetBrainsMono Nerd Font";
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background-color: transparent;
|
||||
font-weight: bold;
|
||||
color: #ffffff;
|
||||
transition-property: background-color;
|
||||
transition-duration: .5s;
|
||||
@@ -63,15 +39,10 @@ window#waybar.hidden {
|
||||
/* This targets every module */
|
||||
#waybar .module {
|
||||
background-color: #1e1e2e; /* Your desired module color */
|
||||
border-radius: 7px;
|
||||
border: 2px solid #d4be98;
|
||||
}
|
||||
|
||||
/* Specific grouping (Optional: if you want modules to stick together in islands) */
|
||||
.modules-left, .modules-center, .modules-right {
|
||||
background: transparent;
|
||||
margin: 12px 10px 5px 10px;
|
||||
}
|
||||
.modules-left, .modules-center, .modules-right {}
|
||||
|
||||
button {
|
||||
box-shadow: none;
|
||||
@@ -324,7 +295,3 @@ button:hover {
|
||||
#privacy-item.audio-out {
|
||||
color: @blue;
|
||||
}
|
||||
|
||||
/* #custom-cider { */
|
||||
/* color: @cider-color; */
|
||||
/* } */
|
||||
|
||||
Reference in New Issue
Block a user