pointfichiers/bar/waybar/style.css

205 lines
2.8 KiB
CSS
Raw Permalink Normal View History

2023-10-19 09:57:45 +02:00
* {
border: none;
border-radius: 0;
font-family: "JetBrainsMono Nerd Font", "Font Awesome 6 Free";
font-weight: bold;
font-size: 16px;
min-height: 0;
2023-10-19 09:57:45 +02:00
}
window#waybar {
background: rgba(21, 18, 27, 0);
color: #cdd6f4;
2023-10-19 09:57:45 +02:00
}
tooltip {
background: #1e1e2e;
border-radius: 10px;
border-width: 2px;
border-style: solid;
border-color: #11111b;
2023-10-19 09:57:45 +02:00
}
#workspaces button {
padding: 5px;
color: #313244;
margin-right: 5px;
2023-10-19 09:57:45 +02:00
}
#workspaces button.active {
color: #a6adc8;
2023-11-14 15:58:32 +01:00
background: #3f84e5;
border-radius: 10px;
2023-10-19 09:57:45 +02:00
}
#workspaces button.urgent {
color: #11111b;
2023-11-14 15:58:32 +01:00
background: #fc6471;
border-radius: 10px;
2023-10-19 09:57:45 +02:00
}
#workspaces button:hover:not(.active) {
background: #1e1e2e;
color: #cdd6f4;
2023-10-19 09:57:45 +02:00
}
#custom-power_profile,
2023-11-14 15:58:32 +01:00
#custom-gpu_status,
#custom-refresh_rate,
2023-10-19 09:57:45 +02:00
#custom-weather,
#window,
#clock,
#battery,
#pulseaudio,
#network,
#bluetooth,
#temperature,
#workspaces,
#tray,
#memory,
#cpu,
2023-10-19 09:57:45 +02:00
#backlight {
background: #1e1e2e;
opacity: 0.8;
padding: 0px 10px;
margin: 3px 0px;
margin-top: 10px;
}
#memory {
border-radius: 10px 0px 0px 10px;
border-right: 0px;
}
#memory.warning {
2023-11-14 15:58:32 +01:00
color: #edae49;
}
#memory.critical {
2023-11-14 15:58:32 +01:00
color: #fc6471;
}
#cpu {
border-left: 0px;
border-right: 0px;
}
#cpu.warning {
2023-11-14 15:58:32 +01:00
color: #edae49;
}
#cpu.critical {
2023-11-14 15:58:32 +01:00
color: #fc6471;
2023-10-19 09:57:45 +02:00
}
#temperature {
border-left: 0px;
border-right: 0px;
2023-10-19 09:57:45 +02:00
}
#temperature.critical {
2023-11-14 15:58:32 +01:00
color: #fc6471;
2023-10-19 09:57:45 +02:00
}
#backlight {
border-radius: 10px 0px 0px 10px;
2023-10-19 09:57:45 +02:00
}
#tray {
border-radius: 10px;
margin-right: 10px;
2023-10-19 09:57:45 +02:00
}
#workspaces {
background: #1e1e2e;
border-radius: 10px;
margin-left: 10px;
padding-right: 0px;
padding-left: 5px;
2023-10-19 09:57:45 +02:00
}
#custom-power_profile {
color: #a6e3a1;
border-left: 0px;
border-right: 0px;
}
#custom-power_profile.Performance {
2023-11-14 15:58:32 +01:00
color: #fc6471;
}
#custom-power_profile.Balanced {
2023-11-14 15:58:32 +01:00
color: #edae49;
}
#custom-gpu_status {
color: #a6e3a1;
padding-top: 3px;
padding-left: 3px;
}
#custom-gpu_status:not(.suspended) {
color: #edae49;
2023-10-19 09:57:45 +02:00
}
#custom-refresh_rate {
color: #a6e3a1;
}
#custom-refresh_rate.overdrive {
color: #edae49;
}
2023-10-19 09:57:45 +02:00
#window {
border-radius: 10px;
margin-left: 60px;
margin-right: 60px;
2023-10-19 09:57:45 +02:00
}
#clock {
color: #fab387;
border-radius: 10px 0px 0px 10px;
margin-left: 10px;
border-right: 0px;
2023-10-19 09:57:45 +02:00
}
#network {
color: #f9e2af;
border-left: 0px;
border-right: 0px;
2023-10-19 09:57:45 +02:00
}
#bluetooth {
color: #89b4fa;
border-radius: 0px 10px 10px 0px;
2023-11-14 15:58:32 +01:00
margin-right: 10px;
}
2023-10-19 09:57:45 +02:00
#pulseaudio {
color: #89b4fa;
border-left: 0px;
border-right: 0px;
border-radius: 10px 0px 0px 10px;
2023-10-19 09:57:45 +02:00
}
#pulseaudio.microphone {
color: #cba6f7;
border-left: 0px;
border-right: 0px;
border-radius: 0px 10px 10px 0px;
margin-right: 10px;
2023-10-19 09:57:45 +02:00
}
#battery {
color: #a6e3a1;
border-radius: 0 10px 10px 0;
margin-right: 10px;
border-left: 0px;
2023-10-19 09:57:45 +02:00
}
#custom-weather {
border-radius: 0px 10px 10px 0px;
border-left: 0px;
margin-left: 0px;
2023-11-14 15:58:32 +01:00
}