From f0fbf92e00f9a706cac8d643a05500badbd12d51 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Mon, 29 Mar 2021 03:39:41 +0300 Subject: feat!: remove unused configs --- .config/i3blocks/i3blocks.conf | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 .config/i3blocks/i3blocks.conf (limited to '.config/i3blocks/i3blocks.conf') diff --git a/.config/i3blocks/i3blocks.conf b/.config/i3blocks/i3blocks.conf deleted file mode 100644 index 074ca0b..0000000 --- a/.config/i3blocks/i3blocks.conf +++ /dev/null @@ -1,38 +0,0 @@ -markup=pango -separator=false -separator_block_width=25 - -[spotify] -command=playerctl metadata --format=' {{ artist }} - {{ title }}' --player=spotify --follow 2> /dev/null -interval=persist -min_width=500 - -[lang] -command=bash -c 'xkb-switch; xkb-switch -W' -interval=persist - -[volume] -command=~/.local/share/i3blocks-modules/volume -interval=1 - -[backlight] -command=~/.local/share/i3blocks-modules/backlight -interval=1 - -[wifi] -command=~/.local/share/i3blocks-modules/wifi -f ' {ssid}' -interval=5 - -[battery] -command=~/.local/share/i3blocks-modules/battery -f ' {percent}%' -interval=1 - -[date] -command=~/.local/share/i3blocks-modules/date -f " {time}" -t "%a, %d.%m.%Y" -interval=60 - -[time] -command=~/.local/share/i3blocks-modules/date -f " {time}" -t "%H:%M:%S" -interval=1 -min_width=100 - -- cgit v1.2.3