eww integration

This commit is contained in:
ShakedGold 2023-06-13 00:22:37 +03:00
parent 09a6557e45
commit 541ee65efc
5 changed files with 81 additions and 3 deletions

View file

@ -1 +0,0 @@
/home/shaked/.config/eww/eww.scss

14
eww/eww.scss Normal file
View file

@ -0,0 +1,14 @@
*{
all: unset; //Unsets everything so you can style everything from scratch
}
.window-button {
background-color: rgb(44, 44, 44);
}
.window-button:hover {
background-color: rgb(27, 27, 27);
}
.window-button:active {
background-color: rgb(17, 17, 17);
}