diff --git a/dotfiles/i3/i3status b/dotfiles/i3/i3status
index fa59fdd..a592998 100644
--- a/dotfiles/i3/i3status
+++ b/dotfiles/i3/i3status
@@ -8,16 +8,7 @@ general {
color_bad = '#ba5e57'
}
-{%@@ if profile == "laptop" @@%}
-order += "volume master"
order += "tztime local"
-order += "battery all"
-{%@@ endif @@%}
-
-{%@@ if profile == "work" @@%}
-order += "tztime local"
-{%@@ endif @@%}
-
load {
format = " %5min Load "
@@ -65,7 +56,7 @@ battery all {
}
tztime local {
- format = " %time "
+ format = " %time "
format_time = "%a %-d %b %H:%M"
}