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,7 +10,8 @@
settings = {
main = {
pad = "5x5";
include="/home/${config.home.username}/.config/foot/dank-colors.ini";
font = "${config.stylix.fonts.monospace.name}:size=${toString config.stylix.fonts.sizes.terminal}";
include = "/home/${config.home.username}/.config/foot/dank-colors.ini";
};
colors = {
alpha = lib.mkForce (0.9);
@@ -18,4 +19,3 @@
};
};
}

View File

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

View File

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