Skip to content

Commit 8705e56

Browse files
committed
[i3] SF time is more important than Ist time
1 parent 961b665 commit 8705e56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.i3status.conf

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ order += "ethernet usb0"
2121
order += "battery 0"
2222
order += "battery 1"
2323
#order += "load"
24-
order += "tztime sf"
2524
order += "tztime ist"
25+
order += "tztime sf"
2626

2727
wireless wlan0 {
2828
format_up = "W: (%quality at %essid) %ip"
@@ -58,12 +58,12 @@ run_watch VPN {
5858
}
5959

6060
tztime sf {
61-
format = "SF: %H:%M:%S"
61+
format = "SF: %Y-%m-%d %H:%M:%S"
6262
timezone = "US/Pacific"
6363
}
6464

6565
tztime ist {
66-
format = "Ist: %Y-%m-%d %H:%M:%S"
66+
format = "Ist: %H:%M:%S"
6767
timezone = "Turkey"
6868
}
6969

0 commit comments

Comments
 (0)