summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-01-31 13:19:30 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-01-31 13:19:30 +0530
commit59b5108a64f14b31a689e0f2bd5a34bcca6a7092 (patch)
treead0ba7b5384171335cd7e53175f4e2e1164ae59b
parenta33305f56f0d23b8d8c9df78293388be8509ff7b (diff)
update
-rw-r--r--config/plasma/aura-theme-soft.colors133
-rw-r--r--config/plasma/default.nix3
-rw-r--r--flake.lock24
-rw-r--r--machines/x/home.nix2
-rw-r--r--modules/laptop.nix20
-rw-r--r--modules/plasma.nix2
6 files changed, 161 insertions, 23 deletions
diff --git a/config/plasma/aura-theme-soft.colors b/config/plasma/aura-theme-soft.colors
new file mode 100644
index 0000000..3e36f51
--- /dev/null
+++ b/config/plasma/aura-theme-soft.colors
@@ -0,0 +1,133 @@
+[ColorEffects:Disabled]
+Color=56,56,56
+ColorAmount=0
+ColorEffect=0
+ContrastAmount=0.65
+ContrastEffect=1
+IntensityAmount=0.1
+IntensityEffect=2
+
+[ColorEffects:Inactive]
+ChangeSelectionColor=true
+Color=112,111,110
+ColorAmount=0.025
+ColorEffect=2
+ContrastAmount=0.1
+ContrastEffect=2
+Enable=false
+IntensityAmount=0
+IntensityEffect=0
+
+[Colors:Button]
+BackgroundAlternate=21,20,27
+BackgroundNormal=21,20,27
+DecorationFocus=132,100,198
+DecorationHover=132,100,198
+ForegroundActive=189,189,189
+ForegroundInactive=189,189,189
+ForegroundLink=132,100,198
+ForegroundNegative=197,88,88
+ForegroundNeutral=199,160,111
+ForegroundNormal=189,189,189
+ForegroundPositive=84,197,159
+ForegroundVisited=132,100,198
+
+[Colors:Complementary]
+BackgroundAlternate=21,20,27
+BackgroundNormal=21,20,27
+DecorationFocus=132,100,198
+DecorationHover=132,100,198
+ForegroundActive=189,189,189
+ForegroundInactive=189,189,189
+ForegroundLink=132,100,198
+ForegroundNegative=197,88,88
+ForegroundNeutral=199,160,111
+ForegroundNormal=189,189,189
+ForegroundPositive=84,197,159
+ForegroundVisited=132,100,198
+
+[Colors:Header]
+BackgroundAlternate=21,20,27
+BackgroundNormal=21,20,27
+DecorationFocus=132,100,198
+DecorationHover=132,100,198
+ForegroundActive=189,189,189
+ForegroundInactive=189,189,189
+ForegroundLink=132,100,198
+ForegroundNegative=197,88,88
+ForegroundNeutral=199,160,111
+ForegroundNormal=189,189,189
+ForegroundPositive=84,197,159
+ForegroundVisited=132,100,198
+
+[Colors:Selection]
+BackgroundAlternate=61,55,94
+BackgroundNormal=61,55,94
+DecorationFocus=132,100,198
+DecorationHover=132,100,198
+ForegroundActive=189,189,189
+ForegroundInactive=189,189,189
+ForegroundLink=132,100,198
+ForegroundNegative=197,88,88
+ForegroundNeutral=199,160,111
+ForegroundNormal=189,189,189
+ForegroundPositive=84,197,159
+ForegroundVisited=132,100,198
+
+[Colors:Tooltip]
+BackgroundAlternate=21,20,27
+BackgroundNormal=21,20,27
+DecorationFocus=132,100,198
+DecorationHover=132,100,198
+ForegroundActive=189,189,189
+ForegroundInactive=189,189,189
+ForegroundLink=132,100,198
+ForegroundNegative=197,88,88
+ForegroundNeutral=199,160,111
+ForegroundNormal=189,189,189
+ForegroundPositive=84,197,159
+ForegroundVisited=132,100,198
+
+[Colors:View]
+BackgroundAlternate=21,20,27
+BackgroundNormal=21,20,27
+DecorationFocus=132,100,198
+DecorationHover=132,100,198
+ForegroundActive=189,189,189
+ForegroundInactive=189,189,189
+ForegroundLink=132,100,198
+ForegroundNegative=197,88,88
+ForegroundNeutral=199,160,111
+ForegroundNormal=189,189,189
+ForegroundPositive=84,197,159
+ForegroundVisited=132,100,198
+
+[Colors:Window]
+BackgroundAlternate=21,20,27
+BackgroundNormal=21,20,27
+DecorationFocus=132,100,198
+DecorationHover=132,100,198
+ForegroundActive=189,189,189
+ForegroundInactive=189,189,189
+ForegroundLink=132,100,198
+ForegroundNegative=197,88,88
+ForegroundNeutral=199,160,111
+ForegroundNormal=189,189,189
+ForegroundPositive=84,197,159
+ForegroundVisited=132,100,198
+
+[General]
+ColorScheme=Aura Theme Soft
+Name=Aura Theme Soft
+shadeSortColumn=true
+
+[KDE]
+contrast=4
+
+[WM]
+activeBackground=21,20,27
+activeBlend=21,20,27
+activeForeground=189,189,189
+inactiveBackground=21,20,27
+inactiveBlend=21,20,27
+inactiveForeground=109,109,109
diff --git a/config/plasma/default.nix b/config/plasma/default.nix
index 5135f14..2b7f486 100644
--- a/config/plasma/default.nix
+++ b/config/plasma/default.nix
@@ -1,6 +1,8 @@
{ home, pkgs, ... }:
{
+ home.file.".local/share/color-schemes/aura-theme-soft.colors".source = ./aura-theme-soft.colors;
+
home.packages = [
pkgs.bibata-cursors
pkgs.papirus-icon-theme
@@ -20,6 +22,7 @@
workspace = {
lookAndFeel = "org.kde.breezedark.desktop";
+ colorScheme = "aura-theme-soft";
cursor = {
theme = "Bibata-Modern-Classic";
size = 18;
diff --git a/flake.lock b/flake.lock
index ccc4a9d..8f905aa 100644
--- a/flake.lock
+++ b/flake.lock
@@ -7,11 +7,11 @@
]
},
"locked": {
- "lastModified": 1737038063,
- "narHash": "sha256-rMEuiK69MDhjz1JgbaeQ9mBDXMJ2/P8vmOYRbFndXsk=",
+ "lastModified": 1738148035,
+ "narHash": "sha256-KYOATYEwaKysL3HdHdS5kbQMXvzS4iPJzJrML+3TKAo=",
"owner": "nix-community",
"repo": "disko",
- "rev": "bf0abfde48f469c256f2b0f481c6281ff04a5db2",
+ "rev": "18d0a984cc2bc82cf61df19523a34ad463aa7f54",
"type": "github"
},
"original": {
@@ -45,11 +45,11 @@
]
},
"locked": {
- "lastModified": 1737762889,
- "narHash": "sha256-5HGG09bh/Yx0JA8wtBMAzt0HMCL1bYZ93x4IqzVExio=",
+ "lastModified": 1738275749,
+ "narHash": "sha256-PM+cGduJ05EZ+YXulqAwUFjvfKpPmW080mcuN6R1POw=",
"owner": "nix-community",
"repo": "home-manager",
- "rev": "daf04c5950b676f47a794300657f1d3d14c1a120",
+ "rev": "a8159195bfaef3c64df75d3b1e6a68d49d392be9",
"type": "github"
},
"original": {
@@ -75,11 +75,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1737874205,
- "narHash": "sha256-4LJOuVR82R3DMt5wbz+q+JGPQw2jdoCgKrFP8zNlDGg=",
+ "lastModified": 1738309554,
+ "narHash": "sha256-NP4gXsNrVIby2NBDc6CrqptP7Ojg9X9Ofr+mVEV/WJ8=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "c1bd12cda2eabb89f36ef90da831a5743053f2c3",
+ "rev": "99f315bd7e240a92e0b7a1d28d133267765c6e69",
"type": "github"
},
"original": {
@@ -91,11 +91,11 @@
},
"nixpkgs_2": {
"locked": {
- "lastModified": 1737746512,
- "narHash": "sha256-nU6AezEX4EuahTO1YopzueAXfjFfmCHylYEFCagduHU=",
+ "lastModified": 1738142207,
+ "narHash": "sha256-NGqpVVxNAHwIicXpgaVqJEJWeyqzoQJ9oc8lnK9+WC4=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "825479c345a7f806485b7f00dbe3abb50641b083",
+ "rev": "9d3ae807ebd2981d593cddd0080856873139aa40",
"type": "github"
},
"original": {
diff --git a/machines/x/home.nix b/machines/x/home.nix
index baa6937..5de7148 100644
--- a/machines/x/home.nix
+++ b/machines/x/home.nix
@@ -34,6 +34,8 @@
git-lfs
slides
+
+ ollama
];
programs = {
diff --git a/modules/laptop.nix b/modules/laptop.nix
index d4f9ff9..317c5e4 100644
--- a/modules/laptop.nix
+++ b/modules/laptop.nix
@@ -1,16 +1,16 @@
{ pkgs, config, ... }:
{
- services.tlp = {
- enable = true;
- settings = {
- CPU_SCALING_GOVERNOR_ON_AC = "performance";
- CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
-
- CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
- CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
- };
- };
+ # services.tlp = {
+ # enable = true;
+ # settings = {
+ # CPU_SCALING_GOVERNOR_ON_AC = "performance";
+ # CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
+ #
+ # CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
+ # CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
+ # };
+ # };
boot = {
kernelModules = [ "acpi_call" ];
diff --git a/modules/plasma.nix b/modules/plasma.nix
index f05a93f..c8b87f2 100644
--- a/modules/plasma.nix
+++ b/modules/plasma.nix
@@ -16,5 +16,5 @@
krdp
];
- services.power-profiles-daemon.enable = false;
+ # services.power-profiles-daemon.enable = false;
}