This repository has been archived on 2023-07-23. You can view files and clone it, but cannot push or open issues or pull requests.
gpd-configurations/home/user/config/waybar-style.nix

216 lines
3.5 KiB
Nix
Raw Normal View History

2023-06-21 08:11:21 +00:00
''
* {
border: none;
font-family: "nerdfonts" ;
2023-06-27 02:44:31 +00:00
font-size: 12px;
2023-06-27 13:46:05 +00:00
min-height: 0;
2023-06-21 08:11:21 +00:00
}
window#waybar {
background: transparent;
}
window#waybar.hidden {
opacity: 0.2;
}
#window {
2023-06-27 13:32:44 +00:00
margin-top: 2px;
2023-06-21 08:11:21 +00:00
padding-left: 10px;
padding-right: 10px;
border-radius: 10px;
transition: none;
2023-06-27 13:52:38 +00:00
font-weight: bold;
color: #89DCEB;
background: #161320;
2023-06-21 08:11:21 +00:00
}
#workspaces {
2023-06-27 13:32:44 +00:00
margin-top: 2px;
2023-06-21 08:11:21 +00:00
margin-left: 12px;
font-size: 4px;
margin-bottom: 0px;
border-radius: 10px;
background: #161320;
transition: none;
}
#workspaces button {
transition: none;
color: #B5E8E0;
background: transparent;
font-size: 16px;
border-radius: 2px;
}
#workspaces button.occupied {
transition: none;
color: #F28FAD;
background: transparent;
font-size: 4px;
}
#workspaces button.focused {
color: #ABE9B3;
border-top: 2px solid #ABE9B3;
border-bottom: 2px solid #ABE9B3;
}
#workspaces button:hover {
transition: none;
box-shadow: inherit;
text-shadow: inherit;
color: #FAE3B0;
border-color: #E8A2AF;
color: #E8A2AF;
}
#workspaces button.focused:hover {
color: #E8A2AF;
}
#network {
2023-06-27 13:32:44 +00:00
margin-top: 2px;
2023-06-21 08:11:21 +00:00
margin-left: 8px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 0px;
border-radius: 10px;
transition: none;
color: #161320;
background: #bd93f9;
}
2023-06-27 02:44:31 +00:00
#wireplumber {
2023-06-27 13:32:44 +00:00
margin-top: 2px;
2023-06-21 08:11:21 +00:00
margin-left: 8px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 0px;
border-radius: 10px;
transition: none;
color: #1A1826;
background: #FAE3B0;
}
#battery {
2023-06-27 13:32:44 +00:00
margin-top: 2px;
2023-06-21 08:11:21 +00:00
margin-left: 8px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 0px;
border-radius: 10px;
transition: none;
color: #161320;
background: #B5E8E0;
}
#battery.charging, #battery.plugged {
color: #161320;
background-color: #B5E8E0;
}
#battery.critical:not(.charging) {
background-color: #B5E8E0;
color: #161320;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes blink {
to {
background-color: #BF616A;
color: #B5E8E0;
}
}
#backlight {
2023-06-27 13:32:44 +00:00
margin-top: 2px;
2023-06-21 08:11:21 +00:00
margin-left: 8px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 0px;
border-radius: 10px;
transition: none;
color: #161320;
background: #F8BD96;
}
#clock {
2023-06-27 13:32:44 +00:00
margin-top: 2px;
2023-06-21 08:11:21 +00:00
margin-left: 8px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 0px;
border-radius: 10px;
transition: none;
color: #161320;
background: #ABE9B3;
/*background: #1A1826;*/
}
#memory {
2023-06-27 13:32:44 +00:00
margin-top: 2px;
2023-06-21 08:11:21 +00:00
margin-left: 8px;
padding-left: 10px;
margin-bottom: 0px;
padding-right: 10px;
border-radius: 10px;
transition: none;
color: #161320;
background: #DDB6F2;
}
#cpu {
2023-06-27 13:32:44 +00:00
margin-top: 2px;
2023-06-21 08:11:21 +00:00
margin-left: 8px;
padding-left: 10px;
margin-bottom: 0px;
padding-right: 10px;
border-radius: 10px;
transition: none;
color: #161320;
background: #96CDFB;
}
#tray {
2023-06-27 13:32:44 +00:00
margin-top: 2px;
2023-06-21 08:11:21 +00:00
margin-left: 8px;
padding-left: 10px;
margin-bottom: 0px;
padding-right: 10px;
border-radius: 10px;
transition: none;
color: #B5E8E0;
background: #161320;
}
#custom-launcher {
font-size: 24px;
2023-06-27 13:32:44 +00:00
margin-top: 2px;
2023-06-21 08:11:21 +00:00
margin-left: 8px;
padding-left: 10px;
padding-right: 5px;
border-radius: 10px;
transition: none;
color: #89DCEB;
background: #161320;
}
#custom-power {
font-size: 20px;
2023-06-27 13:32:44 +00:00
margin-top: 2px;
2023-06-21 08:11:21 +00:00
margin-left: 8px;
margin-right: 8px;
padding-left: 10px;
padding-right: 5px;
margin-bottom: 0px;
border-radius: 10px;
transition: none;
color: #161320;
background: #F28FAD;
}
''