mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-05-09 17:18:36 +00:00
Allow specifying maximum amount of clickable areas
This commit is contained in:
parent
5f65b8d756
commit
219f8ebe4e
1 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,7 @@ UNDERLINE_COLOR="#FF268BD2"
|
|||
|
||||
# Modules
|
||||
SEPARATOR=("%{F#50FFFFFF} | %{F-}")
|
||||
CLICKABLE_AREAS=30
|
||||
|
||||
LEFT_MODULES=("title" "workspaces" "windowname")
|
||||
CENTER_MODULES=()
|
||||
|
@ -123,6 +124,11 @@ LEMONBAR_ARGS=()
|
|||
# Set the pannel's WM_NAME to the generated unique name
|
||||
LEMONBAR_ARGS+=("-n" "$PANEL_NAME")
|
||||
|
||||
# --- CLICKABLE AREAS ---
|
||||
|
||||
# Set the maximum amount of supported clickable areas
|
||||
LEMONBAR_ARGS+=("-a" "$CLICKABLE_AREAS")
|
||||
|
||||
# --- GEOMETRY ---
|
||||
|
||||
geometry_keys=(x y width height)
|
||||
|
|
Loading…
Add table
Reference in a new issue