theme stuff

This commit is contained in:
2025-12-17 13:00:21 +00:00
parent fe40f11559
commit 423e136895
6 changed files with 28 additions and 28 deletions

View File

@@ -10,6 +10,7 @@
settings = { settings = {
main = { main = {
pad = "5x5"; pad = "5x5";
font = "${config.stylix.fonts.monospace.name}:size=${toString config.stylix.fonts.sizes.terminal}";
include = "/home/${config.home.username}/.config/foot/dank-colors.ini"; include = "/home/${config.home.username}/.config/foot/dank-colors.ini";
}; };
colors = { colors = {
@@ -18,4 +19,3 @@
}; };
}; };
} }

View File

@@ -19,7 +19,7 @@ let
#runner = "${lib.getExe caelestia-cli} shell drawers toggle launcher"; #runner = "${lib.getExe caelestia-cli} shell drawers toggle launcher";
runner = "vicinae toggle"; runner = "vicinae toggle";
# runner = "anyrun"; # runner = "anyrun";
browser = "zen-beta"; browser = "firefox";
editor = "emacsclient -c"; editor = "emacsclient -c";
in in
{ {
@@ -158,8 +158,8 @@ in
# https://wiki.hyprland.org/Configuring/Variables/#decoration # https://wiki.hyprland.org/Configuring/Variables/#decoration
decoration = { decoration = {
rounding = 10; rounding = 0;
rounding_power = 2; rounding_power = 0;
active_opacity = 1.0; active_opacity = 1.0;
inactive_opacity = 1.0; inactive_opacity = 1.0;

View File

@@ -38,7 +38,7 @@
defaultApplications = defaultApplications =
let let
browser = [ "zen-beta.desktop" ]; browser = [ "firefox.desktop" ];
fileManager = [ "pcmanfm.desktop" ]; fileManager = [ "pcmanfm.desktop" ];
editor = [ "emacs.desktop" ]; editor = [ "emacs.desktop" ];
player = [ "mpv.desktop" ]; player = [ "mpv.desktop" ];

View File

@@ -42,13 +42,13 @@ in
home.stateVersion = "23.11"; # Please read the comment before changing. home.stateVersion = "23.11"; # Please read the comment before changing.
# Example GTK block (disabled) # Example GTK block (disabled)
# gtk = { gtk = {
# enable = true; enable = true;
# iconTheme = { iconTheme = {
# name = "Dracula"; name = "Reversal-black-dark";
# # package = pkgs.dracula-icon-theme; package = pkgs.reversal-icon-theme.override { allColorVariants = true; };
# }; };
# }; };
home.packages = with pkgs; [ home.packages = with pkgs; [
############################ ############################

View File

@@ -49,13 +49,13 @@ in
home.stateVersion = "23.11"; # Please read the comment before changing. home.stateVersion = "23.11"; # Please read the comment before changing.
# Example GTK block (disabled) # Example GTK block (disabled)
# gtk = { gtk = {
# enable = true; enable = true;
# iconTheme = { iconTheme = {
# name = "Dracula"; name = "Reversal-black-dark";
# # package = pkgs.dracula-icon-theme; package = pkgs.reversal-icon-theme.override { allColorVariants = true; };
# }; };
# }; };
home.packages = with pkgs; [ home.packages = with pkgs; [
############################ ############################

View File

@@ -36,14 +36,14 @@ in
waybar.enable = true; waybar.enable = true;
nixcord.enable = true; nixcord.enable = true;
zen-browser = { #zen-browser = {
enable = true; # enable = true;
profileNames = [ "default" ]; # profileNames = [ "default" ];
}; #};
firefox = { #firefox = {
enable = true; # enable = true;
profileNames = [ "default" ]; # profileNames = [ "default" ];
}; #};
}; };
#iconTheme = { #iconTheme = {