Updated Styling
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
{
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
theme = "catppuccin_mocha";
|
||||
settings = {
|
||||
font = {
|
||||
normal = {
|
||||
family = "FiraCode Nerd Font";
|
||||
style = "Regular";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -3,11 +3,9 @@
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
# ./alacritty.nix
|
||||
./firefox.nix
|
||||
./ghostty.nix
|
||||
./git.nix
|
||||
# ./kitty.nix
|
||||
./hypr
|
||||
./mango.nix
|
||||
./nvf.nix
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
DisableProfileImport = true;
|
||||
DisableProfileRefresh = true;
|
||||
DisableTelemetry = true;
|
||||
DisplayBookmarksToolbar = "never";
|
||||
DontCheckDefaultBrowser = true;
|
||||
EnableTrackingProtection = {
|
||||
Value = true; # Tracking protection is enabled by default in both the regular browser and private browsing
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
settings = {
|
||||
theme = "Catppuccin Mocha";
|
||||
term = "xterm-256color";
|
||||
};
|
||||
systemd.enable = true;
|
||||
|
||||
@@ -18,9 +18,13 @@
|
||||
"${config.xdg.configHome}/hypr/monitors.conf"
|
||||
];
|
||||
|
||||
# monitor = [
|
||||
# "eDP-1, 2256x1504@60, 0x0, 1"
|
||||
# ];
|
||||
general = {
|
||||
gaps_in = 5;
|
||||
gaps_out = 10;
|
||||
border_size = 2;
|
||||
"col.active_border" = "rgb(4479A4)";
|
||||
"col.inactive_border" = "rgba(4479A480)";
|
||||
};
|
||||
|
||||
decoration = {
|
||||
rounding = 10;
|
||||
@@ -37,6 +41,12 @@
|
||||
};
|
||||
};
|
||||
|
||||
layerrule = [
|
||||
"blur, waybar" # Add blur to waybar
|
||||
"blurpopups, waybar" # Blur waybar popups too!
|
||||
"ignorealpha 0.2, waybar" # Make it so transparent parts are ignored
|
||||
];
|
||||
|
||||
exec-once = [
|
||||
"systemctl --user enable --now hyprpolkitagent.service"
|
||||
"wpaperd -d"
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
enableGitIntegration = true;
|
||||
font = {
|
||||
name = "FiraCode Nerd Font";
|
||||
};
|
||||
shellIntegration.enableZshIntegration = true;
|
||||
themeFile = "Catppuccin-Mocha";
|
||||
};
|
||||
}
|
||||
@@ -13,45 +13,31 @@
|
||||
autoEnable = false;
|
||||
polarity = "dark";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
|
||||
targets = {
|
||||
# firefox = {
|
||||
# enable = true;
|
||||
# colorTheme.enable = true;
|
||||
# firefoxGnomeTheme.enable = true;
|
||||
# profileNames = [ "eclypse" ];
|
||||
# };
|
||||
# gtk = {
|
||||
# enable = true;
|
||||
# };
|
||||
qt = {
|
||||
enable = true;
|
||||
fonts = {
|
||||
monospace = {
|
||||
name = "FiraCode Nerd Font";
|
||||
package = pkgs.nerd-fonts.fira-code;
|
||||
};
|
||||
};
|
||||
targets = {
|
||||
alacritty.enable = true;
|
||||
ghostty.enable = true;
|
||||
firefox = {
|
||||
enable = true;
|
||||
profileNames = [ "eclypse" ];
|
||||
colorTheme.enable = true;
|
||||
firefoxGnomeTheme.enable = true;
|
||||
};
|
||||
lazygit.enable = true;
|
||||
yazi.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata-Modern-Ice";
|
||||
size = 17;
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
colorScheme = "dark";
|
||||
theme = {
|
||||
name = "Tokyonight-Dark";
|
||||
package = pkgs.tokyonight-gtk-theme.override {
|
||||
tweakVariants = [ "macos" ];
|
||||
};
|
||||
};
|
||||
gtk.enable = true;
|
||||
name = "Catppuccin-Mocha-Dark-Cursors";
|
||||
package = pkgs.catppuccin-cursors.mochaDark;
|
||||
size = 16;
|
||||
};
|
||||
|
||||
# home.pointerCursor = {
|
||||
# enable = true;
|
||||
# gtk.enable = true;
|
||||
# name = "Catppuccin-Mocha-Dark-Cursors";
|
||||
# package = pkgs.catppuccin-cursors.mochaDark;
|
||||
# size = 16;
|
||||
# };
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ in
|
||||
mode = "center";
|
||||
};
|
||||
any = {
|
||||
path = "${wallpapers}/lanterns_of_twilight.png";
|
||||
path = "${wallpapers}/sunset_bay.jpg";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
BIN
wallpapers/sunset_bay.jpg
Executable file
BIN
wallpapers/sunset_bay.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 826 KiB |
Reference in New Issue
Block a user