This commit is contained in:
Sean Kovacs 2025-12-03 16:19:39 -05:00
commit 559df9da6b
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 15 additions and 10 deletions

View file

@ -14,6 +14,7 @@
wl-clipboard wl-clipboard
rclone rclone
waypipe waypipe
spotdl
# development & tooling # development & tooling
gh gh
@ -30,19 +31,24 @@
# gui applications # gui applications
vesktop vesktop
prismlauncher
strawberry
input-leap input-leap
libreoffice-qt-fresh libreoffice-qt-fresh
spotify-player helium-browser
spotdl bitwarden-desktop
qbittorrent
# gui applications ( games )
openmw openmw
prismlauncher
# gui applications ( multimedia )
audacity
strawberry
musescore musescore
mpv mpv
gimp gimp
calibre calibre
helium-browser spotify-player
bitwarden-desktop
# browsers # browsers
# (chromium.override { # (chromium.override {

View file

@ -117,16 +117,15 @@
plasmusicToolbar = { plasmusicToolbar = {
panelIcon = { panelIcon = {
albumCover = { albumCover = {
useAsIcon = false; useAsIcon = true;
radius = 8; radius = 4;
}; };
icon = "";
}; };
playbackSource = "auto"; playbackSource = "auto";
musicControls.showPlaybackControls = false; musicControls.showPlaybackControls = false;
songText = { songText = {
displayInSeparateLines = true; displayInSeparateLines = true;
maximumWidth = 320; maximumWidth = 280;
scrolling = { scrolling = {
behavior = "alwaysScroll"; behavior = "alwaysScroll";
speed = 3; speed = 3;