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 = [
|
imports = [
|
||||||
# ./alacritty.nix
|
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
./ghostty.nix
|
./ghostty.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
# ./kitty.nix
|
|
||||||
./hypr
|
./hypr
|
||||||
./mango.nix
|
./mango.nix
|
||||||
./nvf.nix
|
./nvf.nix
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
DisableProfileImport = true;
|
DisableProfileImport = true;
|
||||||
DisableProfileRefresh = true;
|
DisableProfileRefresh = true;
|
||||||
DisableTelemetry = true;
|
DisableTelemetry = true;
|
||||||
|
DisplayBookmarksToolbar = "never";
|
||||||
DontCheckDefaultBrowser = true;
|
DontCheckDefaultBrowser = true;
|
||||||
EnableTrackingProtection = {
|
EnableTrackingProtection = {
|
||||||
Value = true; # Tracking protection is enabled by default in both the regular browser and private browsing
|
Value = true; # Tracking protection is enabled by default in both the regular browser and private browsing
|
||||||
|
|||||||
@@ -6,7 +6,6 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
settings = {
|
settings = {
|
||||||
theme = "Catppuccin Mocha";
|
|
||||||
term = "xterm-256color";
|
term = "xterm-256color";
|
||||||
};
|
};
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
|
|||||||
@@ -18,9 +18,13 @@
|
|||||||
"${config.xdg.configHome}/hypr/monitors.conf"
|
"${config.xdg.configHome}/hypr/monitors.conf"
|
||||||
];
|
];
|
||||||
|
|
||||||
# monitor = [
|
general = {
|
||||||
# "eDP-1, 2256x1504@60, 0x0, 1"
|
gaps_in = 5;
|
||||||
# ];
|
gaps_out = 10;
|
||||||
|
border_size = 2;
|
||||||
|
"col.active_border" = "rgb(4479A4)";
|
||||||
|
"col.inactive_border" = "rgba(4479A480)";
|
||||||
|
};
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 10;
|
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 = [
|
exec-once = [
|
||||||
"systemctl --user enable --now hyprpolkitagent.service"
|
"systemctl --user enable --now hyprpolkitagent.service"
|
||||||
"wpaperd -d"
|
"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;
|
autoEnable = false;
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
|
||||||
targets = {
|
fonts = {
|
||||||
# firefox = {
|
monospace = {
|
||||||
# enable = true;
|
name = "FiraCode Nerd Font";
|
||||||
# colorTheme.enable = true;
|
package = pkgs.nerd-fonts.fira-code;
|
||||||
# firefoxGnomeTheme.enable = true;
|
|
||||||
# profileNames = [ "eclypse" ];
|
|
||||||
# };
|
|
||||||
# gtk = {
|
|
||||||
# enable = true;
|
|
||||||
# };
|
|
||||||
qt = {
|
|
||||||
enable = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
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 = {
|
home.pointerCursor = {
|
||||||
gtk.enable = true;
|
|
||||||
package = pkgs.bibata-cursors;
|
|
||||||
name = "Bibata-Modern-Ice";
|
|
||||||
size = 17;
|
|
||||||
};
|
|
||||||
|
|
||||||
gtk = {
|
|
||||||
enable = true;
|
enable = true;
|
||||||
colorScheme = "dark";
|
gtk.enable = true;
|
||||||
theme = {
|
name = "Catppuccin-Mocha-Dark-Cursors";
|
||||||
name = "Tokyonight-Dark";
|
package = pkgs.catppuccin-cursors.mochaDark;
|
||||||
package = pkgs.tokyonight-gtk-theme.override {
|
size = 16;
|
||||||
tweakVariants = [ "macos" ];
|
|
||||||
};
|
};
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# 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";
|
mode = "center";
|
||||||
};
|
};
|
||||||
any = {
|
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