Supersedes the old flat .config/ layout (last published 2026-06-28) with the private repo's structure: one shared base plus per-host overlays. - packages: common/ gui/ lw/ fl/ wm/ plus install.sh and bin/ tooling (dotsync, reconcile-hyde.sh) - new README covering the layout, deploy order and the HyDE dependency - current HyDE waybar rig (layouts/, cava), pi agent extensions, claude/ config, tmux, presenterm, aichat roles - fish: kp (keepassxc-cli + fzf picker, db path from $KP_DB) and bind_M_n_history (alt+1..9 recalls the nth history entry) - drops cruft that should never have been tracked: the duplicate top-level .pi/ copy, btop.log, zellij config.kdl.bak, fish_variables - .pi/agent/auth.json is gitignored; auth.json.example ships instead Host-specific work sessions and the personal backlog stay in the private tree. Endpoint locators in the llamacpp/whisper guides are placeholders ($SERVER, <own-domain>) — the guides themselves stay, since they are the useful part.
113 lines
2.8 KiB
Plaintext
113 lines
2.8 KiB
Plaintext
|
|
# ░▒▒▒░░░░░▓▓ ___________
|
|
# ░░▒▒▒░░░░░▓▓ //___________/
|
|
# ░░▒▒▒░░░░░▓▓ _ _ _ _ _____
|
|
# ░░▒▒░░░░░▓▓▓▓▓▓ | | | | | | | __/
|
|
# ░▒▒░░░░▓▓ ▓▓ | |_| | |_/ /| |___
|
|
# ░▒▒░░▓▓ ▓▓ \__ |____/ |____/
|
|
# ░▒▓▓ ▓▓ //____/
|
|
|
|
$fontFamily = IBM Plex Sans
|
|
$resolve.font=IBM Plex Sans|https://github.com/IBM/plex/releases/download/%40ibm%2Fplex-sans%401.1.0/ibm-plex-sans.zip
|
|
|
|
# GENERAL
|
|
background {
|
|
monitor =
|
|
path = $BACKGROUND_PATH
|
|
blur_size = 5
|
|
blur_passes = 0
|
|
noise = 0.0117
|
|
contrast = 1.3000 # Vibrant!
|
|
brightness = 0.8000
|
|
vibrancy = 0.2100
|
|
vibrancy_darkness = 0.0
|
|
}
|
|
|
|
# Current time
|
|
label {
|
|
monitor =
|
|
text = cmd[update:1000] echo "<b><big> $(date +"%H") </big></b>"
|
|
color = $wallbash_2xa7_rgba
|
|
font_size = 180
|
|
font_family = $fontFamily Medium 10
|
|
position = 0, 80
|
|
halign = center
|
|
valign = center
|
|
}
|
|
label {
|
|
monitor =
|
|
text = cmd[update:1000] echo "<b><big> $(date +"%M") </big></b>"
|
|
color = $wallbash_2xa9_rgba
|
|
font_size = 180
|
|
font_family = $fontFamily Medium 10
|
|
position = 0, -120
|
|
halign = center
|
|
valign = center
|
|
}
|
|
label {
|
|
monitor =
|
|
text = cmd[update:1000] echo "<b><big> $(date +"%d %b") </big></b>"
|
|
color = $wallbash_2xa8_rgba
|
|
font_size = 20
|
|
font_family = $fontFamily Medium 10
|
|
position = 0, -230
|
|
halign = center
|
|
valign = center
|
|
}
|
|
label {
|
|
monitor =
|
|
text = cmd[update:1000] echo "<b><big> $(date +"%A") </big></b>"
|
|
color = $wallbash_2xa8_rgba
|
|
|
|
font_size = 20
|
|
font_family = $fontFamily Medium 10
|
|
position = 0, -250
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|
|
#INPUT FIELD
|
|
input-field {
|
|
monitor =
|
|
# size = 15%, 5% # hyprlock-git
|
|
size = 200, 50
|
|
outline_thickness = 3
|
|
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
|
|
dots_spacing = 1.00 # Scale of dots' absolute size, 0.0 - 1.0
|
|
dots_center = true
|
|
outer_color = $wallbash_pry2_rgba
|
|
inner_color = $wallbash_pry3_rgba
|
|
font_color = $color7
|
|
fade_on_empty = true
|
|
placeholder_text = <i>Password...</i> # Text rendered in the input box when it's empty.
|
|
hide_input = false
|
|
position = 0, 60
|
|
halign = center
|
|
valign = bottom
|
|
}
|
|
|
|
|
|
# Battery Status if present
|
|
label {
|
|
monitor =
|
|
text = cmd[update:5000] $BATTERY_ICON
|
|
color = $wallbash_4xa9_rgba
|
|
font_size = 20
|
|
font_family = JetBrainsMono Nerd Font
|
|
position = -1%, 1%
|
|
halign = right
|
|
valign = bottom
|
|
}
|
|
|
|
# Current Keyboard Layout
|
|
label {
|
|
monitor =
|
|
text = cmd[update:1000] $KEYBOARD_LAYOUT
|
|
color = $wallbash_4xa9_rgba
|
|
font_size = 20
|
|
font_family = $fontFamily
|
|
position = -2%, 1%
|
|
halign = right
|
|
valign = bottom
|
|
}
|