diff options
author | cbreton <corentin.breton@fullsave.com> | 2019-11-18 08:42:41 +0100 |
---|---|---|
committer | cbreton <corentin.breton@fullsave.com> | 2019-11-18 08:46:56 +0100 |
commit | a525ed1cb39599218fd0c8213fef43355c33c390 (patch) | |
tree | 1ad0a9bc5a434c312ff488e86dd40800e258b7d6 /dotfiles/config/i3pystatus | |
parent | 2284861ae7b24099e33b6a8dd7ccdb23e5d4c5f1 (diff) | |
download | dotfiles_dotdrop-a525ed1cb39599218fd0c8213fef43355c33c390.tar.xz dotfiles_dotdrop-a525ed1cb39599218fd0c8213fef43355c33c390.zip |
Add new profile
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, |