add some files
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
dc36432cac
commit
73612a2fd9
4
homedir/.config/ssm/services/chameleon
Normal file
4
homedir/.config/ssm/services/chameleon
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env ssm
|
||||
|
||||
service_command = /home/fbt/.local/bin/chameleon -d "$HOME/pics/elite"
|
||||
service_reload_signal = 10
|
7
homedir/.config/ssm/services/ufwd-private
Executable file
7
homedir/.config/ssm/services/ufwd-private
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env watchman
|
||||
|
||||
service_tmpfiles=( "$XDG_RUNTIME_DIR/ufwd-private:dir" )
|
||||
|
||||
#service_respawn='true'
|
||||
service_command='/usr/bin/ufwd'
|
||||
service_args=( -n -c -d $XDG_RUNTIME_DIR/ufwd-private )
|
14
homedir/.config/ssm/services/ufwd-scn
Executable file
14
homedir/.config/ssm/services/ufwd-scn
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/env watchman
|
||||
|
||||
service_tmpfiles=( "$XDG_RUNTIME_DIR/scn:dir" )
|
||||
|
||||
#service_respawn='true'
|
||||
dirs=( $(find /home/fbt/.local/share/Steam/userdata/22500463/760/remote -name 'screenshots') )
|
||||
dirs+=( "$XDG_RUNTIME_DIR/scn" )
|
||||
|
||||
|
||||
service_command = $HOME/bin/ufwd -c \
|
||||
$(printf -- '-d %s ' "${dirs[@]}") \
|
||||
-- -R -A "Screenshots; $(date +%Y.%m.%d) [$RANDOM]"
|
||||
|
||||
service_cgroup_cleanup = 1
|
37
homedir/.config/ssm/ssm.conf
Normal file
37
homedir/.config/ssm/ssm.conf
Normal file
|
@ -0,0 +1,37 @@
|
|||
# This is actually a bash script
|
||||
|
||||
# Where to search for services, works as a PATH-like array.
|
||||
#service_path = "$XDG_CONFIG_HOME/ssm/services" /etc/ssm/services "$rundir/services" /usr/share/ssm/services
|
||||
|
||||
# Service defaults
|
||||
# Respawn the service if it exits
|
||||
#service_respawn = 0
|
||||
|
||||
# Working directory
|
||||
#service_workdir = '/'
|
||||
|
||||
# How long do we wait for the service to stop
|
||||
#service_stop_timeout = 30
|
||||
|
||||
# How long do we wait for the service to get ready
|
||||
#service_ready_timeout = 15
|
||||
|
||||
# Signals to pass through to the service under the respawner
|
||||
#service_signals = 1 10 12
|
||||
|
||||
# The signal to send to reload the service
|
||||
#service_reload_signal = 1
|
||||
|
||||
# The signal to send to stop the service
|
||||
#service_stop_signal = 15
|
||||
|
||||
# Enable cgroup-related functions
|
||||
cgroups = 1
|
||||
|
||||
# Refuse to start the service if its cgroup is not empty
|
||||
service_cgroup_exclusive = 1
|
||||
|
||||
# Wait on all the members of the cgroup to exit when stopping the service.
|
||||
service_cgroup_wait = 1
|
||||
|
||||
service_cgroup_strict = 0
|
41
homedir/.config/termite/fbt
Normal file
41
homedir/.config/termite/fbt
Normal file
|
@ -0,0 +1,41 @@
|
|||
[options]
|
||||
font = xos4 terminus 10
|
||||
#allow_bold = false
|
||||
cursor_blink = off
|
||||
cursor_shape = ibeam
|
||||
browser = sx-open
|
||||
mouse_autohide = true
|
||||
audible_bell = true
|
||||
|
||||
[hints]
|
||||
font = terminus 10
|
||||
roundness = 0.0
|
||||
|
||||
[colors]
|
||||
foreground = #839496
|
||||
foreground_bold = #eee8d5
|
||||
foreground_dim = #888888
|
||||
background = #141414
|
||||
#background = rgba(18, 21, 26, 0.9)
|
||||
cursor = #93a1a1
|
||||
|
||||
# if unset, will reverse foreground and background
|
||||
#highlight = #839496
|
||||
|
||||
# colors from color0 to color254 can be set
|
||||
color0 = #073642
|
||||
color1 = #dc322f
|
||||
color2 = #859900
|
||||
color3 = #b58900
|
||||
color4 = #268bd2
|
||||
color5 = #d33682
|
||||
color6 = #2aa198
|
||||
color7 = #eee8d5
|
||||
color8 = #002b36
|
||||
color9 = #cb4b16
|
||||
color10 = #586e75
|
||||
color11 = #657b83
|
||||
color12 = #839496
|
||||
color13 = #6c71c4
|
||||
color14 = #93a1a1
|
||||
color15 = #fdf6e3
|
Loading…
Reference in New Issue
Block a user