This commit is contained in:
kento2 2026-02-06 14:47:12 +01:00
parent dcfa7425dc
commit 90fd2ad3a8
7 changed files with 21 additions and 17 deletions

View file

@ -1,16 +1,16 @@
[Settings] [Settings]
gtk-theme-name=BellePintosGrande gtk-theme-name=BellePintosGrande
gtk-icon-theme-name=Adwaita gtk-icon-theme-name=Adwaita
gtk-font-name=Adwaita Sans 11 gtk-font-name=Monospace 11
gtk-cursor-theme-name=Adwaita gtk-cursor-theme-name=Adwaita
gtk-cursor-theme-size=24 gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=0 gtk-button-images=1
gtk-menu-images=0 gtk-menu-images=1
gtk-enable-event-sounds=1 gtk-enable-event-sounds=0
gtk-enable-input-feedback-sounds=0 gtk-enable-input-feedback-sounds=0
gtk-xft-antialias=1 gtk-xft-antialias=1
gtk-xft-hinting=1 gtk-xft-hinting=1
gtk-xft-hintstyle=hintslight gtk-xft-hintstyle=hintmedium
gtk-xft-rgba=none gtk-xft-rgba=none

View file

@ -1,3 +1,4 @@
#!/bin/sh #!/bin/sh
cd
exec chpst -e "$TURNSTILE_ENV_DIR" \ exec chpst -e "$TURNSTILE_ENV_DIR" \
sxhkd -c "$HOME/.config/dk/sxhkdrc" sxhkd -c "$HOME/.config/dk/sxhkdrc"

View file

@ -0,0 +1,8 @@
DESKTOP=
DOWNLOAD=
TEMPLATES=.templates
PUBLICSHARE=/dev/null
DOCUMENTS=documents
MUSIC=documents
PICTURES=documents
VIDEOS=documents

View file

@ -87,7 +87,7 @@ parsefifo()
N*) net="${line#?}" ;; N*) net="${line#?}" ;;
'{'*) workspaces "$line" ;; '{'*) workspaces "$line" ;;
esac esac
echo "%{l} ${WS}%{c}${time}%{r}${bat}${vol} " echo "%{l}$sep ${WS}%{c}${time}%{r}${bat}${vol} "
done done
} }

View file

@ -1,16 +1,8 @@
. /etc/profile . /etc/profile
export ENV="$HOME/.shrc" export ENV="$HOME/.shrc"
export PATH="$HOME/.local/bin/":"$PATH" export PATH="$HOME/.local/bin":"$PATH"
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/:/usr/lib/pkgconfig export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/:/usr/lib/pkgconfig
export XKB_DEFAULT_LAYOUT=de export XKB_DEFAULT_LAYOUT=de
export XBPS_DISTDIR="$HOME/void-packages" export XBPS_DISTDIR="$HOME/void-packages"
exists() { export EDITOR=/usr/bin/vis
which "$1" >/dev/null 2>&1
}
shopt -q login_shell && \
exists swc-launch && \
exists velox && \
test "$(tty)" = '/dev/tty1' && \
exec env WLD_DRM_DUMB=1 swc-launch velox

View file

@ -13,4 +13,5 @@ exists() {
grep 'l' <<< "$-" && \ grep 'l' <<< "$-" && \
test -f "$HOME/.xinitrc" && \ test -f "$HOME/.xinitrc" && \
test "$(tty)" = '/dev/tty1' && \ test "$(tty)" = '/dev/tty1' && \
cd &&
exec startx exec startx

View file

@ -10,6 +10,7 @@ fontconfig-devel
fuse-sshfs fuse-sshfs
fzy fzy
gcc gcc
git
grub-x86_64-efi grub-x86_64-efi
keyd keyd
lemonbar-xft lemonbar-xft
@ -24,6 +25,7 @@ lxterminal
man-pages-devel man-pages-devel
man-pages-posix man-pages-posix
opendoas opendoas
pass
playerctl playerctl
pipewire pipewire
ripgrep ripgrep