diff options
Diffstat (limited to 'dotfiles/config/i3pystatus')
-rw-r--r-- | dotfiles/config/i3pystatus/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/config/i3pystatus/conf.py b/dotfiles/config/i3pystatus/conf.py index f03975e..df663d8 100644 --- a/dotfiles/config/i3pystatus/conf.py +++ b/dotfiles/config/i3pystatus/conf.py @@ -94,7 +94,7 @@ status.register("text", # goes below 5 percent while discharging. The block will also color RED. # If you don't have a desktop notification demon yet, take a look at dunst: # http://www.knopwob.org/dunst/ -{%@@ if profile == "fenec" @@%} +{%@@ if profile == "fenec" or profile == "pegasus" @@%} status.register("battery", format="{status} {percentage:.2f}% [{percentage_design:.2f}%] {remaining:%E%hh:%Mm}", alert=True, |