Remove i3blocks

I only had the date left.
And I just can call date on terminal if I care.

So remove the dependency.
This commit is contained in:
Daniel Siepmann 2023-05-25 18:46:49 +02:00
parent 27a1f212f8
commit f84c23773d
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
4 changed files with 0 additions and 41 deletions

View file

@ -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

View file

@ -10,7 +10,6 @@ with pkgs; [
gnome.gnome-screenshot
networkmanager_dmenu
i3blocks
st
ncdu
tree

View file

@ -79,8 +79,6 @@ in {
workspaceButtons = true;
workspaceNumbers = true;
statusCommand = "i3blocks";
fonts = {
names = ["monospace"];
style = "Bold";

View file

@ -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;