updated eww files and bash scripts

This commit is contained in:
willifan 2024-06-01 17:20:15 +02:00
parent 5a419c03f3
commit cd7e93374e
11 changed files with 119 additions and 60 deletions

View file

@ -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;
}
}