diff options
author | Soispha <soispha@vhack.eu> | 2023-04-23 14:39:09 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:31:50 +0200 |
commit | 944ada07013c98d116bf505fea072551f52807d2 (patch) | |
tree | 25032e3e4ffea083b8f27116efb5bdc3a04ec491 /home-manager/config/yambar | |
parent | Fix(secrets/nheko): Make host specific (diff) | |
download | nixos-config-944ada07013c98d116bf505fea072551f52807d2.tar.gz nixos-config-944ada07013c98d116bf505fea072551f52807d2.zip |
Fix(hm/conf/yambar/laptop): Indent the battery section
Diffstat (limited to 'home-manager/config/yambar')
-rw-r--r-- | home-manager/config/yambar/config/laptop.yml | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/home-manager/config/yambar/config/laptop.yml b/home-manager/config/yambar/config/laptop.yml index 2a1cef58..1c169820 100644 --- a/home-manager/config/yambar/config/laptop.yml +++ b/home-manager/config/yambar/config/laptop.yml @@ -197,30 +197,30 @@ bar: string: text: " {diskspace}({diskperc})" deco: *combmem - - battery: - name: BAT0 - poll-interval: 30 - content: - list: - items: - - ramp: - tag: capacity - items: - - string: - text: " {capacity}%({estimate}) " - deco: *bgcurg - - string: - text: " {capacity}%({estimate}) " - deco: {stack: [ <<: *bgcblock, <<: *linebat]} - - string: - text: " {capacity}%({estimate}) " - deco: {stack: [ <<: *bgcblock, <<: *linebat]} - - string: - text: " {capacity}%({estimate}) " - deco: {stack: [ <<: *bgcblock, <<: *linebat]} - - string: - text: " {capacity}%({estimate}) " - deco: {stack: [ <<: *bgcblock, <<: *linebat]} + - battery: + name: BAT0 + poll-interval: 30 + content: + list: + items: + - ramp: + tag: capacity + items: + - string: + text: " {capacity}%({estimate}) " + deco: *bgcurg + - string: + text: " {capacity}%({estimate}) " + deco: {stack: [ <<: *bgcblock, <<: *linebat]} + - string: + text: " {capacity}%({estimate}) " + deco: {stack: [ <<: *bgcblock, <<: *linebat]} + - string: + text: " {capacity}%({estimate}) " + deco: {stack: [ <<: *bgcblock, <<: *linebat]} + - string: + text: " {capacity}%({estimate}) " + deco: {stack: [ <<: *bgcblock, <<: *linebat]} #- script: # tray # path: /home/dt/.config/yambar/scripts/yambar-tray # content: |