waybar config, organized everything to folders

This commit is contained in:
2025-08-20 16:33:32 +02:00
parent c8b9a7848b
commit b69dd5ae84
7 changed files with 311 additions and 8 deletions

120
waybar/style.css Normal file
View File

@@ -0,0 +1,120 @@
* {
font-family: JetbrainsMono Nerd Font;
font-size: 20px;
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: 1rem;
}
#workspaces button {
color: #babbf1;
border-radius: 5px;
padding: 0.4rem;
}
#workspaces button.active {
color: #99d1db;
border-radius: 5px;
}
#workspaces button:hover {
color: #85c1dc;
border-radius: 5px;
}
#custom-music,
#backlight,
#clock,
#battery,
#pulseaudio,
#network,
#cpu,
#bluetooth,
#memory,
#custom-power {
background-color: #101010;
padding: 0.5rem 1rem;
margin: 5px 0;
border-radius: 0px 0px 0px 0px;
}
#custom-stream_status {
background-color: #101010;
padding: 0.5rem 1rem;
margin: 5px 0;
border-radius: 0px 5px 5px 0px;
}
#custom-stream_status.up {
color: #c3e88d;
}
#custom-stream_status.warning {
color: #ff9e64;
}
#custom-stream_status.down {
color: #ea999c;
}
#memory {
border-radius: 0px 0px 0px 0px;
}
#clock {
color: #8caaee;
border-radius: 5px;
margin-right: 1rem;
}
#battery {
color: #a6d189;
}
#battery.charging {
color: #a6d189;
}
#battery.warning:not(.charging) {
color: #e78284;
}
#backlight {
color: #e5c890;
}
#backlight,
#battery {
border-radius: 0;
}
#pulseaudio {
color: #ea999c;
border-radius: 5px 0px 0px 5%;
margin-left: 1rem;
}
#custom-music {
color: #ca9ee6;
border-radius: 5px;
}
#custom-power {
margin-right: 1rem;
border-radius: 0px 0px 0px 0px;
color: #e78284;
}