add mako for notifications
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
install_dotfiles "$HOME" "$DOTFILES_DIR" "mako"
|
||||
@@ -8,6 +8,7 @@ INSTALLING DOTFILES:
|
||||
. "$DOTFILES_DIR/install-fuzzel.sh"
|
||||
. "$DOTFILES_DIR/install-ghostty.sh"
|
||||
. "$DOTFILES_DIR/install-helix.sh"
|
||||
. "$DOTFILES_DIR/install-mako.sh"
|
||||
. "$DOTFILES_DIR/install-river.sh"
|
||||
. "$DOTFILES_DIR/install-scooter.sh"
|
||||
. "$DOTFILES_DIR/install-yazi.sh"
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
output=*
|
||||
anchor=top-right
|
||||
width=300
|
||||
height=100
|
||||
|
||||
margin=10
|
||||
padding=10
|
||||
|
||||
border-size=1
|
||||
border-color=#ffffff80
|
||||
background-color=#000000ff
|
||||
text-color=#aaaaaaff
|
||||
|
||||
default-timeout=5000
|
||||
max-visible=5
|
||||
@@ -15,4 +15,6 @@ riverctl set-cursor-warp on-focus-change
|
||||
# Background Color
|
||||
riverctl background-color 0x000000
|
||||
|
||||
pipewire &
|
||||
|
||||
riverctl spawn 'pipewire'
|
||||
riverctl spawn 'mako'
|
||||
|
||||
Reference in New Issue
Block a user