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-fuzzel.sh"
|
||||||
. "$DOTFILES_DIR/install-ghostty.sh"
|
. "$DOTFILES_DIR/install-ghostty.sh"
|
||||||
. "$DOTFILES_DIR/install-helix.sh"
|
. "$DOTFILES_DIR/install-helix.sh"
|
||||||
|
. "$DOTFILES_DIR/install-mako.sh"
|
||||||
. "$DOTFILES_DIR/install-river.sh"
|
. "$DOTFILES_DIR/install-river.sh"
|
||||||
. "$DOTFILES_DIR/install-scooter.sh"
|
. "$DOTFILES_DIR/install-scooter.sh"
|
||||||
. "$DOTFILES_DIR/install-yazi.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
|
# Background Color
|
||||||
riverctl background-color 0x000000
|
riverctl background-color 0x000000
|
||||||
|
|
||||||
pipewire &
|
|
||||||
|
riverctl spawn 'pipewire'
|
||||||
|
riverctl spawn 'mako'
|
||||||
|
|||||||
Executable
+3
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
install_package "libnotify"
|
||||||
Executable
+3
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
install_package "mako"
|
||||||
@@ -17,7 +17,9 @@ INSTALLING PACKAGES:
|
|||||||
. "$PACKAGES_DIR/install-grim.sh"
|
. "$PACKAGES_DIR/install-grim.sh"
|
||||||
. "$PACKAGES_DIR/install-helix.sh"
|
. "$PACKAGES_DIR/install-helix.sh"
|
||||||
. "$PACKAGES_DIR/install-less.sh"
|
. "$PACKAGES_DIR/install-less.sh"
|
||||||
|
. "$PACKAGES_DIR/install-libnotify.sh"
|
||||||
. "$PACKAGES_DIR/install-light.sh"
|
. "$PACKAGES_DIR/install-light.sh"
|
||||||
|
. "$PACKAGES_DIR/install-mako.sh"
|
||||||
. "$PACKAGES_DIR/install-mesa-dri.sh"
|
. "$PACKAGES_DIR/install-mesa-dri.sh"
|
||||||
. "$PACKAGES_DIR/install-noto-fonts.sh"
|
. "$PACKAGES_DIR/install-noto-fonts.sh"
|
||||||
. "$PACKAGES_DIR/install-pipewire.sh"
|
. "$PACKAGES_DIR/install-pipewire.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user