'Update 2024-02-14 08:09 OpenBSD/amd64-x13'
This commit is contained in:
parent
25da9879e3
commit
22dfe902cd
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
git --git-dir=${HOME}/.cfg/ --work-tree=${HOME} $@
|
||||
#!/bin/sh -x
|
||||
git --git-dir=~/.cfg/ --work-tree=~ "$@"
|
||||
|
@ -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
|
||||
|
34
.config/twmn/twmn.conf
Normal file
34
.config/twmn/twmn.conf
Normal file
@ -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=
|
@ -1,6 +1,6 @@
|
||||
asterisk = "*";
|
||||
prompt = "";
|
||||
font = "Terminus:pixelsize=20";
|
||||
font = "JetBrainsMonoNerdFont:pixelsize=20";
|
||||
bottom = false;
|
||||
|
||||
prompt_fg = "#FFFFFF";
|
||||
|
Loading…
Reference in New Issue
Block a user