updated xinitrc

This commit is contained in:
2023-05-07 16:09:53 +02:00
parent f4f34db480
commit 61775f18e4
6 changed files with 23 additions and 5 deletions

View File

@@ -8,5 +8,5 @@
"show-indicator-icon": true,
"show-recent-apps": "0",
"terminal-command": "",
"theme-name": "Catpuccin-Macchiato-Green"
"theme-name": "Catpuccin-Macchiato-Red"
}

View File

@@ -0,0 +1,12 @@
@import url("/usr/share/ulauncher/themes/light/theme-gtk-3.20.css");
@import url("theme.css");
.input {
caret-color: #ed8796;
}
.selected.item-box {
/* workaround for a bug in GTK+ < 3.20 */
border: none;
}