Compare commits
2 commits
4506655973
...
ef2fad9e8c
Author | SHA1 | Date | |
---|---|---|---|
Oliver Traber | ef2fad9e8c | ||
Oliver Traber | ed87cb6211 |
2
main.yml
2
main.yml
|
@ -1,6 +1,6 @@
|
|||
- hosts: localhost
|
||||
roles:
|
||||
- common
|
||||
- desktop-environment
|
||||
- desktop-environment # WM, App Launcher etc.
|
||||
- essential-tools # Thunar File Manager, Firefox, KeePassXC, Nextcloud Desktop
|
||||
#- media-tools # Spotify, VLC
|
|
@ -11,6 +11,7 @@
|
|||
- xfce4-appfinder
|
||||
- pipewire
|
||||
- pipewire-pulse
|
||||
- wireplumber
|
||||
- alsa-utils
|
||||
- brightnessctl
|
||||
- flatpak
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||
"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": {
|
||||
"disable-scroll": true
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue