Skip to content

Commit

Permalink
Apply nixfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rounakdatta committed Feb 15, 2024
1 parent ad4a960 commit 341f95d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions configs/tmux/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,13 @@ in
''
+
(if isDarwin then
''
tm_battery="#[fg=$base0F,bg=$base00] ♥ #(pmset -g batt | grep InternalBattery | awk '{print $3}' | sed 's/;$//')"
''
''
tm_battery="#[fg=$base0F,bg=$base00] ♥ #(pmset -g batt | grep InternalBattery | awk '{print $3}' | sed 's/;$//')"
''
else
''
tm_battery="#[fg=$base0F,bg=$base00] ♥ #(acpi --battery | awk \'{gsub(\",\", \"\"); print \$4}\')"
''
''
tm_battery="#[fg=$base0F,bg=$base00] ♥ #(acpi --battery | awk \'{gsub(\",\", \"\"); print \$4}\')"
''
)
+
''
Expand Down

0 comments on commit 341f95d

Please sign in to comment.