Removed some unused things

This commit is contained in:
madmaurice 2015-09-01 18:41:43 +02:00
parent 350755826e
commit bddfee60f5
3 changed files with 0 additions and 62 deletions

View file

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

View file

@ -1,15 +0,0 @@
#!/usr/bin/awk -f
BEGIN {
c = ""
}
/^##/ {
c = substr($0,4);
}
/^#Server/ {
if( c==COUNTRY ) {
print substr($0,2);
}
}

View file

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