Compare commits

..

No commits in common. "ef2fad9e8cb3d268e76d31415944a1518ec0c197" and "450665597354791f441bd587f3d5894fe5ca5ff0" have entirely different histories.

3 changed files with 2 additions and 3 deletions

View file

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

View file

@ -11,7 +11,6 @@
- xfce4-appfinder
- pipewire
- pipewire-pulse
- wireplumber
- alsa-utils
- brightnessctl
- flatpak

View file

@ -1,7 +1,7 @@
{
"modules-left": ["sway/workspaces", "sway/mode"],
"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": {
"disable-scroll": true
},