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

@@ -88,7 +88,7 @@ easyeffects --gapplication-service &
# caffeine >/dev/null 2>&1 &
## Ulauncher
ulauncher --hide-window --no-window-shadow >/dev/null 2>&1 &
# ulauncher --hide-window --no-window-shadow >/dev/null 2>&1 &
# Emacs Server
emacs --daemon &

View File

@@ -1,14 +1,14 @@
[xin_0]
file=/home/mike/.config/nitrogen/cat-waves.png
file=/home/mike/.config/nitrogen/z3in53x1r1d81.png
mode=5
bgcolor=#24273a
[xin_1]
file=/home/mike/.config/nitrogen/cat-waves.png
file=/home/mike/.config/nitrogen/z3in53x1r1d81.png
mode=5
bgcolor=#24273a
[xin_2]
file=/home/mike/.config/nitrogen/cat-waves.png
file=/home/mike/.config/nitrogen/z3in53x1r1d81.png
mode=5
bgcolor=#24273a

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

View File

@@ -0,0 +1,6 @@
((x^2) 16) = 0
((x^2) 16) = 0
2 + x = x + 2
45 / 2 = 22 + 1/2 = 22.5
111 / 11 = 10 + 1/11 ≈ 10.09090909
1 = 1

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