summaryrefslogtreecommitdiff
path: root/.config/i3status/config
diff options
context:
space:
mode:
authorMehdi Sadeghi <mehdi@mehdix.org>2021-06-11 17:13:48 +0200
committerMehdi Sadeghi <mehdi@mehdix.org>2021-06-11 17:14:52 +0200
commitda4ff3db82916d18029cfbdacf3f5866a391b7ba (patch)
treee91b387b0a01fabc350d7658b2fa4922c06569ba /.config/i3status/config
parent5886d668f0216f0cc44894f6d71f97e8d95f255e (diff)
Add jdate to i3status. Use dmenu.
Diffstat (limited to '.config/i3status/config')
-rw-r--r--.config/i3status/config17
1 files changed, 11 insertions, 6 deletions
diff --git a/.config/i3status/config b/.config/i3status/config
index f599ee6..55493fc 100644
--- a/.config/i3status/config
+++ b/.config/i3status/config
@@ -20,7 +20,8 @@ order += "wireless _first_"
order += "battery 0"
order += "volume master"
order += "load"
-order += "tztime local"
+#order += "tztime local"
+order += "tztime holder__jdate"
order += "tztime tehran"
wireless _first_ {
@@ -45,11 +46,6 @@ tztime local {
format = "%Y-%m-%d %H:%M:%S"
}
-tztime tehran {
- format = "Teh:%H:%M"
- timezone = "Asia/Tehran"
-}
-
load {
format = "%1min"
}
@@ -57,3 +53,12 @@ load {
disk "/" {
format = "%avail"
}
+
+tztime holder__jdate {
+ format = "holder__jdate"
+}
+
+tztime tehran {
+ format = "Teh %H:%M"
+ timezone = "Asia/Tehran"
+}