arch-waybar/style.css.bak

186 lines
3.0 KiB
CSS

@import 'colors.css';
* {
background: transparent;
border: none;
border-radius: 3px;
font-family: "JetBrainsMono Nerd Font";
font-weight: bold;
font-size: 14px;
min-height: 0;
}
window#waybar {
background: transparent;
}
#workspaces button {
padding: 5px;
color: @color4;
margin-right: 5px;
}
#workspaces button.active {
color: @color11;
}
#workspaces button.focused {
color: @color12;
background: @color2;
border-radius: 5px;
}
#workspaces button.urgent {
color: @color12;
background: @color8;
border-radius: 5px;
}
#workspaces button:hover {
background: @background;
color: @color12;
border-radius: 10px;
font-size: 18px;
}
#custom-power_profile,
#custom-weather,
#window,
#clock,
#battery,
#custom-battery,
#pulseaudio,
#network,
#bluetooth,
#temperature,
#workspaces,
#tray,
#backlight,
#idle_inhibitor {
background: @background;
color: @color12;
opacity: 0.8;
padding: 0px 10px;
margin: 3px 0px;
margin-top: 10px;
border: 1px solid #181825;
}
#temperature {
background: @background;
border-radius: 5px 0px 0px 5px;
}
#temperature.critical {
color: #d13a3a;
}
#backlight {
background: @background;
border-radius: 5px 0px 0px 5px;
}
#tray {
border-radius: 5px;
margin-right: 10px;
}
#workspaces {
background: @background;
color: @color11;
border-radius: 5px;
margin-left: 10px;
padding-right: 0px;
padding-left: 5px;
}
#custom-power_profile {
color: @color9;
border-left: 0px;
border-right: 0px;
}
#window {
background: @background;
border-radius: 5px;
margin-left: 60px;
margin-right: 60px;
}
#clock {
background: @background;
color: @color12;
border-radius: 5px;
margin-left: 10px;
border-right: 0px;
}
#custom-wallpaper {
background: @background;
color: @color12;
opacity: 0.8;
padding: 0px 10px;
margin: 3px 0px;
margin-top: 10px;
border-radius: 5px;
margin-left: 10px;
border-right: 0px;
}
#network {
color: @color5;
background: @background;
border-radius: 5px 0px 0px 5px;
border-left: 0px;
border-right: 0px;
}
#bluetooth {
color: @color5;
background: @background;
border-radius: 0px 5px 5px 0px;
margin-right: 10px;
}
#pulseaudio {
color: @color10;
background: @background;
border-left: 0px;
border-right: 0px;
}
#pulseaudio.microphone {
color: @color11;
background: @background;
border-left: 0px;
border-right: 0px;
border-radius: 0px 5px 5px 0px;
margin-right: 10px;
}
#battery {
color: @color12;
background: @background;
border-radius: 0 5px 5px 0;
margin-right: 10px;
border-left: 0px;
}
#custom-battery {
color: @color12;
background: @background;
border-radius: 0 5px 5px 0;
margin-right: 10px;
border-left: 0px;
}
#custom-weather {
border-radius: 0px 5px 5px 0px;
border-right: 0px;
margin-left: 0px;
}