mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-14 22:56:12 +01:00
updated xinitrc
This commit is contained in:
@@ -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 &
|
||||
|
||||
@@ -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
|
||||
|
||||
BIN
nitrogen/.config/nitrogen/z3in53x1r1d81.png
Normal file
BIN
nitrogen/.config/nitrogen/z3in53x1r1d81.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
6
rofi/.local/share/rofi/rofi_calc_history
Normal file
6
rofi/.local/share/rofi/rofi_calc_history
Normal 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
|
||||
@@ -8,5 +8,5 @@
|
||||
"show-indicator-icon": true,
|
||||
"show-recent-apps": "0",
|
||||
"terminal-command": "",
|
||||
"theme-name": "Catpuccin-Macchiato-Green"
|
||||
"theme-name": "Catpuccin-Macchiato-Red"
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user