first commit

This commit is contained in:
Luc Bijl 2022-08-10 17:13:05 +02:00
commit 561fdb59e1
56 changed files with 3204 additions and 0 deletions

36
configs/waybar/style.css Normal file
View file

@ -0,0 +1,36 @@
*
{
border: 0;
border-radius: 0;
font-family: "Liberation Sans", "Font Awesome 5 Free";
font-size: 20px;
min-height: 0;
}
window#waybar
{
background: rgba(15, 15, 15, 0.5);
border-bottom: 0px solid rgba(15, 15, 15, 0.5);
color: white;
}
tooltip
{
background: rgba(0, 0, 0, 0.5);
border: 1px solid rgba(0, 0, 0, 0.5);
border-radius: 20;
}
tooltip label
{
color: white;
}
#custom-poweroff
{
padding-right: 20px;
}
#taskbar
{
padding-left: 20px;
}