Przeglądaj źródła

Remove obsolete attempt

I'm not sure if it even worked properly but I don't use moc anymore, so
better get rid of it.
Alois Mahdal 7 lat temu
rodzic
commit
97b4705692
1 zmienionych plików z 0 dodań i 9 usunięć
  1. 0
    9
      dotfiles/i3/bin/i3bar-sardine-moc

+ 0
- 9
dotfiles/i3/bin/i3bar-sardine-moc Wyświetl plik

@@ -1,9 +0,0 @@
1
-#!/bin/sh
2
-# shell script to prepend i3status with more stuff
3
-
4
-i3status | while :
5
-do
6
-        read line
7
-        mocp=$(sardine -c 0 moc)
8
-        echo "$mocp" || exit 1
9
-done