Files
hyprduma-config/waybar/style.css
T

167 lines
3.3 KiB
CSS

@import url('../../.cache/wal/colors-waybar.css');
* {
font-size:15px;
font-family: "CodeNewRoman Nerd Font Propo";
font-weight: bold;
}
window#waybar{
all:unset;
}
.modules-left {
padding:1px 3px;
margin:5px 0px 5px 10px;
border-radius:10px;
background: alpha(@background,.6);
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
}
.modules-center {
padding:1px 5px;
margin:5px 0px 5px 0px;
border-radius:10px;
background: alpha(@background,.6);
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
}
.modules-right {
padding:1px 3px;
margin:5px 10px 5px 0px;
border-radius:10px;
background: alpha(@background,.6);
box-shadow: 0px 0px 2px rgba(0, 0, 0, .6);
}
tooltip {
background:@background;
color: @color7;
}
#pulseaudio:hover, #bluetooth:hover, #network:hover, #custom-power-profile:hover, #battery:hover, #cpu:hover, #memory:hover, #temperature:hover, #custom-wlogout:hover{
transition: all .3s ease;
color:@color9;
}
#clock{
padding: 3px 5px 2px 5px;
color:@color7;
font-weight: 600;
transition: all .3s ease;
}
#workspaces {
padding: 0px 5px;
}
#workspaces button {
all:unset;
padding: 0px 5px;
color: #ffffff;
transition: all .2s ease;
}
#workspaces button:hover {
color: #ffcc00;
border: none;
text-shadow: 0px 0px 5px #ffcc00;
transition: all .3s ease;
}
#workspaces button.active {
color: @color1;
border: none;
text-shadow: 0px 0px 8px @color1, 0px 0px 15px @color1;
}
#workspaces button.empty {
color: #666666;
border: none;
text-shadow: none;
}
#workspaces button.empty:hover {
color: #999999;
border: none;
text-shadow: 0px 0px 3px #999999;
transition: all .3s ease;
}
#workspaces button.empty.active {
color: @color1;
border: none;
text-shadow: 0px 0px 8px @color1, 0px 0px 15px @color1;
}
#bluetooth{
padding: 0px 3px;
transition: all .3s ease;
color:@color7;
}
#network{
padding: 0px 5px;
transition: all .3s ease;
color:@color7;
}
#pulseaudio{
padding: 0px 5px;
transition: all .3s ease;
color:@color7;
}
#pulseaudio.muted{
color: #f53c3c;
}
#custom-power-profile{
padding: 0px 5px;
transition: all .3s ease;
color:@color7;
}
#battery{
padding: 0px 5px;
transition: all .3s ease;
color:@color7;
}
#battery.charging {
color: #26A65B;
}
#battery.warning:not(.charging) {
color: #ffbe61;
}
#battery.critical:not(.charging) {
color: #f53c3c;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#group-expand{
padding: 0px 5px;
margin-right: 5px;
transition: all .3s ease;
}
#custom-expand{
padding: 0px 5px;
color:alpha(@foreground,.2);
text-shadow: 0px 0px 2px rgba(0, 0, 0, .7);
transition: all .3s ease;
}
#custom-expand:hover{
color:rgba(255,255,255,.2);
text-shadow: 0px 0px 2px rgba(255, 255, 255, .5);
}
#custom-colorpicker{
padding: 0px 5px;
}
#cpu,#memory,#temperature{
padding: 0px 5px;
transition: all .3s ease;
color:@color7;
}
#custom-endpoint{
color:transparent;
text-shadow: 0px 0px 1.5px rgba(0, 0, 0, 1);
}
#custom-wlogout{
padding: 0px 3px;
margin-left: -2px;
font-size: 21px;
transition: all .3s ease;
color:@color7;
}