GNOME dependable installation, structure and style improvements

Split utils in utils.py to a directory
Moved ./gnome-shell_css/ to ./gnome-shell/.css/
This commit is contained in:
Vladyslav Hroshev
2024-09-30 00:14:09 +03:00
parent 48975c9b07
commit 8cce85a437
40 changed files with 413 additions and 306 deletions
@@ -0,0 +1,15 @@
.toggle-switch {
background-image: url("./toggle-off.svg");
}
.toggle-switch:checked {
background-image: url("./toggle-on.svg");
}
.dnd-button .toggle-switch {
background-image: url("./toggle-off_dnd.svg");
}
.dnd-button .toggle-switch:checked {
background-image: url("./toggle-on_dnd.svg");
}