Skip to content

Commit

Permalink
enable power
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Jul 23, 2024
1 parent ded6478 commit 0f873e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sway__lock: 'swaylock --color 000000 --image /usr/share/backgrounds/sway/Sway_Wa
sway__waybar: true
sway__waybar_modules_left: ["sway/workspaces", "sway/mode", "sway/scratchpad"]
sway__waybar_modules_center: ["sway/window"]
sway__waybar_modules_right: ["idle_inhibitor", "custom/weather", "pulseaudio", "network", "cpu", "memory", "disk", "temperature", "backlight", "keyboard-state", "sway/language", "battery", "clock", "tray"]
sway__waybar_modules_right: ["idle_inhibitor", "custom/weather", "pulseaudio", "network", "cpu", "memory", "disk", "temperature", "backlight", "keyboard-state", "sway/language", "battery", "custom/power", "clock", "tray"]

Check warning on line 23 in defaults/main.yml

View workflow job for this annotation

GitHub Actions / Yamllint

23:181 [line-length] line too long (221 > 180 characters)

Check failure on line 23 in defaults/main.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[line-length]

Line too long (221 > 180 characters)
sway__waybar_font_size: '13px'
sway__waybar_light_up: 'light -A 1'

Check failure on line 25 in defaults/main.yml

View workflow job for this annotation

GitHub Actions / Yamllint

25:24 [colons] too many spaces after colon

Check failure on line 25 in defaults/main.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[colons]

Too many spaces after colon
sway__waybar_light_down: 'light -U 1'

Check failure on line 26 in defaults/main.yml

View workflow job for this annotation

GitHub Actions / Yamllint

26:26 [colons] too many spaces after colon

Check failure on line 26 in defaults/main.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[colons]

Too many spaces after colon
Expand Down

0 comments on commit 0f873e1

Please sign in to comment.