Removed some unused things
This commit is contained in:
parent
350755826e
commit
bddfee60f5
3 changed files with 0 additions and 62 deletions
|
@ -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
|
|
|
@ -1,15 +0,0 @@
|
||||||
#!/usr/bin/awk -f
|
|
||||||
|
|
||||||
BEGIN {
|
|
||||||
c = ""
|
|
||||||
}
|
|
||||||
|
|
||||||
/^##/ {
|
|
||||||
c = substr($0,4);
|
|
||||||
}
|
|
||||||
|
|
||||||
/^#Server/ {
|
|
||||||
if( c==COUNTRY ) {
|
|
||||||
print substr($0,2);
|
|
||||||
}
|
|
||||||
}
|
|
41
uistyle.css
41
uistyle.css
|
@ -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;
|
|
||||||
}
|
|
Loading…
Reference in a new issue