merged void-laptop and updated void-desktop-install.md
This commit is contained in:
parent
0cff788e38
commit
bf022064d7
9 changed files with 982 additions and 23 deletions
45
config-files-laptop/waybar/style.css
Executable file
45
config-files-laptop/waybar/style.css
Executable file
|
@ -0,0 +1,45 @@
|
|||
*
|
||||
{
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
font-family: "FontAwesome";
|
||||
font-size: 16px;
|
||||
min-height: 0;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
window#waybar
|
||||
{
|
||||
background: rgba(0, 0, 0, 1);
|
||||
border-bottom: 0px solid rgba(0, 0, 0, 1);
|
||||
color: white;
|
||||
}
|
||||
|
||||
tooltip
|
||||
{
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid rgba(0, 0, 0, 0.5);
|
||||
border-radius: 10;
|
||||
}
|
||||
|
||||
tooltip label
|
||||
{
|
||||
color: white;
|
||||
}
|
||||
|
||||
#custom-poweroff
|
||||
{
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
#taskbar
|
||||
{
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
#taskbar button
|
||||
{
|
||||
padding-left: 15px;
|
||||
padding-right: 0px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue