瀏覽代碼

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 年之前
父節點
當前提交
97b4705692
共有 1 個文件被更改,包括 0 次插入9 次删除
  1. 0
    9
      dotfiles/i3/bin/i3bar-sardine-moc

+ 0
- 9
dotfiles/i3/bin/i3bar-sardine-moc 查看文件

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