changed layout and added post install options
This commit is contained in:
parent
f7220c7ed4
commit
65eb57e473
58 changed files with 648 additions and 2256 deletions
44
config-files/waybar/style.css
Executable file
44
config-files/waybar/style.css
Executable file
|
@ -0,0 +1,44 @@
|
|||
*
|
||||
{
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
font-family: "Liberation Sans", "Font Awesome 5 Free";
|
||||
font-size: 20px;
|
||||
min-height: 0;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
#taskbar button
|
||||
{
|
||||
padding-left: 15px;
|
||||
padding-right: 5px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue