non important commit

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-15 12:53:15 +01:00
parent 074319fe18
commit 4c77ee2b06
2 changed files with 46 additions and 2 deletions

View file

@ -85,6 +85,33 @@
layout = {
gaps = 8;
border = {
enable = true;
width = 2;
active = {
gradient = {
from = "#fabd2f"; # gruvbox bright yellow
to = "#fe8019"; # gruvbox bright orange
angle = 45;
relative-to = "workspace-view";
};
};
inactive = {
gradient = {
from = "#504945"; # gruvbox bg2
to = "#3c3836"; # gruvbox bg1
angle = 45;
relative-to = "workspace-view";
};
};
}; border = {
enable = true;
width = 2;
active = {
color = "#34381b";
};
};
default-column-width = {proportion = 0.5;};
preset-column-widths = [

View file

@ -9,7 +9,7 @@
};
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-material-dark-medium.yaml";
opacity.terminal = 0.75;
opacity.terminal = 0.85;
cursor = {
package = pkgs.bibata-cursors;
@ -21,7 +21,7 @@
sizes = {
applications = 10;
desktop = 10;
terminal = 9;
terminal = 10;
popups = 8;
};
@ -61,6 +61,23 @@
};
};
home.file.".config/cosmic/com.system76.CosmicTheme.Light/v1/theme".text = ''
(
accent: (
red: 0.2,
green: 0.4,
blue: 0.9,
alpha: 1.0,
),
background: (
red: 0.95,
green: 0.95,
blue: 0.97,
alpha: 1.0,
),
)
'';
/*wayland.windowManager.cosmic.appearance = {
theme = "Dark";
darkTheme = {