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": {
|
||||
"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": [
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue