feat: Hyprland | switch to mako and steal @fluix-dev's config
This commit is contained in:
@@ -38,7 +38,7 @@ $menu = wofi --show drun
|
|||||||
# Or execute your favorite apps at launch like this:
|
# Or execute your favorite apps at launch like this:
|
||||||
|
|
||||||
exec-once = steam & proton-mail & obsidian & discord & 1password & firefox
|
exec-once = steam & proton-mail & obsidian & discord & 1password & firefox
|
||||||
exec-once = waybar & swaync & hypridle
|
exec-once = waybar & mako & hypridle
|
||||||
exec-once = $terminal
|
exec-once = $terminal
|
||||||
exec-once = systemctl --user start hyprpolkitagent
|
exec-once = systemctl --user start hyprpolkitagent
|
||||||
|
|
||||||
|
|||||||
38
home-manager/dotfiles/mako/config
Normal file
38
home-manager/dotfiles/mako/config
Normal 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
|
||||||
@@ -68,6 +68,7 @@ in {
|
|||||||
"${config.xdg.configHome}/hypr".source = ./dotfiles/hypr;
|
"${config.xdg.configHome}/hypr".source = ./dotfiles/hypr;
|
||||||
"${config.xdg.configHome}/waybar".source = ./dotfiles/waybar;
|
"${config.xdg.configHome}/waybar".source = ./dotfiles/waybar;
|
||||||
"${config.xdg.configHome}/wofi".source = ./dotfiles/wofi;
|
"${config.xdg.configHome}/wofi".source = ./dotfiles/wofi;
|
||||||
|
"${config.xdg.configHome}/mako".source = ./dotfiles/mako;
|
||||||
};
|
};
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
@@ -104,7 +105,7 @@ in {
|
|||||||
dolphin
|
dolphin
|
||||||
waybar
|
waybar
|
||||||
font-awesome
|
font-awesome
|
||||||
swaynotificationcenter
|
mako
|
||||||
hyprshot
|
hyprshot
|
||||||
hyprlock
|
hyprlock
|
||||||
hypridle
|
hypridle
|
||||||
|
|||||||
@@ -23,6 +23,10 @@
|
|||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGD/V4jLpuk7uAovkbHFr6uulfBKZmsH+BqmXIR2aYD0"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGD/V4jLpuk7uAovkbHFr6uulfBKZmsH+BqmXIR2aYD0"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
packages = with pkgs; [
|
||||||
|
libnotify
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user