changes
This commit is contained in:
parent
c9f757e4bd
commit
bd6c1d60ae
3 changed files with 9 additions and 4 deletions
|
|
@ -15,6 +15,8 @@
|
||||||
rclone
|
rclone
|
||||||
waypipe
|
waypipe
|
||||||
spotdl
|
spotdl
|
||||||
|
browsh
|
||||||
|
mosh
|
||||||
|
|
||||||
# development & tooling
|
# development & tooling
|
||||||
gh
|
gh
|
||||||
|
|
@ -33,7 +35,7 @@
|
||||||
vesktop
|
vesktop
|
||||||
input-leap
|
input-leap
|
||||||
libreoffice-qt-fresh
|
libreoffice-qt-fresh
|
||||||
helium-browser
|
# helium-browser
|
||||||
bitwarden-desktop
|
bitwarden-desktop
|
||||||
qbittorrent
|
qbittorrent
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -125,14 +125,14 @@
|
||||||
panelIcon = {
|
panelIcon = {
|
||||||
albumCover = {
|
albumCover = {
|
||||||
useAsIcon = true;
|
useAsIcon = true;
|
||||||
radius = 4;
|
radius = 2;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
playbackSource = "auto";
|
playbackSource = "auto";
|
||||||
musicControls.showPlaybackControls = false;
|
musicControls.showPlaybackControls = false;
|
||||||
songText = {
|
songText = {
|
||||||
displayInSeparateLines = true;
|
displayInSeparateLines = true;
|
||||||
maximumWidth = 280;
|
maximumWidth = 250;
|
||||||
scrolling = {
|
scrolling = {
|
||||||
behavior = "alwaysScroll";
|
behavior = "alwaysScroll";
|
||||||
speed = 3;
|
speed = 3;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
gtk.theme.name = "Breeze";
|
||||||
|
|
||||||
programs.plasma = {
|
programs.plasma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
overrideConfig = true;
|
overrideConfig = true;
|
||||||
|
|
@ -250,7 +253,7 @@
|
||||||
iconTasks = {
|
iconTasks = {
|
||||||
launchers = [
|
launchers = [
|
||||||
"applications:firefox.desktop"
|
"applications:firefox.desktop"
|
||||||
"applications:helium.desktop"
|
# "applications:helium.desktop"
|
||||||
"applications:org.kde.dolphin.desktop"
|
"applications:org.kde.dolphin.desktop"
|
||||||
"applications:vesktop.desktop"
|
"applications:vesktop.desktop"
|
||||||
"applications:kitty.desktop"
|
"applications:kitty.desktop"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue