This repository has been archived on 2024-07-10. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles-nix/apps/waybar/style.css

120 lines
1.8 KiB
CSS
Raw Normal View History

2024-03-31 18:23:17 +02:00
/* general settings */
2024-03-24 16:15:15 +01:00
* {
border-radius: 10px;
2024-03-31 18:28:10 +02:00
font-family: "FiraCode Nerd Font";
2024-03-24 16:15:15 +01:00
font-weight: normal;
2024-03-31 23:25:45 +02:00
font-size: 17px;
2024-03-24 16:15:15 +01:00
min-height: 0;
}
window#waybar {
background: rgba(21, 18, 27, 0);
color: #cdd6f4;
}
tooltip {
background: rgba(12, 12, 12, 0.9);
border-radius: 10px;
border-width: 2px;
border-style: solid;
border-color: #4771c9;
2024-03-31 23:19:43 +02:00
font-family: "Ubuntu Light 12";
font-weight: normal;
font-size: 12px;
2024-03-24 16:15:15 +01:00
}
2024-03-31 18:40:48 +02:00
window#waybar {
background: rgba(21, 18, 27, 0);
2024-03-31 20:24:50 +02:00
color: #b1b4b9;
2024-03-31 18:40:48 +02:00
}
tooltip {
background: rgba(12, 12, 12, 0.9);
border-radius: 10px;
border-width: 2px;
border-style: solid;
border-color: #4771c9;
}
2024-03-24 16:15:15 +01:00
#battery,
#backlight,
#clock,
#cpu,
#disk,
2024-03-24 16:15:15 +01:00
#network,
#memory,
2024-03-24 16:15:15 +01:00
#pulseaudio,
#workspaces,
2024-03-30 13:34:41 +01:00
#custom-hypridle,
2024-03-24 16:15:15 +01:00
#custom-wireguard,
#tray,
#window {
background: rgba(12, 12, 12, 0.4);
padding: 0px 10px;
margin: 5px 5px;
margin-top: 10px;
margin-bottom: 0px;
2024-03-31 18:23:17 +02:00
border: 0px solid #595959;
2024-03-24 16:15:15 +01:00
}
2024-03-31 18:23:17 +02:00
/* left segment */
#window {
margin-left: 0px;
padding: 0px 10px;
border-radius: 0px 10px 10px 0px;
2024-03-31 19:57:02 +02:00
font-family: "Ubuntu Light 12";
font-weight: normal;
2024-03-31 23:25:45 +02:00
font-size: 17px;
2024-03-24 16:15:15 +01:00
}
#workspaces{
margin-left: 10px;
2024-03-31 18:23:17 +02:00
margin-right: 0px;
2024-03-24 16:15:15 +01:00
padding: 0px 0px;
2024-03-31 18:23:17 +02:00
border-radius: 10px 0px 0px 10px;
2024-03-24 16:15:15 +01:00
}
#workspaces button.active {
color: #89b4fa;
}
2024-03-31 18:23:17 +02:00
/* middle segment */
#clock {
2024-03-31 18:40:48 +02:00
font-family: "Ubuntu Light 12";
font-weight: normal;
font-size: 18px;
2024-03-31 18:23:17 +02:00
}
/* right segment */
#backlight,
2024-03-31 19:52:34 +02:00
#battery,
2024-03-31 18:23:17 +02:00
#custom-wireguard,
#cpu,
2024-03-31 23:17:12 +02:00
#disk,
#memory,
2024-03-31 19:52:34 +02:00
#network,
#pulseaudio {
2024-03-31 18:23:17 +02:00
border-radius: 0px 0px 0px 0px;
2024-03-31 23:25:45 +02:00
font-size: 17px;
2024-03-31 18:23:17 +02:00
margin-right: -3px;
margin-left: 0px;
}
2024-03-31 23:17:12 +02:00
#tray {
2024-03-31 19:52:34 +02:00
border-radius: 10px 0px 0px 10px;
2024-03-31 23:19:43 +02:00
font-family: "Ubuntu Light 12";
font-size: 12px;
2024-03-31 19:52:34 +02:00
margin-left: 10px;
margin-right: 0px;
}
#custom-hypridle {
2024-03-31 18:23:17 +02:00
border-radius: 0px 10px 10px 0px;
font-size: 18px;
2024-03-31 18:23:17 +02:00
margin-left: 0px;
2024-03-31 19:54:02 +02:00
margin-right: 10px;
2024-03-31 18:23:17 +02:00
}