diff --git a/scripts/cpustat.sh b/scripts/cpustat.sh deleted file mode 100755 index ca63422..0000000 --- a/scripts/cpustat.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -while true; do - idle=$(mpstat 2 1 | tail -n 1 | awk '{print int($12)}') - echo $[ 100 - $idle ] -done | stag -t "CPU usage" -s 0,100 -w 1 diff --git a/scripts/mirrorlist b/scripts/mirrorlist deleted file mode 100755 index 7c4c52e..0000000 --- a/scripts/mirrorlist +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/awk -f - -BEGIN { - c = "" -} - -/^##/ { - c = substr($0,4); -} - -/^#Server/ { - if( c==COUNTRY ) { - print substr($0,2); - } -} diff --git a/uistyle.css b/uistyle.css deleted file mode 100644 index 59b9fcf..0000000 --- a/uistyle.css +++ /dev/null @@ -1,41 +0,0 @@ -mespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); - -.tab-content { - background-color: #333 !important; - border:0; -} - -.tabbrowser-tab .tab-text { - color:#fff; - font-family:"Terminus"; - font-size: 12px; -} - -.tabbrowser-tab[selected] .tab-text { - text-decoration: underline; -} - -#TabsToolbar, .tabbrowser-arrowscrollbox { - background-color: #333 !important; - height: 30px !important; -} - -#nav-bar { - display: none; -} - -.tabs-newtab-button { - display: none; -} - -.tab-text { - text-align: center !important; -} - -.tab-icon-image { - display: none; -} - -.tab-close-button { - display: none; -}