feat: ✨ add new dotfiles
This commit is contained in:
parent
7a5975bb81
commit
e8bfb35161
34 changed files with 1474 additions and 0 deletions
37
.config/waybar/style.css
Normal file
37
.config/waybar/style.css
Normal file
|
@ -0,0 +1,37 @@
|
|||
#waybar {
|
||||
color: #FFFFFF;
|
||||
background-color: #000000;
|
||||
opacity: 0.7;
|
||||
border-radius: 10px;
|
||||
padding:100px;
|
||||
}
|
||||
|
||||
|
||||
#idle_inhibitor.activated {
|
||||
background-color: #285577;
|
||||
}
|
||||
|
||||
*{
|
||||
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#pulseaudio-slider slider {
|
||||
min-height: 0px;
|
||||
min-width: 0px;
|
||||
opacity: 0;
|
||||
background-image: none;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
#pulseaudio-slider trough {
|
||||
min-height: 10px;
|
||||
min-width: 80px;
|
||||
border-radius: 5px;
|
||||
background-color: black;
|
||||
}
|
||||
#pulseaudio-slider highlight {
|
||||
min-width: 10px;
|
||||
border-radius: 5px;
|
||||
background-color: green;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue