Dotfiles/desktopenvs/hyprland/waybar/style.css

59 lines
1.1 KiB
CSS

* {
border: none;
font-family: Agave Nerd Font Mono, sans-serif;
font-size: 12pt;
background: transparent;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 6px;
padding-left: 6px;
margin-top: 1px;
margin-bottom: 0px;
margin-right: 2px;
margin-left: 2px;
border-radius: 30px;
}
#workspaces button {
border: solid;
border-width: 3px;
background: #1a1a1a;
color: #5018dd;
}
#workspaces button.active {
border: solid;
border-width: 3px;
background: #1a1a1a;
color: #E40046;
}
#workspaces button.urgent {
border: solid;
border-width: 3px;
background: #E40046;
color: #1a1a1a;
}
#clock, #disk, #window, #battery, #cpu, #memory, #temperature, #backlight, #network, #pulseaudio, #custom-media, #tray, #mode, #idle_inhibitor, #custom-netaddrsimple {
border: solid;
border-width: 3px;
background: #1a1a1a;
color: #5018dd;
}
#idle_inhibitor.activated {
border: solid;
border-width: 3px;
background: #1a1a1a;
color: #E40046;
}