Some desktop changes
This commit is contained in:
parent
a902396494
commit
fb1169ff8c
6 changed files with 25 additions and 18 deletions
|
@ -35,6 +35,8 @@
|
|||
r2modman
|
||||
swww
|
||||
wl-clipboard
|
||||
element-desktop
|
||||
vesktop
|
||||
(import ./scripts/colorpicker.nix { inherit pkgs; })
|
||||
(import ./scripts/currently-playing.nix { inherit pkgs; })
|
||||
(import ./scripts/change-wallpaper.nix { inherit pkgs; })
|
||||
|
@ -47,8 +49,8 @@
|
|||
pointerCursor = {
|
||||
gtk.enable = true;
|
||||
package = pkgs.phinger-cursors;
|
||||
name = "phinger-cursors";
|
||||
size = 32;
|
||||
name = "phinger-cursors-dark";
|
||||
size = 24;
|
||||
};
|
||||
};
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
|
@ -5,10 +5,11 @@
|
|||
settings = {
|
||||
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 = [
|
||||
"hyprlock"
|
||||
"hyprctl setcursor phinger-cursors-dark 24"
|
||||
"waybar"
|
||||
"swww init; swww img ~/.local/share/wallpapers/.current_image"
|
||||
"[workspace 1 silent] firefox"
|
||||
|
@ -24,12 +25,12 @@
|
|||
decoration = {
|
||||
rounding = 0;
|
||||
dim_inactive = true;
|
||||
dim_strength = 0.3;
|
||||
dim_strength = 0.5;
|
||||
drop_shadow = false;
|
||||
blur = {
|
||||
enabled = true;
|
||||
size = 3;
|
||||
passes = 3;
|
||||
passes = 2;
|
||||
noise = 5.0e-2;
|
||||
vibrancy = 0.25;
|
||||
vibrancy_darkness = 0.3;
|
||||
|
@ -141,7 +142,8 @@
|
|||
"minsize 1 1, title:^()$,class:^(steam)$"
|
||||
];
|
||||
|
||||
layerrule = [ "blur, waybar" "blur, rofi" "ignorezero, rofi" ];
|
||||
layerrule =
|
||||
[ "blur, waybar" "blur, rofi" "ignorezero, rofi" "noanim, rofi" ];
|
||||
|
||||
input = {
|
||||
kb_layout = "es";
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"ctrl+alt+9" = "goto_tab 9";
|
||||
};
|
||||
settings = {
|
||||
"background_opacity" = "0.75";
|
||||
"background_opacity" = "0.90";
|
||||
"dynamic_background_opacity" = true;
|
||||
"force_ltr" = "yes";
|
||||
"disable_ligatures" = "never";
|
||||
|
@ -29,7 +29,8 @@
|
|||
"tab_bar_edge" = "bottom";
|
||||
"tab_bar_style" = "powerline";
|
||||
"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";
|
||||
};
|
||||
theme = "Catppuccin-Mocha";
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
home.packages = with pkgs; [ catppuccin-kde lightly-qt ];
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "qtct";
|
||||
platformTheme.name = "qtct";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -21,11 +21,11 @@
|
|||
"hyprland/workspaces" = {
|
||||
format = "{icon}";
|
||||
format-icons = {
|
||||
"1" = " ";
|
||||
"1" = " ";
|
||||
"2" = " ";
|
||||
"3" = " ";
|
||||
"8" = " ";
|
||||
"9" = " ";
|
||||
"9" = " ";
|
||||
"10" = " ";
|
||||
default = " ";
|
||||
};
|
||||
|
@ -110,7 +110,7 @@
|
|||
}
|
||||
|
||||
window#waybar {
|
||||
background: rgba(30, 30, 46, 0.8);
|
||||
background: rgba(30, 30, 46, 0.9);
|
||||
color: #cdd6f4;
|
||||
margin: 4px;
|
||||
}
|
||||
|
|
|
@ -12,17 +12,19 @@
|
|||
|
||||
colorschemes.catppuccin = {
|
||||
enable = true;
|
||||
settings = {
|
||||
flavour = "mocha";
|
||||
disableItalic = true;
|
||||
no_italic = true;
|
||||
integrations = {
|
||||
cmp = true;
|
||||
neotree = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
globals.mapleader = " ";
|
||||
|
||||
options = {
|
||||
opts = {
|
||||
number = true;
|
||||
cursorline = true;
|
||||
tabstop = 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue