Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

listeners

A notification or indicator that tells you when a submap (and which) is active in hyprland. For now this presumes you are using "mako" notification manager. I am plannign on adding other notification managers in the future.

  1. Clone this repo into a directory called "listeners" inside your ~/.config/hypr/ directory.

  2. add the next line to your hyprland.conf file

exec-once = $HOME/.config/hypr/listeners/submap_listen.sh

  1. restart hyprland

That is all for basic functionality. I you want to customize your mako notification.

if you want to customize this notification, follow the directions below. Unncomment the follwing lines in submap_listen.sh

# makoctl mode -r hyprsubmaps

# makoctl mode -a hyprsubmaps

mkdir -p ~/.config/mako/config

nano ~/.config/mako/config

and paste the following into the file

[mode=hyprsubmaps] background-color=#000000 text-color=#FFFFFF border-color=#4C7899FF progress-color=over #5588AAFF border-radius=4 padding=20 border-size=2 border-color=#FFFF00

*for more customization options, see the mako documentation at "mako -h" in the terminal or https://man.archlinux.org/man/mako.5.en

About

ipc listener implimenting mako to show that sumbaps are open.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages