mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-22 06:33:08 +01:00
Added transparency for a little spice of life inspired by JaKoolit
This commit is contained in:
parent
23662bf5d8
commit
1b6dd29380
@ -4,6 +4,7 @@
|
|||||||
host,
|
host,
|
||||||
inputs,
|
inputs,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
config,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -11,7 +12,6 @@ let
|
|||||||
hyprplugins = inputs.hyprland-plugins.packages.${pkgs.system};
|
hyprplugins = inputs.hyprland-plugins.packages.${pkgs.system};
|
||||||
inherit (import ../hosts/${host}/variables.nix)
|
inherit (import ../hosts/${host}/variables.nix)
|
||||||
browser
|
browser
|
||||||
borderAnim
|
|
||||||
terminal
|
terminal
|
||||||
extraMonitorSettings
|
extraMonitorSettings
|
||||||
;
|
;
|
||||||
@ -59,11 +59,13 @@ with lib;
|
|||||||
border_size = 2
|
border_size = 2
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
resize_on_border = true
|
resize_on_border = true
|
||||||
|
col.active_border = rgb(${config.stylix.base16Scheme.base08}) rgb(${config.stylix.base16Scheme.base0C}) 45deg
|
||||||
|
col.inactive_border = rgb(${config.stylix.base16Scheme.base01})
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
kb_layout = us
|
kb_layout = us
|
||||||
kb_options = grp:alt_shift_toggle
|
kb_options = grp:alt_shift_toggle
|
||||||
kb_options=caps:super
|
kb_options = caps:super
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
touchpad {
|
touchpad {
|
||||||
natural_scroll = false
|
natural_scroll = false
|
||||||
@ -74,8 +76,14 @@ with lib;
|
|||||||
windowrule = noborder,^(wofi)$
|
windowrule = noborder,^(wofi)$
|
||||||
windowrule = center,^(wofi)$
|
windowrule = center,^(wofi)$
|
||||||
windowrule = center,^(steam)$
|
windowrule = center,^(steam)$
|
||||||
|
windowrule = float, nm-connection-editor|blueman-manager
|
||||||
|
windowrule = float, swayimg|vlc|Viewnior|pavucontrol
|
||||||
|
windowrule = float, nwg-look|qt5ct|mpv
|
||||||
|
windowrule = float, zoom
|
||||||
windowrulev2 = stayfocused, title:^()$,class:^(steam)$
|
windowrulev2 = stayfocused, title:^()$,class:^(steam)$
|
||||||
windowrulev2 = minsize 1 1, title:^()$,class:^(steam)$
|
windowrulev2 = minsize 1 1, title:^()$,class:^(steam)$
|
||||||
|
windowrulev2 = opacity 0.9 0.7, class:^(Brave)$
|
||||||
|
windowrulev2 = opacity 0.9 0.7, class:^(thunar)$
|
||||||
gestures {
|
gestures {
|
||||||
workspace_swipe = true
|
workspace_swipe = true
|
||||||
workspace_swipe_fingers = 3
|
workspace_swipe_fingers = 3
|
||||||
@ -96,26 +104,21 @@ with lib;
|
|||||||
animation = windowsOut, 1, 5, winOut, slide
|
animation = windowsOut, 1, 5, winOut, slide
|
||||||
animation = windowsMove, 1, 5, wind, slide
|
animation = windowsMove, 1, 5, wind, slide
|
||||||
animation = border, 1, 1, liner
|
animation = border, 1, 1, liner
|
||||||
${
|
|
||||||
if borderAnim == true then
|
|
||||||
''
|
|
||||||
animation = borderangle, 1, 30, liner, loop
|
|
||||||
''
|
|
||||||
else
|
|
||||||
''''
|
|
||||||
}
|
|
||||||
animation = fade, 1, 10, default
|
animation = fade, 1, 10, default
|
||||||
animation = workspaces, 1, 5, wind
|
animation = workspaces, 1, 5, wind
|
||||||
}
|
}
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 10
|
rounding = 10
|
||||||
drop_shadow = false
|
drop_shadow = true
|
||||||
|
shadow_range = 4
|
||||||
|
shadow_render_power = 3
|
||||||
|
col.shadow = rgba(1a1a1aee)
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = true
|
||||||
size = 5
|
size = 5
|
||||||
passes = 3
|
passes = 3
|
||||||
new_optimizations = on
|
new_optimizations = on
|
||||||
ignore_opacity = on
|
ignore_opacity = off
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
plugin {
|
plugin {
|
||||||
|
@ -72,6 +72,7 @@
|
|||||||
# base0F = "56526e";
|
# base0F = "56526e";
|
||||||
# };
|
# };
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
|
opacity.terminal = 0.8;
|
||||||
cursor.package = pkgs.bibata-cursors;
|
cursor.package = pkgs.bibata-cursors;
|
||||||
cursor.name = "Bibata-Modern-Ice";
|
cursor.name = "Bibata-Modern-Ice";
|
||||||
cursor.size = 24;
|
cursor.size = 24;
|
||||||
@ -261,6 +262,7 @@
|
|||||||
cowsay
|
cowsay
|
||||||
ripgrep
|
ripgrep
|
||||||
lshw
|
lshw
|
||||||
|
bat
|
||||||
pkg-config
|
pkg-config
|
||||||
meson
|
meson
|
||||||
hyprpicker
|
hyprpicker
|
||||||
@ -271,6 +273,7 @@
|
|||||||
appimage-run
|
appimage-run
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
yad
|
yad
|
||||||
|
inxi
|
||||||
playerctl
|
playerctl
|
||||||
nh
|
nh
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
|
@ -79,6 +79,7 @@ in
|
|||||||
# Styling Options
|
# Styling Options
|
||||||
stylix.targets.waybar.enable = false;
|
stylix.targets.waybar.enable = false;
|
||||||
stylix.targets.rofi.enable = false;
|
stylix.targets.rofi.enable = false;
|
||||||
|
stylix.targets.hyprland.enable = false;
|
||||||
gtk = {
|
gtk = {
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
name = "Papirus-Dark";
|
name = "Papirus-Dark";
|
||||||
@ -189,6 +190,7 @@ in
|
|||||||
zu = "sh <(curl -L https://gitlab.com/Zaney/zaneyos/-/raw/main/install-zaneyos.sh)";
|
zu = "sh <(curl -L https://gitlab.com/Zaney/zaneyos/-/raw/main/install-zaneyos.sh)";
|
||||||
ncg = "nix-collect-garbage --delete-old && sudo nix-collect-garbage -d && sudo /run/current-system/bin/switch-to-configuration boot";
|
ncg = "nix-collect-garbage --delete-old && sudo nix-collect-garbage -d && sudo /run/current-system/bin/switch-to-configuration boot";
|
||||||
v = "nvim";
|
v = "nvim";
|
||||||
|
cat = "bat";
|
||||||
ls = "eza --icons";
|
ls = "eza --icons";
|
||||||
ll = "eza -lh --icons --grid --group-directories-first";
|
ll = "eza -lh --icons --grid --group-directories-first";
|
||||||
la = "eza -lah --icons --grid --group-directories-first";
|
la = "eza -lah --icons --grid --group-directories-first";
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
gitEmail = "tylerzanekelley@gmail.com";
|
gitEmail = "tylerzanekelley@gmail.com";
|
||||||
|
|
||||||
# Hyprland Settings
|
# Hyprland Settings
|
||||||
borderAnim = true; # Enable / Disable Hyprland Border Animation
|
|
||||||
extraMonitorSettings = "";
|
extraMonitorSettings = "";
|
||||||
|
|
||||||
# Waybar Settings
|
# Waybar Settings
|
||||||
|
Loading…
Reference in New Issue
Block a user