Remove i3 blocks

They won't work and are useless on NixOS.
I don't use them much on ubuntu either.
This commit is contained in:
Daniel Siepmann 2023-02-15 16:43:22 +01:00
parent 18bd52a23b
commit 1fa82d6fe5
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -28,20 +28,6 @@
# Each block command defaults to the script name to avoid boilerplate.
markup=pango
# Versions for development
[php_version]
label=🐘
command=
command=echo "$(php --version | head -1 | cut -d' ' -f2 | cut -d'.' -f1,2)"
interval=once
signal=10
[xdebug]
label=🤸
command=[ -L /etc/php/8.0/cli/conf.d/20-xdebug.ini ] && echo "yes" || echo "no"
interval=once
signal=10
# Date Time
[time]
command=LC_TIME=en_US.utf8 date '+📅 %a %B %Y-%m-%d %H:%M:%S'; date '+📅 %a %d. %H:%M:%S'