cleanup
This commit is contained in:
parent
c3ec737167
commit
2ec461d732
2 changed files with 18 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
gitlab.tralios.de: 'gitlab:gitlab.tralios.de'
|
||||
git.snaile.de: 'gitea:git.snaile.de'
|
||||
gitlab.tralios.de: "gitlab:gitlab.tralios.de"
|
||||
git.snaile.de: "gitea:git.snaile.de"
|
||||
gui:
|
||||
nerdFontsVersion: "3"
|
||||
showRandomTip: false
|
||||
|
|
|
@ -1,16 +1,19 @@
|
|||
#!/bin/sh
|
||||
|
||||
script="sudo xbps-install -Su; pkill -RTMIN+8 dwmblocks"
|
||||
# script="sudo xbps-install -Su; pkill -RTMIN+8 dwmblocks"
|
||||
#
|
||||
# if [ -n "$TERM_PROGRAM" ]; then
|
||||
# sh -c "$script"
|
||||
# else
|
||||
# st -e sh -c "
|
||||
# $script
|
||||
# tput bold
|
||||
# tput setaf 4
|
||||
# echo 'All done!'
|
||||
# tput sgr 0
|
||||
# read -r _
|
||||
# "
|
||||
# fi
|
||||
|
||||
if [ -n "$TERM" ]; then
|
||||
sh -c "$script"
|
||||
else
|
||||
st -e sh -c "
|
||||
$script
|
||||
tput bold
|
||||
tput setaf 4
|
||||
echo 'All done!'
|
||||
tput sgr 0
|
||||
read -r _
|
||||
"
|
||||
fi
|
||||
sudo xbps-install -Su
|
||||
pkill -RTMIN+8 dwmblocks
|
||||
|
|
Loading…
Add table
Reference in a new issue