mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-08 01:13:42 +02:00
fix: hyprlock input field and terminals
This commit is contained in:
parent
55bfe565f1
commit
3cea0e76e6
4 changed files with 11 additions and 5 deletions
|
@ -3,4 +3,4 @@
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
|
||||||
exec-once=[workspace 3 silent] nekoray
|
exec-once=[workspace 3 silent] nekoray
|
||||||
exec-once=[workspace 3 silent] alacritty -e btop
|
exec-once=[workspace 3 silent] $alacritty_terminal -e btop
|
|
@ -10,6 +10,7 @@
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Environments
|
# Environments
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
|
||||||
$CURSOR_SIZE = 24
|
$CURSOR_SIZE = 24
|
||||||
env = HYPRCURSOR_SIZE,$CURSOR_SIZE
|
env = HYPRCURSOR_SIZE,$CURSOR_SIZE
|
||||||
env = XCURSOR_SIZE,$CURSOR_SIZE
|
env = XCURSOR_SIZE,$CURSOR_SIZE
|
||||||
|
@ -24,8 +25,13 @@ $EWW_SCRIPT_PATH = ~/.config/eww/scripts
|
||||||
$eww_toggle_panel = $EWW_SCRIPT_PATH/eww/toggle-panel.sh
|
$eww_toggle_panel = $EWW_SCRIPT_PATH/eww/toggle-panel.sh
|
||||||
|
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
$terminal = alacritty -o "window.opacity=0"
|
|
||||||
$zterminal = alacritty -o "window.opacity=0.6" -e zellij
|
$alacritty_terminal = alacritty -o "window.opacity=0"
|
||||||
|
$kitty_terminal = kitty
|
||||||
|
|
||||||
|
$terminal = $alacritty_terminal
|
||||||
|
$zterminal = $alacritty_terminal -e zellij
|
||||||
|
|
||||||
$fileManager = nemo
|
$fileManager = nemo
|
||||||
$bluetooth-manager = blueman-manager
|
$bluetooth-manager = blueman-manager
|
||||||
$pkg_manager = octoxbps
|
$pkg_manager = octoxbps
|
||||||
|
|
|
@ -54,7 +54,7 @@ label {
|
||||||
monitor =
|
monitor =
|
||||||
text = cmd[update:1000] echo "<b><big> $(date +"%H:%M:%S") </big></b>" # 24H
|
text = cmd[update:1000] echo "<b><big> $(date +"%H:%M:%S") </big></b>" # 24H
|
||||||
font_size = 96
|
font_size = 96
|
||||||
position = 0, 40
|
position = 0, 100
|
||||||
halign = center
|
halign = center
|
||||||
valign = center
|
valign = center
|
||||||
}
|
}
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5218302cc3f66d1fc58c5806adbf22af6c3208ed
|
Subproject commit cb7f897f62a76b9d2e6f3b9b6bf0ec661f9555aa
|
Loading…
Add table
Reference in a new issue