Fix waybar battery module

This commit is contained in:
Oliver Traber 2023-12-03 21:43:28 +01:00
parent ed87cb6211
commit ef2fad9e8c
Signed by: Bluemedia
GPG key ID: C0674B105057136C
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
- hosts: localhost - hosts: localhost
roles: roles:
- common - common
- desktop-environment - desktop-environment # WM, App Launcher etc.
- essential-tools # Thunar File Manager, Firefox, KeePassXC, Nextcloud Desktop - essential-tools # Thunar File Manager, Firefox, KeePassXC, Nextcloud Desktop
#- media-tools # Spotify, VLC #- media-tools # Spotify, VLC

View file

@ -1,7 +1,7 @@
{ {
"modules-left": ["sway/workspaces", "sway/mode"], "modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": ["clock"], "modules-center": ["clock"],
"modules-right": ["cpu", "memory", "network", "pulseaudio", "battery", "custom/power"], "modules-right": ["cpu", "memory", "network", "pulseaudio", {% if isNotebook | bool %}"battery", {% endif %}"custom/power"],
"sway/workspaces": { "sway/workspaces": {
"disable-scroll": true "disable-scroll": true
}, },