Changed KDE plasma theme and configured Kitty as Terminal
This commit is contained in:
BIN
plasma/NixOS-1.0.0.knsv
Normal file
BIN
plasma/NixOS-1.0.0.knsv
Normal file
Binary file not shown.
@ -4,12 +4,12 @@
|
||||
#To show logs of services run: journalctl --user-unit={service-name} --user
|
||||
|
||||
systemd.user.services.set-wallpaper = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
description = "Set KDE Plasma wallpaper";
|
||||
#after = [ "plasma-desktop.service" ];
|
||||
wantedBy = [ "graphical-session.target" ];
|
||||
serviceConfig = {
|
||||
ExecStart = [ "/run/current-system/sw/bin/plasma-apply-wallpaperimage /etc/nixos/other/wallpaper.png" ];
|
||||
ExecStart = [ "/run/current-system/sw/bin/plasma-apply-wallpaperimage /etc/nixos/other/wallpaper2.png" ];
|
||||
|
||||
Type = "oneshot";
|
||||
Restart = "on-failure";
|
||||
|
||||
@ -46,7 +46,12 @@ in
|
||||
|
||||
# Enable the KDE Plasma Desktop Environment.
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
|
||||
|
||||
environment.plasma6.excludePackages = with pkgs; [
|
||||
# kdePackages.konsole #Using Kitty instead
|
||||
kdePackages.elisa
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# (pkgs.writeTextDir "share/sddm/themes/breeze/theme.conf.user" ''
|
||||
# [General]
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
source /etc/nixos/other/colors.sh
|
||||
FLAG_FILE="/home/cookiez/.flags/theme-flag"
|
||||
|
||||
/run/current-system/sw/bin/konsave -i /etc/nixos/plasma/theme.knsv
|
||||
/run/current-system/sw/bin/konsave -i /etc/nixos/plasma/theme.knsv
|
||||
/run/current-system/sw/bin/konsave -i /etc/nixos/plasma/NixOS-1.0.0.knsv
|
||||
/run/current-system/sw/bin/konsave -i /etc/nixos/plasma/NixOS-1.0.0.knsv
|
||||
/run/current-system/sw/bin/konsave -a theme
|
||||
|
||||
progress_bar() {
|
||||
|
||||
Reference in New Issue
Block a user