updated eww files and bash scripts
This commit is contained in:
parent
5a419c03f3
commit
cd7e93374e
11 changed files with 119 additions and 60 deletions
18
eww/eww.scss
18
eww/eww.scss
|
@ -1,8 +1,15 @@
|
|||
|
||||
@import url("file:///home/willifan/.config/gtk-4.0/gtk.css");
|
||||
window {
|
||||
border-width: 2px;
|
||||
border-color: #595959;
|
||||
border-radius: 12.5px;
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
background-color: rgba(12, 12, 12, 0.0);
|
||||
}
|
||||
|
||||
.barbox {
|
||||
border-width: 2px;
|
||||
border-color: #595959;
|
||||
border-radius: 15px;
|
||||
background-color: rgba(12, 12, 12, 0.9);
|
||||
}
|
||||
|
||||
.calendar {
|
||||
|
@ -93,4 +100,5 @@ window {
|
|||
|
||||
.smallBox:active {
|
||||
background-color: #52341A;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue