Compare commits
No commits in common. "ef2fad9e8cb3d268e76d31415944a1518ec0c197" and "450665597354791f441bd587f3d5894fe5ca5ff0" have entirely different histories.
ef2fad9e8c
...
4506655973
2
main.yml
2
main.yml
|
@ -1,6 +1,6 @@
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- common
|
- common
|
||||||
- desktop-environment # WM, App Launcher etc.
|
- desktop-environment
|
||||||
- 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
|
|
@ -11,7 +11,6 @@
|
||||||
- xfce4-appfinder
|
- xfce4-appfinder
|
||||||
- pipewire
|
- pipewire
|
||||||
- pipewire-pulse
|
- pipewire-pulse
|
||||||
- wireplumber
|
|
||||||
- alsa-utils
|
- alsa-utils
|
||||||
- brightnessctl
|
- brightnessctl
|
||||||
- flatpak
|
- flatpak
|
||||||
|
|
|
@ -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", {% if isNotebook | bool %}"battery", {% endif %}"custom/power"],
|
"modules-right": ["cpu", "memory", "network", "pulseaudio", "battery", "custom/power"],
|
||||||
"sway/workspaces": {
|
"sway/workspaces": {
|
||||||
"disable-scroll": true
|
"disable-scroll": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue