added mako notification configuration; updated hyprland to be more tailored to what I need
This commit is contained in:
@@ -2,5 +2,5 @@ exec-once = hyprctl setcursor catppuccin-mocha-dark-cursors 28
|
|||||||
# exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
# exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
exec-once = systemctl --user start hyprpolkitagent
|
exec-once = systemctl --user start hyprpolkitagent
|
||||||
|
|
||||||
exec-once=waybar & swaync & hyprpaper & hypridle
|
exec-once= waybar & mako & hyprpaper & hypridle
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ source=~/.config/hypr/env.conf
|
|||||||
source=~/.config/hypr/variable.conf
|
source=~/.config/hypr/variable.conf
|
||||||
source=~/.config/hypr/input.conf
|
source=~/.config/hypr/input.conf
|
||||||
|
|
||||||
monitor=,preferred,auto,1.6
|
monitor=,preferred,auto,1.33
|
||||||
# TODO: Add other monitor settings
|
# TODO: Add other monitor settings
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ auth {
|
|||||||
# Background
|
# Background
|
||||||
background {
|
background {
|
||||||
monitor =
|
monitor =
|
||||||
path = ~/.config/backgrounds/shaded.png
|
path = $HOME/.config/backgrounds/Dynamic-Wallpapers/Dark/kitty_dark.png
|
||||||
blur_passes = 2
|
blur_passes = 2
|
||||||
color = $base
|
color = $base
|
||||||
}
|
}
|
||||||
@@ -57,7 +57,7 @@ label {
|
|||||||
# User Avatar
|
# User Avatar
|
||||||
image {
|
image {
|
||||||
monitor =
|
monitor =
|
||||||
path = # TODO: Need to add an image for avatar
|
path = $HOME/.config/backgrounds/Purple-Star.png
|
||||||
size = 100
|
size = 100
|
||||||
border_color = $accent
|
border_color = $accent
|
||||||
|
|
||||||
|
|||||||
5
mako/.config/mako/config
Normal file
5
mako/.config/mako/config
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
max-history=10
|
||||||
|
|
||||||
|
# Style
|
||||||
|
default-timeout=5000
|
||||||
|
layer=overlay
|
||||||
Reference in New Issue
Block a user