1
0
Fork 0

Some desktop changes

This commit is contained in:
Avery 2024-04-25 12:58:52 +02:00
parent a902396494
commit fb1169ff8c
Signed by: Avery
GPG key ID: B684FD451B692E04
6 changed files with 25 additions and 18 deletions

View file

@ -35,6 +35,8 @@
r2modman r2modman
swww swww
wl-clipboard wl-clipboard
element-desktop
vesktop
(import ./scripts/colorpicker.nix { inherit pkgs; }) (import ./scripts/colorpicker.nix { inherit pkgs; })
(import ./scripts/currently-playing.nix { inherit pkgs; }) (import ./scripts/currently-playing.nix { inherit pkgs; })
(import ./scripts/change-wallpaper.nix { inherit pkgs; }) (import ./scripts/change-wallpaper.nix { inherit pkgs; })
@ -47,8 +49,8 @@
pointerCursor = { pointerCursor = {
gtk.enable = true; gtk.enable = true;
package = pkgs.phinger-cursors; package = pkgs.phinger-cursors;
name = "phinger-cursors"; name = "phinger-cursors-dark";
size = 32; size = 24;
}; };
}; };
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;

View file

@ -5,10 +5,11 @@
settings = { settings = {
monitor = "DP-1, 2560x1440@165, 0x0, 1"; monitor = "DP-1, 2560x1440@165, 0x0, 1";
env = [ "XCURSOR_SIZE, 32" "QT_QPA_PLATFORMTHEME, qt5ct" ]; env = [ "XCURSOR_SIZE, 24" "QT_QPA_PLATFORMTHEME, qt5ct" ];
exec-once = [ exec-once = [
"hyprlock" "hyprlock"
"hyprctl setcursor phinger-cursors-dark 24"
"waybar" "waybar"
"swww init; swww img ~/.local/share/wallpapers/.current_image" "swww init; swww img ~/.local/share/wallpapers/.current_image"
"[workspace 1 silent] firefox" "[workspace 1 silent] firefox"
@ -24,12 +25,12 @@
decoration = { decoration = {
rounding = 0; rounding = 0;
dim_inactive = true; dim_inactive = true;
dim_strength = 0.3; dim_strength = 0.5;
drop_shadow = false; drop_shadow = false;
blur = { blur = {
enabled = true; enabled = true;
size = 3; size = 3;
passes = 3; passes = 2;
noise = 5.0e-2; noise = 5.0e-2;
vibrancy = 0.25; vibrancy = 0.25;
vibrancy_darkness = 0.3; vibrancy_darkness = 0.3;
@ -141,7 +142,8 @@
"minsize 1 1, title:^()$,class:^(steam)$" "minsize 1 1, title:^()$,class:^(steam)$"
]; ];
layerrule = [ "blur, waybar" "blur, rofi" "ignorezero, rofi" ]; layerrule =
[ "blur, waybar" "blur, rofi" "ignorezero, rofi" "noanim, rofi" ];
input = { input = {
kb_layout = "es"; kb_layout = "es";

View file

@ -17,7 +17,7 @@
"ctrl+alt+9" = "goto_tab 9"; "ctrl+alt+9" = "goto_tab 9";
}; };
settings = { settings = {
"background_opacity" = "0.75"; "background_opacity" = "0.90";
"dynamic_background_opacity" = true; "dynamic_background_opacity" = true;
"force_ltr" = "yes"; "force_ltr" = "yes";
"disable_ligatures" = "never"; "disable_ligatures" = "never";
@ -29,7 +29,8 @@
"tab_bar_edge" = "bottom"; "tab_bar_edge" = "bottom";
"tab_bar_style" = "powerline"; "tab_bar_style" = "powerline";
"tab_powerline_style" = "round"; "tab_powerline_style" = "round";
"tab_title_template" = "{title}{' :{}:'.format(num_windows) if num_windows > 1 else ''}"; "tab_title_template" =
"{title}{' :{}:'.format(num_windows) if num_windows > 1 else ''}";
"background" = "#1E1E2F"; "background" = "#1E1E2F";
}; };
theme = "Catppuccin-Mocha"; theme = "Catppuccin-Mocha";

View file

@ -2,6 +2,6 @@
home.packages = with pkgs; [ catppuccin-kde lightly-qt ]; home.packages = with pkgs; [ catppuccin-kde lightly-qt ];
qt = { qt = {
enable = true; enable = true;
platformTheme = "qtct"; platformTheme.name = "qtct";
}; };
} }

View file

@ -21,11 +21,11 @@
"hyprland/workspaces" = { "hyprland/workspaces" = {
format = "{icon}"; format = "{icon}";
format-icons = { format-icons = {
"1" = " "; "1" = "󰈹 ";
"2" = " "; "2" = " ";
"3" = " "; "3" = " ";
"8" = " "; "8" = " ";
"9" = " "; "9" = " ";
"10" = " "; "10" = " ";
default = " "; default = " ";
}; };
@ -110,7 +110,7 @@
} }
window#waybar { window#waybar {
background: rgba(30, 30, 46, 0.8); background: rgba(30, 30, 46, 0.9);
color: #cdd6f4; color: #cdd6f4;
margin: 4px; margin: 4px;
} }

View file

@ -12,17 +12,19 @@
colorschemes.catppuccin = { colorschemes.catppuccin = {
enable = true; enable = true;
settings = {
flavour = "mocha"; flavour = "mocha";
disableItalic = true; no_italic = true;
integrations = { integrations = {
cmp = true; cmp = true;
neotree = true; neotree = true;
}; };
}; };
};
globals.mapleader = " "; globals.mapleader = " ";
options = { opts = {
number = true; number = true;
cursorline = true; cursorline = true;
tabstop = 4; tabstop = 4;