omarchy v3.1.4 update
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
# Application bindings
|
||||
$terminal = uwsm app -- alacritty
|
||||
$terminal = uwsm-app -- $TERMINAL
|
||||
$browser = omarchy-launch-browser
|
||||
|
||||
bindd = SUPER, return, Terminal, exec, $terminal --working-directory=$(omarchy-cmd-terminal-cwd)
|
||||
bindd = SUPER, F, File manager, exec, uwsm app -- nautilus --new-window
|
||||
bindd = SUPER, B, Browser, exec, $browser
|
||||
bindd = SUPER, M, Music, exec, uwsm app -- spotify
|
||||
bindd = SUPER SHIFT, B, Browser (private), exec, $browser --private
|
||||
bindd = SUPER, M, Music, exec, omarchy-launch-or-focus spotify
|
||||
bindd = SUPER, N, Notes, exec, heynote
|
||||
bindd = SUPER, T, Activity, exec, $terminal -e btop
|
||||
bindd = SUPER ALT, D, Docker, exec, $terminal -e lazydocker
|
||||
@@ -15,7 +16,7 @@ bindd = SUPER, A, Claude, exec, omarchy-launch-webapp "https://claude.ai/new"
|
||||
bindd = SUPER, E, Email, exec, omarchy-launch-webapp "https://mail.google.com/mail/u/0/"
|
||||
bindd = SUPER, Y, YouTube, exec, omarchy-launch-webapp "https://youtube.com/"
|
||||
bindd = SUPER, G, GitLab, exec, omarchy-launch-webapp "https://gitlab.modg.net/"
|
||||
bindd = SUPER ALT, G, Google Messages, exec, omarchy-launch-webapp "https://messages.google.com/web/conversations"
|
||||
bindd = SUPER ALT, G, Google Messages, exec, omarchy-launch-or-focus-webapp "Google Messages" "https://messages.google.com/web/conversations"
|
||||
bindd = SUPER, O, modgoffice, exec, omarchy-launch-webapp "https://office.modg.org"
|
||||
|
||||
# lazy apps: Launch if not currently running, otherwise just switch to that app
|
||||
|
||||
@@ -16,6 +16,7 @@ source = ~/.config/hypr/monitors.conf
|
||||
source = ~/.config/hypr/input.conf
|
||||
source = ~/.config/hypr/bindings.conf
|
||||
source = ~/.config/hypr/envs.conf
|
||||
source = ~/.config/hypr/looknfeel.conf
|
||||
source = ~/.config/hypr/autostart.conf
|
||||
source = ~/.config/hypr/windows.conf
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@ source = ~/.config/omarchy/current/theme/hyprlock.conf
|
||||
background {
|
||||
monitor =
|
||||
color = $color
|
||||
path = ~/.config/omarchy/current/background
|
||||
blur_passes = 3
|
||||
}
|
||||
|
||||
animations {
|
||||
@@ -11,7 +13,7 @@ animations {
|
||||
|
||||
input-field {
|
||||
monitor =
|
||||
size = 600, 100
|
||||
size = 650, 100
|
||||
position = 0, 0
|
||||
halign = center
|
||||
valign = center
|
||||
@@ -20,12 +22,12 @@ input-field {
|
||||
outer_color = $outer_color
|
||||
outline_thickness = 4
|
||||
|
||||
font_family = CaskaydiaMono Nerd Font
|
||||
font_family = CaskaydiaMono Nerd Font Propo
|
||||
font_color = $font_color
|
||||
|
||||
placeholder_text = Enter Password
|
||||
placeholder_text = Enter Password
|
||||
check_color = $check_color
|
||||
fail_text = <i>$PAMFAIL ($ATTEMPTS)</i>
|
||||
fail_text = <i>$FAIL ($ATTEMPTS)</i>
|
||||
|
||||
rounding = 0
|
||||
shadow_passes = 0
|
||||
|
||||
@@ -29,7 +29,7 @@ input {
|
||||
}
|
||||
|
||||
# Scroll faster in the terminal
|
||||
windowrule = scrolltouchpad 1.5, class:Alacritty
|
||||
windowrule = scrolltouchpad 1.5, tag:terminal
|
||||
|
||||
device {
|
||||
name = pixa3854:00-093a:0274-touchpad
|
||||
|
||||
Reference in New Issue
Block a user