diff options
-rw-r--r-- | xmobar.config-sample | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmobar.config-sample b/xmobar.config-sample index b705877..b36b762 100644 --- a/xmobar.config-sample +++ b/xmobar.config-sample @@ -6,7 +6,6 @@ Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" , width = 1024 , height = 15 , align = "right" - , refresh = 10 , commands = [ Run Weather "EGPF" ["-t","<station>: <tempC>C","-L","18","-H","25","--normal","green","--high","red","--low","lightblue"] 36000 , Run Network "eth0" ["-L","0","-H","32","--normal","green","--high","red"] 10 , Run Network "eth1" ["-L","0","-H","32","--normal","green","--high","red"] 10 |