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-radius = 0;
shadow-offset-x = -2;

View File

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

View File

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

View File

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