initial commit

This commit is contained in:
nova
2024-02-03 16:11:27 +01:00
commit 7f729599a9
8 changed files with 1730 additions and 0 deletions

19
i3/i3blocks.conf Normal file
View File

@ -0,0 +1,19 @@
# i3blocks configuration file
#
# The i3blocks man page describes the usage of the binary,
# and its website describes the configuration:
#
# https://vivien.github.io/i3blocks
[layout]
command=if [[ $(xset -q | grep LED | awk '{ print $10 }') -eq 00000000 ]]; then echo "dvorak-alt-intl"; elif [[ $(xset -q | grep LED | awk '{ print $10 }') -eq 00001000 ]] then echo "de"; else echo "unknown"; fi
interval=once
signal=10
color=#825af0
[time]
command=date '+%Y-%m-%d %H:%M:%S'
interval=1
color=#e85a00