From 1fa82d6fe520dd294c022d6bea614b2be4051ab0 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 15 Feb 2023 16:43:22 +0100 Subject: [PATCH] Remove i3 blocks They won't work and are useless on NixOS. I don't use them much on ubuntu either. --- home/files/i3-blocks | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/home/files/i3-blocks b/home/files/i3-blocks index 6801351..d1ebc39 100644 --- a/home/files/i3-blocks +++ b/home/files/i3-blocks @@ -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'