Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c3a39d024 | |||
| fbde9e3149 | |||
| 3e7fec662f | |||
| 237f75bf59 | |||
| 23ba8f7083 | |||
| fc96fc31a0 | |||
| 4c965360e5 | |||
| 2dadf266e5 | |||
| 210e1a9f4c | |||
| 4208b54cd9 | |||
| 5694175fba | |||
| 4bebaa1c74 |
@@ -625,6 +625,10 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
|
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
|
themes.hyprland = {
|
||||||
|
style = {
|
||||||
|
activeBorder = "linear-gradient(to right, #a6e3a1, #89b4fa)";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
@@ -652,9 +656,9 @@ Sets theming for the terminal
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
# Example for terminal (NVF = Neovim/terminal flavor)
|
# (NVF = Neovim/terminal flavor)
|
||||||
stylix.targets.nvf.enable = true;
|
stylix.targets.nvf.enable = true;
|
||||||
# Optional: feh wallpaper integration
|
# feh wallpaper integration
|
||||||
stylix.targets.feh.enable = true;
|
stylix.targets.feh.enable = true;
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
@@ -1064,8 +1068,7 @@ This is top file of this level which contains just an import statement for all r
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** =generated/system/core/gtk.nix=
|
** =generated/system/core/gtk.nix=
|
||||||
I use the [[https://catppuccin.com/][Catppuccin]] almost everywhere. The nix module integrates almost automatically everywhere (except gtk).
|
Sewtting up GTK
|
||||||
You'll notice the color values in multiple places outside this as well.
|
|
||||||
#+BEGIN_SRC nix :tangle generated/system/core/gtk.nix :noweb tangle :mkdirp yes :eval never-html
|
#+BEGIN_SRC nix :tangle generated/system/core/gtk.nix :noweb tangle :mkdirp yes :eval never-html
|
||||||
{ pkgs, user, ... }:
|
{ pkgs, user, ... }:
|
||||||
{
|
{
|
||||||
@@ -1375,11 +1378,13 @@ This file sets up Kitty terminal
|
|||||||
{ config, pkgs, lib, user, flakeRoot, ... }:
|
{ config, pkgs, lib, user, flakeRoot, ... }:
|
||||||
let
|
let
|
||||||
kittyConf = "${flakeRoot}/assets/system/conf/kitty/kitty.conf";
|
kittyConf = "${flakeRoot}/assets/system/conf/kitty/kitty.conf";
|
||||||
|
kittyTheme = "${flakeRoot}/assets/system/conf/kitty/Catppuccin-Mocha.conf";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
home-manager.users.${user.username} = {
|
home-manager.users.${user.username} = {
|
||||||
programs.kitty.enable = true;
|
programs.kitty.enable = true;
|
||||||
#xdg.configFile."kitty/kitty.conf".source = kittyConf;
|
xdg.configFile."kitty/kitty.conf".source = kittyConf;
|
||||||
|
xdg.configFile."kitty/Catppuccin-Mocha.conf".source = kittyTheme;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|||||||
@@ -29,18 +29,11 @@ general {
|
|||||||
extend_border_grab_area = 20
|
extend_border_grab_area = 20
|
||||||
|
|
||||||
# Solid-color borders
|
# Solid-color borders
|
||||||
col.active_border = $green
|
#col.active_border = #a6e3a1
|
||||||
col.inactive_border = $inactive
|
#col.inactive_border = #595959aa
|
||||||
}
|
}
|
||||||
|
|
||||||
# Window decorations
|
# Window decorations
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 8
|
rounding = 8
|
||||||
# Drop shadows not supported in Hyprland natively
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Input fields, Hyprbar, Hyprlock, Hypridle are optional
|
|
||||||
input_field {}
|
|
||||||
hyprbar {}
|
|
||||||
hyprlock {}
|
|
||||||
hypridle {}
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 143 B |
|
Before Width: | Height: | Size: 146 B |
|
Before Width: | Height: | Size: 183 B |
|
Before Width: | Height: | Size: 184 B |
|
Before Width: | Height: | Size: 187 B |
|
Before Width: | Height: | Size: 187 B |
|
Before Width: | Height: | Size: 557 B |
|
Before Width: | Height: | Size: 301 B |
|
Before Width: | Height: | Size: 689 B |
|
Before Width: | Height: | Size: 677 B |
|
Before Width: | Height: | Size: 557 B |
|
Before Width: | Height: | Size: 301 B |
|
Before Width: | Height: | Size: 585 B |
|
Before Width: | Height: | Size: 579 B |
|
Before Width: | Height: | Size: 143 B |
|
Before Width: | Height: | Size: 143 B |
|
Before Width: | Height: | Size: 538 B |
|
Before Width: | Height: | Size: 301 B |
|
Before Width: | Height: | Size: 690 B |
|
Before Width: | Height: | Size: 683 B |
|
Before Width: | Height: | Size: 538 B |
|
Before Width: | Height: | Size: 301 B |
|
Before Width: | Height: | Size: 789 B |
|
Before Width: | Height: | Size: 772 B |
|
Before Width: | Height: | Size: 194 B |
|
Before Width: | Height: | Size: 227 B |
|
Before Width: | Height: | Size: 326 B |
|
Before Width: | Height: | Size: 342 B |
|
Before Width: | Height: | Size: 144 B |
|
Before Width: | Height: | Size: 144 B |
|
Before Width: | Height: | Size: 276 B |
|
Before Width: | Height: | Size: 263 B |
|
Before Width: | Height: | Size: 348 B |
|
Before Width: | Height: | Size: 363 B |
|
Before Width: | Height: | Size: 338 B |
|
Before Width: | Height: | Size: 289 B |
|
Before Width: | Height: | Size: 446 B |
|
Before Width: | Height: | Size: 466 B |
|
Before Width: | Height: | Size: 369 B |
|
Before Width: | Height: | Size: 313 B |
|
Before Width: | Height: | Size: 470 B |
|
Before Width: | Height: | Size: 486 B |
@@ -1,23 +0,0 @@
|
|||||||
button_offset=9
|
|
||||||
button_spacing=0
|
|
||||||
|
|
||||||
show_app_icon=false
|
|
||||||
|
|
||||||
full_width_title=true
|
|
||||||
|
|
||||||
title_shadow_active=false
|
|
||||||
title_shadow_inactive=false
|
|
||||||
|
|
||||||
title_horizontal_offset=3
|
|
||||||
|
|
||||||
active_text_color=#afafaf
|
|
||||||
active_text_shadow_color=#252525
|
|
||||||
|
|
||||||
inactive_text_color=#808080
|
|
||||||
inactive_text_shadow_color=#252525
|
|
||||||
|
|
||||||
shadow_delta_height=2
|
|
||||||
shadow_delta_width=0
|
|
||||||
shadow_delta_x=0
|
|
||||||
shadow_delta_y=-5
|
|
||||||
shadow_opacity=40
|
|
||||||
|
Before Width: | Height: | Size: 164 B |
|
Before Width: | Height: | Size: 157 B |
|
Before Width: | Height: | Size: 164 B |
|
Before Width: | Height: | Size: 157 B |
|
Before Width: | Height: | Size: 164 B |
|
Before Width: | Height: | Size: 157 B |
|
Before Width: | Height: | Size: 164 B |
|
Before Width: | Height: | Size: 157 B |
|
Before Width: | Height: | Size: 164 B |
|
Before Width: | Height: | Size: 157 B |
|
Before Width: | Height: | Size: 255 B |
|
Before Width: | Height: | Size: 235 B |
|
Before Width: | Height: | Size: 254 B |
|
Before Width: | Height: | Size: 233 B |
|
Before Width: | Height: | Size: 146 B |
|
Before Width: | Height: | Size: 146 B |
|
Before Width: | Height: | Size: 171 B |
|
Before Width: | Height: | Size: 171 B |
|
Before Width: | Height: | Size: 173 B |
|
Before Width: | Height: | Size: 173 B |
|
Before Width: | Height: | Size: 583 B |
|
Before Width: | Height: | Size: 360 B |
|
Before Width: | Height: | Size: 719 B |
|
Before Width: | Height: | Size: 720 B |
|
Before Width: | Height: | Size: 583 B |
|
Before Width: | Height: | Size: 360 B |
|
Before Width: | Height: | Size: 609 B |
|
Before Width: | Height: | Size: 603 B |
|
Before Width: | Height: | Size: 146 B |
|
Before Width: | Height: | Size: 146 B |
|
Before Width: | Height: | Size: 562 B |
|
Before Width: | Height: | Size: 360 B |
|
Before Width: | Height: | Size: 696 B |
|
Before Width: | Height: | Size: 685 B |
|
Before Width: | Height: | Size: 562 B |
|
Before Width: | Height: | Size: 360 B |
|
Before Width: | Height: | Size: 796 B |
|
Before Width: | Height: | Size: 782 B |
|
Before Width: | Height: | Size: 212 B |
|
Before Width: | Height: | Size: 198 B |
|
Before Width: | Height: | Size: 368 B |
|
Before Width: | Height: | Size: 386 B |
|
Before Width: | Height: | Size: 146 B |
|
Before Width: | Height: | Size: 146 B |
|
Before Width: | Height: | Size: 266 B |
|
Before Width: | Height: | Size: 292 B |
|
Before Width: | Height: | Size: 428 B |
|
Before Width: | Height: | Size: 445 B |
|
Before Width: | Height: | Size: 405 B |
|
Before Width: | Height: | Size: 359 B |
|
Before Width: | Height: | Size: 563 B |
|
Before Width: | Height: | Size: 576 B |
|
Before Width: | Height: | Size: 441 B |
|
Before Width: | Height: | Size: 396 B |
|
Before Width: | Height: | Size: 595 B |