diff --git a/.bin/conf b/.bin/conf index 4618861..eb8cd6f 100755 --- a/.bin/conf +++ b/.bin/conf @@ -1,2 +1,2 @@ -#!/bin/sh -git --git-dir=${HOME}/.cfg/ --work-tree=${HOME} $@ +#!/bin/sh -x +git --git-dir=~/.cfg/ --work-tree=~ "$@" diff --git a/.bin/dotfiles-autoupdate b/.bin/dotfiles-autoupdate index c037ef2..18a7980 100755 --- a/.bin/dotfiles-autoupdate +++ b/.bin/dotfiles-autoupdate @@ -1,5 +1,5 @@ #!/bin/sh -ex MSG="$(date +"%Y-%m-%d %H:%M") $(uname -s)/$(uname -m)-$(hostname -s)" conf add -u -conf commit -m "Update $MSG" +conf commit -m "'Update $MSG'" conf push diff --git a/.config/twmn/twmn.conf b/.config/twmn/twmn.conf new file mode 100644 index 0000000..bfeed5a --- /dev/null +++ b/.config/twmn/twmn.conf @@ -0,0 +1,34 @@ +[gui] +# absolute_position= +always_on_top=true +background_color=#FF6A00 +# bounce=true +# bounce_duration=1000 +font=JetBrainsMonoNerdFont +font_size=20 +font_variant=medium +foreground_color=#121212 +height=26 +# max_length=-1 +# offset_x=0 +# offset_y=0 +# opacity=100 +# in_animation=100 +# in_animation_duration=1000 +# out_animation=100 +# out_animation_duration=1000 +position=top_center +# screen= +# icon= + +# [icons] +# critical_icon= +# info_icon= +# warning_icon= + +[main] +activate_command= +duration=10000 +host=127.0.0.1 +port=9797 +sound_command= diff --git a/.gnupg/pinentry-dmenu.conf b/.gnupg/pinentry-dmenu.conf index 7fe7b01..d74327a 100644 --- a/.gnupg/pinentry-dmenu.conf +++ b/.gnupg/pinentry-dmenu.conf @@ -1,6 +1,6 @@ asterisk = "*"; prompt = ""; -font = "Terminus:pixelsize=20"; +font = "JetBrainsMonoNerdFont:pixelsize=20"; bottom = false; prompt_fg = "#FFFFFF";