feat: Hyprland | switch to mako and steal @fluix-dev's config

This commit is contained in:
2025-02-14 21:27:42 +05:00
parent bba65699c6
commit 6a1e16b9e3
4 changed files with 45 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ $menu = wofi --show drun
# Or execute your favorite apps at launch like this:
exec-once = steam & proton-mail & obsidian & discord & 1password & firefox
exec-once = waybar & swaync & hypridle
exec-once = waybar & mako & hypridle
exec-once = $terminal
exec-once = systemctl --user start hyprpolkitagent

View File

@@ -0,0 +1,38 @@
# Take a look at the mako manpage with the command:
# man 5 mako
# To view all configuration options.
font=Cozette 11
format=<b>%a ⏵</b> %s\n%b
sort=-time
output=DP-2
layer=overlay
anchor=top-center
background-color=#2e3440
width=300
height=110
margin=5
padding=0,5,10
border-size=2
border-color=#88c0d0
border-radius=15
icons=0
max-icon-size=64
default-timeout=5000
ignore-timeout=1
[urgency=normal]
border-color=#d08770
[urgency=high]
border-color=#bf616a
default-timeout=0
[app-name=lightcord]
border-color=#88c0d0
[summary~="log-.*"]
border-color=#a3be8c
[app-name=lightcord summary~="(.*(^| )orz|ORZ|sto|STO|otl|OTL( |$).*)"]
invisible=1

View File

@@ -68,6 +68,7 @@ in {
"${config.xdg.configHome}/hypr".source = ./dotfiles/hypr;
"${config.xdg.configHome}/waybar".source = ./dotfiles/waybar;
"${config.xdg.configHome}/wofi".source = ./dotfiles/wofi;
"${config.xdg.configHome}/mako".source = ./dotfiles/mako;
};
packages = with pkgs; [
@@ -104,7 +105,7 @@ in {
dolphin
waybar
font-awesome
swaynotificationcenter
mako
hyprshot
hyprlock
hypridle

View File

@@ -23,6 +23,10 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGD/V4jLpuk7uAovkbHFr6uulfBKZmsH+BqmXIR2aYD0"
];
};
packages = with pkgs; [
libnotify
];
};
};
}