Compare commits
5 Commits
80190502ba
...
5e905af198
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e905af198 | |||
| f113b5d9b8 | |||
| 4ce7ab874f | |||
| 2049c94a1c | |||
| 2e14ccbe1a |
@@ -4,6 +4,7 @@
|
|||||||
./hypr/general.nix
|
./hypr/general.nix
|
||||||
./hypr/exec.nix
|
./hypr/exec.nix
|
||||||
./hypr/rules.nix
|
./hypr/rules.nix
|
||||||
|
./hypr/animation.nix
|
||||||
];
|
];
|
||||||
wayland.windowManager.hyprland.enable = true;
|
wayland.windowManager.hyprland.enable = true;
|
||||||
wayland.windowManager.hyprland.systemd.enable = false; # for UWSM support...
|
wayland.windowManager.hyprland.systemd.enable = false; # for UWSM support...
|
||||||
|
|||||||
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
wayland.windowManager.hyprland.settings = {
|
||||||
|
animations = {
|
||||||
|
enabled = true;
|
||||||
|
|
||||||
|
bezier = [
|
||||||
|
"easeOutQuint,0.23,1,0.32,1"
|
||||||
|
"easeInOutCubic,0.65,0.05,0.36,1"
|
||||||
|
"linear,0,0,1,1"
|
||||||
|
"almostLinear,0.5,0.5,0.75,1.0"
|
||||||
|
"quick,0.15,0,0.1,1"
|
||||||
|
];
|
||||||
|
|
||||||
|
animation = [
|
||||||
|
"global, 1, 10, default"
|
||||||
|
"border, 1, 5.39, easeOutQuint"
|
||||||
|
"windows, 1, 4.79, easeOutQuint"
|
||||||
|
"windowsIn, 1, 4.1, easeOutQuint, popin 87%"
|
||||||
|
"windowsOut, 1, 1.49, linear, popin 87%"
|
||||||
|
"fadeIn, 1, 1.73, almostLinear"
|
||||||
|
"fadeOut, 1, 1.46, almostLinear"
|
||||||
|
"fade, 1, 3.03, quick"
|
||||||
|
"layers, 1, 3.81, easeOutQuint"
|
||||||
|
"layersIn, 1, 4, easeOutQuint, fade"
|
||||||
|
"layersOut, 1, 1.5, linear, fade"
|
||||||
|
"fadeLayersIn, 1, 1.79, almostLinear"
|
||||||
|
"fadeLayersOut, 1, 1.39, almostLinear"
|
||||||
|
"workspaces, 0, 0, ease"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
"uwsm app -- waybar"
|
"uwsm app -- waybar"
|
||||||
"uwsm app -- hyprpaper"
|
"uwsm app -- hyprpaper"
|
||||||
"uwsm app -- elephant"
|
"uwsm app -- elephant"
|
||||||
"uwsm app -- swayosd"
|
"uwsm app -- swayosd-server"
|
||||||
];
|
];
|
||||||
exec = [
|
exec = [
|
||||||
"pkill -x hyprpaper; uwsm app -- hyprpaper"
|
"pkill -x hyprpaper; uwsm app -- hyprpaper"
|
||||||
|
|||||||
@@ -5,5 +5,6 @@
|
|||||||
gaps_out = 15;
|
gaps_out = 15;
|
||||||
};
|
};
|
||||||
monitor = myConfig.hyprland.monitors;
|
monitor = myConfig.hyprland.monitors;
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
wayland.windowManager.hyprland.settings = {};
|
||||||
|
}
|
||||||
@@ -18,6 +18,7 @@
|
|||||||
# CSS Implementation using Stylix Colors
|
# CSS Implementation using Stylix Colors
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
hide_action_hints = true;
|
||||||
icons.theme = config.gtk.iconTheme.name;
|
icons.theme = config.gtk.iconTheme.name;
|
||||||
|
|
||||||
placeholders.default = {
|
placeholders.default = {
|
||||||
@@ -35,8 +36,6 @@
|
|||||||
prefix = "_";
|
prefix = "_";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
keybinds.quick_activate = ["F1" "F2" "F3"];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
+44
-20
@@ -4,10 +4,14 @@
|
|||||||
in {
|
in {
|
||||||
programs.walker = {
|
programs.walker = {
|
||||||
theme.style = ''
|
theme.style = ''
|
||||||
|
* {
|
||||||
|
all: unset;
|
||||||
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: ${colors.base05}; /* Text */
|
color: ${colors.base05};
|
||||||
}
|
}
|
||||||
|
|
||||||
scrollbar {
|
scrollbar {
|
||||||
@@ -23,26 +27,27 @@ in {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.box-wrapper {
|
.box-wrapper {
|
||||||
background: ${colors.base00}; /* Surface0/Base */
|
background: alpha(${colors.base00}, 0.95);
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
border: 2px solid ${colors.base0E}; /* Lavender/Accent Border */
|
border: 2px solid ${colors.base0E};
|
||||||
border-radius: 12px;
|
}
|
||||||
|
|
||||||
|
.preview-box {
|
||||||
|
}
|
||||||
|
|
||||||
|
.box {
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-container {
|
.search-container {
|
||||||
background: ${colors.base01}; /* Surface1 */
|
background: ${colors.base00};
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 8px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.input placeholder {
|
.input placeholder {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
color: ${colors.base03};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.input {
|
.input {
|
||||||
color: ${colors.base05};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.input:focus,
|
.input:focus,
|
||||||
@@ -51,31 +56,49 @@ in {
|
|||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content-container {
|
||||||
|
}
|
||||||
|
|
||||||
|
.placeholder {
|
||||||
|
}
|
||||||
|
|
||||||
|
.scroll {
|
||||||
|
}
|
||||||
|
|
||||||
|
.list {
|
||||||
|
}
|
||||||
|
|
||||||
|
child,
|
||||||
|
child > * {
|
||||||
|
}
|
||||||
|
|
||||||
child:hover .item-box {
|
child:hover .item-box {
|
||||||
background: ${colors.base02}; /* Surface2/Selection wrapper */
|
|
||||||
border-radius: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
child:selected .item-box {
|
child:selected .item-box {
|
||||||
background: ${colors.base0E}; /* Lavender selection */
|
|
||||||
border-radius: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
child:selected .item-box * {
|
child:selected .item-box * {
|
||||||
color: ${colors.base00}; /* Text becomes dark on accent background */
|
color: ${colors.base0D};
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-box {
|
.item-box {
|
||||||
padding: 5px 14px;
|
padding-left: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-text-box {
|
.item-text-box {
|
||||||
padding: 5px 0;
|
all: unset;
|
||||||
|
padding: 14px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.item-text {
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-subtext {
|
.item-subtext {
|
||||||
font-size: 12px;
|
font-size: 0px;
|
||||||
opacity: 0.7;
|
min-height: 0px;
|
||||||
|
margin: 0px;
|
||||||
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-image {
|
.item-image {
|
||||||
@@ -91,8 +114,9 @@ in {
|
|||||||
background: ${colors.base01};
|
background: ${colors.base01};
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
border-radius: 8px;
|
}
|
||||||
color: ${colors.base0E};
|
|
||||||
|
.preview {
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../apps/hyprland/home.nix
|
../../apps/hyprland/home.nix
|
||||||
# ../../apps/walker/home.nix
|
../../apps/walker/home.nix
|
||||||
../../apps/fsel/home.nix
|
# ../../apps/fsel/home.nix
|
||||||
../../apps/hyprpaper/home.nix
|
../../apps/hyprpaper/home.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user