install scripts. reorganization. soon to be deployable
This commit is contained in:
163
env/.config/waybar/ref-style.css
vendored
Normal file
163
env/.config/waybar/ref-style.css
vendored
Normal file
@@ -0,0 +1,163 @@
|
||||
* {
|
||||
font-family: JetbrainsMono Nerd Font;
|
||||
font-size: 13px;
|
||||
min-height: 0;
|
||||
padding-right: 2px;
|
||||
padding-left: 2px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
#waybar {
|
||||
background: transparent;
|
||||
color: #c6d0f5;
|
||||
margin: 2px 2px;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
border-radius: 5px;
|
||||
margin: 5px;
|
||||
background: #101010;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
color: #babbf1;
|
||||
border-radius: 5px;
|
||||
padding: 0.4rem;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: #99d1db;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
button {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background: #1e1e1e;
|
||||
border: 0px solid transparent;
|
||||
}
|
||||
|
||||
#custom-music,
|
||||
#tray,
|
||||
#backlight,
|
||||
#clock,
|
||||
#battery,
|
||||
#pulseaudio,
|
||||
#network,
|
||||
#cpu,
|
||||
#memory,
|
||||
#custom-lock,
|
||||
#custom-power,
|
||||
#custom-weather,
|
||||
#custom-uptime,
|
||||
#custom-rss,
|
||||
#custom-disc,
|
||||
#custom-mic,
|
||||
#custom-docker {
|
||||
background-color: #101010;
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
#clock {
|
||||
color: #8caaee;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
#custom-weather {
|
||||
color: #8caaee;
|
||||
margin-left: 0.5rem;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#battery {
|
||||
color: #a6d189;
|
||||
}
|
||||
|
||||
#battery.charging {
|
||||
color: #a6d189;
|
||||
}
|
||||
|
||||
#battery.warning:not(.charging) {
|
||||
color: #e78284;
|
||||
}
|
||||
|
||||
#backlight {
|
||||
color: #e5c890;
|
||||
}
|
||||
|
||||
#backlight,
|
||||
#battery {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
color: #ea999c;
|
||||
}
|
||||
|
||||
#custom-mic{
|
||||
color: #ea999c;
|
||||
border-radius: 5px 0px 0px 5px;
|
||||
}
|
||||
|
||||
#custom-docker {
|
||||
color: #85c1dc;
|
||||
}
|
||||
|
||||
#custom-music {
|
||||
color: #ca9ee6;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#custom-lock {
|
||||
color: #babbf1;
|
||||
}
|
||||
|
||||
#custom-power {
|
||||
margin-right: 1rem;
|
||||
border-radius: 0px 5px 5px 0px;
|
||||
color: #e78284;
|
||||
}
|
||||
|
||||
#custom-docker.docker {
|
||||
color: #85c1dc;
|
||||
}
|
||||
|
||||
#custom-docker.docker-none {
|
||||
color: #737994;
|
||||
}
|
||||
|
||||
#custom-docker.docker-error {
|
||||
color: #e78284;
|
||||
}
|
||||
|
||||
#custom-weather.clear {
|
||||
color: #e5c890; /* Sunny yellow */
|
||||
}
|
||||
|
||||
#custom-weather.cloud {
|
||||
color: #99d1db; /* Light blue */
|
||||
}
|
||||
|
||||
#custom-weather.rain {
|
||||
color: #8caaee; /* Blue */
|
||||
}
|
||||
|
||||
#custom-weather.snow {
|
||||
color: #c6d0f5; /* White-ish */
|
||||
}
|
||||
|
||||
#custom-weather.thunder {
|
||||
color: #ca9ee6; /* Purple */
|
||||
}
|
||||
|
||||
#custom-weather.fog {
|
||||
color: #b0b4bc; /* Gray */
|
||||
}
|
||||
|
||||
#custom-weather.error {
|
||||
color: #e78284; /* Red */
|
||||
}
|
||||
Reference in New Issue
Block a user