add initial unsanitised dotfiles

Adds the clearest current starting point of my dotfiles I can make out.
There is no way to automate anything yet. Lots of stuff is missing from
the nix configuration, which needs to be added per machine.
This commit is contained in:
Arne Dußin 2025-02-26 00:02:52 +01:00
commit 2c0e4f885e
26 changed files with 2531 additions and 0 deletions

19
leftwm/themes/current/down Executable file
View file

@ -0,0 +1,19 @@
#!/usr/bin/env bash
SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
#set background
if [ -x "$(command -v feh)" ]; then
feh --bg-scale $SCRIPTPATH/down.jpg
fi
leftwm-command "UnloadTheme"
pkill compton
pkill picom
pkill polybar
pkill conky
pkill dunst
if [ -x "$(command -v eww)" ]; then
eww kill
fi