forked from Shinonome/omarchy-nix
Cleanup
This commit is contained in:
@@ -9,8 +9,6 @@ in {
|
|||||||
bind =
|
bind =
|
||||||
cfg.quick_app_bindings
|
cfg.quick_app_bindings
|
||||||
++ [
|
++ [
|
||||||
# Start default apps
|
|
||||||
|
|
||||||
"SUPER, space, exec, wofi --show drun --sort-order=alphabetical"
|
"SUPER, space, exec, wofi --show drun --sort-order=alphabetical"
|
||||||
"SUPER SHIFT, SPACE, exec, pkill -SIGUSR1 waybar"
|
"SUPER SHIFT, SPACE, exec, pkill -SIGUSR1 waybar"
|
||||||
# "SUPER CTRL, SPACE, exec, ~/.local/share/omarchy/bin/swaybg-next"
|
# "SUPER CTRL, SPACE, exec, ~/.local/share/omarchy/bin/swaybg-next"
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
in "rgba(${cleanHex}${alpha})";
|
in "rgba(${cleanHex}${alpha})";
|
||||||
|
|
||||||
# Special handling for tokyo-night gradient
|
# Special handling for tokyo-night gradient
|
||||||
|
# Probably shouldn't be here.
|
||||||
activeBorder =
|
activeBorder =
|
||||||
if cfg.theme == "tokyo-night"
|
if cfg.theme == "tokyo-night"
|
||||||
then "${hexToRgba theme.accent "ee"} ${hexToRgba theme.success "ee"} 45deg"
|
then "${hexToRgba theme.accent "ee"} ${hexToRgba theme.success "ee"} 45deg"
|
||||||
@@ -57,7 +58,6 @@ in {
|
|||||||
animations = {
|
animations = {
|
||||||
enabled = true; # yes, please :)
|
enabled = true; # yes, please :)
|
||||||
|
|
||||||
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
|
||||||
bezier = [
|
bezier = [
|
||||||
"easeOutQuint,0.23,1,0.32,1"
|
"easeOutQuint,0.23,1,0.32,1"
|
||||||
"easeInOutCubic,0.65,0.05,0.36,1"
|
"easeInOutCubic,0.65,0.05,0.36,1"
|
||||||
|
|||||||
@@ -10,15 +10,12 @@ in {
|
|||||||
services.mako = {
|
services.mako = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
# All configuration moved to settings
|
|
||||||
settings = {
|
settings = {
|
||||||
# Main appearance settings
|
|
||||||
background-color = theme.background;
|
background-color = theme.background;
|
||||||
text-color = theme.foreground;
|
text-color = theme.foreground;
|
||||||
border-color = theme.accent;
|
border-color = theme.accent;
|
||||||
progress-color = theme.primary;
|
progress-color = theme.primary;
|
||||||
|
|
||||||
# Dimensions and positioning
|
|
||||||
width = 420;
|
width = 420;
|
||||||
height = 110;
|
height = 110;
|
||||||
padding = "10";
|
padding = "10";
|
||||||
@@ -26,30 +23,18 @@ in {
|
|||||||
border-size = 2;
|
border-size = 2;
|
||||||
border-radius = 8;
|
border-radius = 8;
|
||||||
|
|
||||||
# Font
|
|
||||||
# font = "Liberation Sans 11";
|
|
||||||
|
|
||||||
# Positioning
|
|
||||||
anchor = "top-right";
|
anchor = "top-right";
|
||||||
layer = "overlay";
|
layer = "overlay";
|
||||||
|
|
||||||
# Behavior
|
|
||||||
default-timeout = 5000;
|
default-timeout = 5000;
|
||||||
ignore-timeout = false;
|
ignore-timeout = false;
|
||||||
max-visible = 5;
|
max-visible = 5;
|
||||||
sort = "-time";
|
sort = "-time";
|
||||||
|
|
||||||
# Icons
|
|
||||||
# max-icon-size = 32;
|
|
||||||
# icon-path = "/usr/share/icons/Papirus-Dark";
|
|
||||||
|
|
||||||
# Grouping
|
|
||||||
group-by = "app-name";
|
group-by = "app-name";
|
||||||
|
|
||||||
# Actions
|
|
||||||
actions = true;
|
actions = true;
|
||||||
|
|
||||||
# Format
|
|
||||||
format = "<b>%s</b>\\n%b";
|
format = "<b>%s</b>\\n%b";
|
||||||
markup = true;
|
markup = true;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -38,5 +38,4 @@ in {
|
|||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
nerd-fonts.caskaydia-mono
|
nerd-fonts.caskaydia-mono
|
||||||
];
|
];
|
||||||
# services.samba.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user