config update

This commit is contained in:
Gregor Feierabend 2021-07-10 08:39:18 +02:00
parent 9b9d5b5ecf
commit 6364afe840
4 changed files with 24 additions and 24 deletions

View file

@ -1,4 +1,4 @@
shadow-opacity = 1; shadow-opacity = 0.8;
shadow = true; shadow = true;
shadow-radius = 0; shadow-radius = 0;
shadow-offset-x = -2; shadow-offset-x = -2;

View file

@ -92,7 +92,7 @@ set mpris=false
set output_plugin=pulse set output_plugin=pulse
set passwd= set passwd=
set pl_sort= set pl_sort=
set play_library=true set play_library=false
set play_sorted=false set play_sorted=false
set repeat=true set repeat=true
set repeat_current=false set repeat_current=false

View file

@ -11,29 +11,29 @@
[notifications] [notifications]
full_text=available full_text=available
command=~.config/i3/scripts/togglenotify.sh command=~/.config/i3/scripts/togglenotify.sh
color=#91E78B color=#91E78B
# exchange rate(s) ## exchange rate(s)
[xrateEURZAR] #[xrateEURZAR]
command=~/.config/i3/scripts/xrate.py EURZAR=X #command=~/.config/i3/scripts/xrate.py EURZAR=X
interval=3600 #interval=3600
color=#A4C2F4 #color=#A4C2F4
#
[xrateSGDZAR] #[xrateSGDZAR]
command=~/.config/i3/scripts/xrate.py SGDZAR=X #command=~/.config/i3/scripts/xrate.py SGDZAR=X
interval=3600 #interval=3600
color=#A4C2F4 #color=#A4C2F4
#
[xrateEURCHF] #[xrateEURCHF]
command=~/.config/i3/scripts/xrate.py EURCHF=X #command=~/.config/i3/scripts/xrate.py EURCHF=X
interval=3600 #interval=3600
color=#A4C2F4 #color=#A4C2F4
#
[xrateSGDEUR] #[xrateSGDEUR]
command=~/.config/i3/scripts/xrate.py SGDEUR=X #command=~/.config/i3/scripts/xrate.py SGDEUR=X
interval=3600 #interval=3600
color=#A4C2F4 #color=#A4C2F4
# Query my default IP address only on startup # Query my default IP address only on startup
[ip] [ip]

View file

@ -2,7 +2,7 @@
if test -e /tmp/dunstpause; then if test -e /tmp/dunstpause; then
dunstctl set-paused toggle; dunstctl set-paused toggle;
else else
dunstctl set-paused false dunstctl set-paused true
touch /tmp/dunstpause; touch /tmp/dunstpause;
fi fi