From a67e558b999c90223c2909af0cc1459312690bb6 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Tue, 22 Apr 2025 09:58:27 +0200 Subject: [PATCH] update scripts --- dot_config/swaync/config.json | 16 +++++++++++++--- executable_install-fedora.sh | 3 ++- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/dot_config/swaync/config.json b/dot_config/swaync/config.json index 29e96c0..be890b8 100644 --- a/dot_config/swaync/config.json +++ b/dot_config/swaync/config.json @@ -41,9 +41,8 @@ } }, "notification-visibility": { - "example-name": { + "mute-spotify": { "state": "muted", - "urgency": "Low", "app-name": "Spotify" } }, @@ -51,7 +50,10 @@ "inhibitors", "title", "dnd", - "notifications" + "mpris", + "notifications", + "backlight", + "volume" ], "widget-config": { "inhibitors": { @@ -75,6 +77,14 @@ "image-size": 96, "image-radius": 12 }, + "backlight": { + "label": "", + "device": "intel_backlight", + "min": 10 + }, + "volume": { + "label": "" + }, "buttons-grid": { "actions": [ { diff --git a/executable_install-fedora.sh b/executable_install-fedora.sh index 90a4130..4a2ff73 100755 --- a/executable_install-fedora.sh +++ b/executable_install-fedora.sh @@ -24,7 +24,7 @@ sudo dnf install -y \ arc-theme hyprlock copyq nwg-dock-hyprland nwg-drawer \ nwg-panel nwg-launchers cascadia-code-nf-fonts \ jetbrains-mono-fonts la-capitaine-cursor-theme \ - la-capitaine-icon-theme + la-capitaine-icon-theme flatseal ## Entwicklung sudo dnf install -y \ @@ -57,6 +57,7 @@ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.f flatpak install flathub com.vscodium.codium flatpak install flathub com.spotify.Client flatpak install flathub org.prismlauncher.PrismLauncher +flatpak install flathub com.github.IsmaelMartinez.teams_for_linux # Systemkonfiguration sudo usermod -s /bin/zsh simono41