summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2019-07-01 12:21:45 +0100
committerjao <jao@gnu.org>2019-07-01 12:21:45 +0100
commit504e569a85ca2887207a18428289975b4700fa4a (patch)
tree3857e8b22aa884d4bd51b12641c56bc2c9e72151 /src
parentfa2bf97e6eb0ec2b4ef30d66bd72b29db0ed01b4 (diff)
downloadxmobar-config-504e569a85ca2887207a18428289975b4700fa4a.tar.gz
xmobar-config-504e569a85ca2887207a18428289975b4700fa4a.tar.bz2
more forefontplay
Diffstat (limited to 'src')
-rw-r--r--src/lib/Bottom.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Bottom.hs b/src/lib/Bottom.hs
index cee9172..dd0f534 100644
--- a/src/lib/Bottom.hs
+++ b/src/lib/Bottom.hs
@@ -4,7 +4,7 @@ import Xmobar
import Config
import Monitors
--- ⛅
+-- ⏱
config cs tpl p = (baseConfig p) {
position = BottomSize C 100 defaultHeight
, textOffset = defaultHeight - 6
@@ -19,7 +19,7 @@ config cs tpl p = (baseConfig p) {
\ |default:Capture|</action> <fn=2>🎵</fn>"
++ tpl
++ " {} |mbox| |EGPH| \
- \ <fn=2>⏰ </fn>|uptime| <fn=2>🕓 </fn>|datetime| |laTime| "
+ \ <fn=2>🗓 </fn>|uptime| <fn=2>🕓 </fn>|datetime| |laTime| "
, commands = [ Run (uptime p)
, Run (wireless p)
, Run (dynNetwork p)