Home Gen518 @ 2025-05-04-00:01 by jonas@comfy-station
This commit is contained in:
parent
4cc5ad519d
commit
8778de36af
@ -35,7 +35,7 @@ in {
|
|||||||
profiles = {
|
profiles = {
|
||||||
default = {
|
default = {
|
||||||
name = "default";
|
name = "default";
|
||||||
# colorScheme = "Utterly-Nord-Konsole";
|
colorScheme = "Layan";
|
||||||
font = {
|
font = {
|
||||||
name = "Fira Code";
|
name = "Fira Code";
|
||||||
size = 10;
|
size = 10;
|
||||||
@ -66,24 +66,9 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
programs.plasma = {
|
programs.plasma = {
|
||||||
enable = false;
|
enable = true;
|
||||||
overrideConfig = true;
|
overrideConfig = true;
|
||||||
|
|
||||||
#
|
|
||||||
# Some high-level settings:
|
|
||||||
#
|
|
||||||
workspace = {
|
|
||||||
clickItemTo = "select";
|
|
||||||
#lookAndFeel = "com.github.vinceliuice.Layan";
|
|
||||||
# theme = "Layan";
|
|
||||||
# colorScheme = "Layan";
|
|
||||||
cursor = {
|
|
||||||
theme = "Breeze";
|
|
||||||
size = 24;
|
|
||||||
};
|
|
||||||
wallpaper = "/home/jonas/.local/share/wallpaper/nord.png";
|
|
||||||
};
|
|
||||||
|
|
||||||
hotkeys.commands."launch-konsole" = {
|
hotkeys.commands."launch-konsole" = {
|
||||||
name = "Launch Konsole";
|
name = "Launch Konsole";
|
||||||
key = "Meta+Return";
|
key = "Meta+Return";
|
||||||
@ -95,20 +80,6 @@ in {
|
|||||||
{
|
{
|
||||||
location = "bottom";
|
location = "bottom";
|
||||||
widgets = [
|
widgets = [
|
||||||
# We can configure the widgets by adding the name and config
|
|
||||||
# attributes. For example to add the the kickoff widget and set the
|
|
||||||
# icon to "nix-snowflake-white" use the below configuration. This will
|
|
||||||
# add the "icon" key to the "General" group for the widget in
|
|
||||||
# ~/.config/plasma-org.kde.plasma.desktop-appletsrc.
|
|
||||||
{
|
|
||||||
name = "org.kde.plasma.kickoff";
|
|
||||||
config = {
|
|
||||||
General = {
|
|
||||||
icon = "nix-snowflake-white";
|
|
||||||
alphaSort = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
# Or you can configure the widgets by adding the widget-specific options for it.
|
# Or you can configure the widgets by adding the widget-specific options for it.
|
||||||
# See modules/widgets for supported widgets and options for these widgets.
|
# See modules/widgets for supported widgets and options for these widgets.
|
||||||
# For example:
|
# For example:
|
||||||
@ -118,29 +89,6 @@ in {
|
|||||||
icon = "nix-snowflake-white";
|
icon = "nix-snowflake-white";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
# Adding configuration to the widgets can also for example be used to
|
|
||||||
# pin apps to the task-manager, which this example illustrates by
|
|
||||||
# pinning dolphin and konsole to the task-manager by default with widget-specific options.
|
|
||||||
{
|
|
||||||
iconTasks = {
|
|
||||||
launchers = [
|
|
||||||
"applications:org.kde.dolphin.desktop"
|
|
||||||
"applications:org.kde.konsole.desktop"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
# Or you can do it manually, for example:
|
|
||||||
{
|
|
||||||
name = "org.kde.plasma.icontasks";
|
|
||||||
config = {
|
|
||||||
General = {
|
|
||||||
launchers = [
|
|
||||||
"applications:org.kde.dolphin.desktop"
|
|
||||||
"applications:org.kde.konsole.desktop"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
# If no configuration is needed, specifying only the name of the
|
# If no configuration is needed, specifying only the name of the
|
||||||
# widget will add them with the default configuration.
|
# widget will add them with the default configuration.
|
||||||
"org.kde.plasma.marginsseparator"
|
"org.kde.plasma.marginsseparator"
|
||||||
@ -154,8 +102,8 @@ in {
|
|||||||
# some modifications in which entries to show.
|
# some modifications in which entries to show.
|
||||||
{
|
{
|
||||||
digitalClock = {
|
digitalClock = {
|
||||||
calendar.firstDayOfWeek = "sunday";
|
calendar.firstDayOfWeek = "monday";
|
||||||
time.format = "12h";
|
time.format = "24h";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user