hurricane: 196 current 2025-08-11 19:55:09 25.05.20250809.c5f08b6 6.16.0 *
GTK theme, rofi fixes and fastfetch hurricane: 197 current 2025-08-11 20:21:36 25.05.20250809.c5f08b6 6.16.0 *
This commit is contained in:
@@ -5,6 +5,14 @@
|
||||
display = {
|
||||
separator = " ";
|
||||
};
|
||||
logo = {
|
||||
source = "\${../../images/nixos-logo.png}";
|
||||
type = "kitty-direct";
|
||||
width = 33;
|
||||
padding = {
|
||||
top = 2;
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
{
|
||||
type = "title";
|
||||
|
@@ -1,21 +1,23 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
dconf
|
||||
gruvbox-dark-gtk
|
||||
];
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
name = "Gruvbox-Dark-B";
|
||||
package = pkgs.gruvbox-dark-gtk;
|
||||
name = "Colloid-Blue-Dark-Gruvbox";
|
||||
package = pkgs.colloid-gtk-theme.override {
|
||||
colorVariants = ["dark"];
|
||||
themeVariants = ["default"]; # Blue
|
||||
tweaks = [
|
||||
"gruvbox"
|
||||
"rimless"
|
||||
"float"
|
||||
];
|
||||
};
|
||||
};
|
||||
iconTheme = {
|
||||
name = "Adwaita";
|
||||
package = pkgs.adwaita-icon-theme;
|
||||
name = "Papirus-Dark";
|
||||
package = pkgs.papirus-icon-theme.override {color = "black";};
|
||||
};
|
||||
};
|
||||
|
||||
# ================================
|
||||
# GTK THEMING CONFIGURATION
|
||||
# ================================
|
||||
@@ -24,8 +26,7 @@
|
||||
enable = true;
|
||||
settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
gtk-theme = "Gruvbox-Dark-B";
|
||||
|
||||
gtk-theme = "Colloid-Blue-Dark-Gruvbox";
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
};
|
||||
|
@@ -10,6 +10,12 @@ in {
|
||||
terminal = "ghostty";
|
||||
font = "Intel One Mono 14";
|
||||
location = "center";
|
||||
extraConfig = {
|
||||
"sorting-method" = "fzf";
|
||||
"icon-theme" = "Papirus-dark";
|
||||
"display-drun" = " Apps ";
|
||||
"display-window" = " Window ";
|
||||
};
|
||||
theme = let
|
||||
inherit (config.lib.formats.rasi) mkLiteral;
|
||||
in {
|
||||
|
Reference in New Issue
Block a user