update scripts
This commit is contained in:
parent
0d381be34d
commit
a67e558b99
2 changed files with 15 additions and 4 deletions
|
@ -41,9 +41,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notification-visibility": {
|
"notification-visibility": {
|
||||||
"example-name": {
|
"mute-spotify": {
|
||||||
"state": "muted",
|
"state": "muted",
|
||||||
"urgency": "Low",
|
|
||||||
"app-name": "Spotify"
|
"app-name": "Spotify"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -51,7 +50,10 @@
|
||||||
"inhibitors",
|
"inhibitors",
|
||||||
"title",
|
"title",
|
||||||
"dnd",
|
"dnd",
|
||||||
"notifications"
|
"mpris",
|
||||||
|
"notifications",
|
||||||
|
"backlight",
|
||||||
|
"volume"
|
||||||
],
|
],
|
||||||
"widget-config": {
|
"widget-config": {
|
||||||
"inhibitors": {
|
"inhibitors": {
|
||||||
|
@ -75,6 +77,14 @@
|
||||||
"image-size": 96,
|
"image-size": 96,
|
||||||
"image-radius": 12
|
"image-radius": 12
|
||||||
},
|
},
|
||||||
|
"backlight": {
|
||||||
|
"label": "",
|
||||||
|
"device": "intel_backlight",
|
||||||
|
"min": 10
|
||||||
|
},
|
||||||
|
"volume": {
|
||||||
|
"label": ""
|
||||||
|
},
|
||||||
"buttons-grid": {
|
"buttons-grid": {
|
||||||
"actions": [
|
"actions": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -24,7 +24,7 @@ sudo dnf install -y \
|
||||||
arc-theme hyprlock copyq nwg-dock-hyprland nwg-drawer \
|
arc-theme hyprlock copyq nwg-dock-hyprland nwg-drawer \
|
||||||
nwg-panel nwg-launchers cascadia-code-nf-fonts \
|
nwg-panel nwg-launchers cascadia-code-nf-fonts \
|
||||||
jetbrains-mono-fonts la-capitaine-cursor-theme \
|
jetbrains-mono-fonts la-capitaine-cursor-theme \
|
||||||
la-capitaine-icon-theme
|
la-capitaine-icon-theme flatseal
|
||||||
|
|
||||||
## Entwicklung
|
## Entwicklung
|
||||||
sudo dnf install -y \
|
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.vscodium.codium
|
||||||
flatpak install flathub com.spotify.Client
|
flatpak install flathub com.spotify.Client
|
||||||
flatpak install flathub org.prismlauncher.PrismLauncher
|
flatpak install flathub org.prismlauncher.PrismLauncher
|
||||||
|
flatpak install flathub com.github.IsmaelMartinez.teams_for_linux
|
||||||
|
|
||||||
# Systemkonfiguration
|
# Systemkonfiguration
|
||||||
sudo usermod -s /bin/zsh simono41
|
sudo usermod -s /bin/zsh simono41
|
||||||
|
|
Loading…
Add table
Reference in a new issue