.dotfiles/configs/waybar/style.css

93 lines
1.5 KiB
CSS
Raw Normal View History

2021-11-02 12:19:04 +01:00
* {
2021-11-08 01:29:28 +01:00
border: none;
2022-04-08 15:47:38 +02:00
font-family: Font Awesome, Hack Nerd Font Mono;
font-weight: 600;
2021-11-08 01:29:28 +01:00
font-size: 13px;
2021-11-27 18:39:53 +01:00
/* opacity: 0.95; */
2021-11-02 18:26:26 +01:00
}
window#waybar {
2021-11-08 01:29:28 +01:00
background: transparent;
2021-11-02 18:26:26 +01:00
}
window > box {
2021-11-26 16:40:32 +01:00
margin: 6px;
2021-11-02 18:26:26 +01:00
margin-bottom: 0px;
2022-04-23 03:41:04 +02:00
background: #2b303b;
background: @theme_bg_color;
2022-04-06 23:34:14 +02:00
padding: 5px 8px;
border-radius: 4px;
2021-11-02 18:26:26 +01:00
/*border-bottom: 3px solid rgba(100, 114, 125, 0.5);*/
2021-11-02 12:19:04 +01:00
}
#workspaces button {
2022-04-06 23:34:14 +02:00
padding: 0px 7px;
padding-left: 4px;
2022-04-23 03:41:04 +02:00
color: @theme_fg_color;
2021-11-08 01:29:28 +01:00
background: transparent;
2022-04-06 23:34:14 +02:00
border-radius: 2px;
2021-11-02 12:19:04 +01:00
}
2021-11-02 18:26:26 +01:00
#workspaces button:hover{
2021-11-08 01:29:28 +01:00
background: rgba(255, 255, 255, 0.1);
2021-11-02 12:19:04 +01:00
}
#workspaces button.focused {
2022-04-23 03:41:04 +02:00
background-color: @theme_fg_color;
color: @theme_bg_color;
2021-11-02 12:19:04 +01:00
}
#battery, #network, #pulseaudio, #clock, #custom-power, #custom-qbitstats {
2021-11-08 01:29:28 +01:00
/*margin: 0px 3px 0px 1px;*/
2021-11-02 12:19:04 +01:00
}
#clock {
margin: 0px 16px 0px 10px;
min-width: 10px;
}
2021-11-02 18:26:26 +01:00
.custom-spotify {
2021-11-08 01:29:28 +01:00
/*padding: 0 10px;*/
/*margin: 0 4px;*/
2021-11-02 18:26:26 +01:00
opacity: 0.5;
}
2021-11-02 12:19:04 +01:00
#custom-power {
color: #cc241d;
}
#custom-qbitstats {
}
#battery {
2021-11-08 01:29:28 +01:00
color: #689d6a;
2021-11-02 12:19:04 +01:00
}
#battery.critical {
color: #fb4934;
}
#battery.good {
color: #689d6a;
}
#battery.charging {
color: #b8bb26;
}
#network.wifi {
color: #689d6a;
}
#network.disconnected {
color: #fe8019;
}
#waybar > box:nth-child(2) > box:nth-child(3) > * > label {
2021-11-08 01:29:28 +01:00
padding: 0 3px;
2021-11-02 12:19:04 +01:00
}
2022-03-28 14:12:36 +02:00
#custom-waybar-mpris{
2022-04-06 23:34:14 +02:00
margin-left: 20px;
2022-03-28 14:12:36 +02:00
}