From f84c23773dc59cd670b0353e31bf76269319b21c Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 25 May 2023 18:46:49 +0200 Subject: [PATCH] Remove i3blocks I only had the date left. And I just can call date on terminal if I care. So remove the dependency. --- home/files/i3-blocks | 36 ------------------------------------ home/packages.nix | 1 - home/windowManager/i3.nix | 2 -- home/xdg.nix | 2 -- 4 files changed, 41 deletions(-) delete mode 100644 home/files/i3-blocks diff --git a/home/files/i3-blocks b/home/files/i3-blocks deleted file mode 100644 index d1ebc39..0000000 --- a/home/files/i3-blocks +++ /dev/null @@ -1,36 +0,0 @@ -# i3blocks config file -# -# TODO: Use nix to reload the blocks on config change -# -# Please see man i3blocks for a complete reference! -# The man page is also hosted at http://vivien.github.io/i3blocks -# -# List of valid properties: -# -# align -# color -# command -# full_text -# instance -# interval -# label -# min_width -# name -# separator -# separator_block_width -# short_text -# signal -# urgent - -# Global properties -# -# The top properties below are applied to every block, but can be overridden. -# Each block command defaults to the script name to avoid boilerplate. -markup=pango - -# Date Time -[time] -command=LC_TIME=en_US.utf8 date '+📅 %a %B %Y-%m-%d %H:%M:%S'; date '+📅 %a %d. %H:%M:%S' -interval=1 - -# vi: ft=conf diff --git a/home/packages.nix b/home/packages.nix index 01590cb..9b3be36 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -10,7 +10,6 @@ with pkgs; [ gnome.gnome-screenshot networkmanager_dmenu - i3blocks st ncdu tree diff --git a/home/windowManager/i3.nix b/home/windowManager/i3.nix index 37448e0..cf55724 100644 --- a/home/windowManager/i3.nix +++ b/home/windowManager/i3.nix @@ -79,8 +79,6 @@ in { workspaceButtons = true; workspaceNumbers = true; - statusCommand = "i3blocks"; - fonts = { names = ["monospace"]; style = "Bold"; diff --git a/home/xdg.nix b/home/xdg.nix index 784fc5a..7d14b7c 100644 --- a/home/xdg.nix +++ b/home/xdg.nix @@ -5,8 +5,6 @@ configFile = { - "i3blocks/config".source = ./files/i3-blocks; - "borg/exclude".source = ./files/borg-exclude; "ctags/config.ctags".source = ./files/ctags; "sc-im/scimrc".source = ./files/scimrc;