Compare commits
No commits in common. "588efb60bb726fd855e71b7d2f782438dd5ee9ae" and "5fbde23c55c7a5e72369c936181746ff86bb7e6c" have entirely different histories.
588efb60bb
...
5fbde23c55
|
@ -11,9 +11,6 @@ function filesize
|
|||
end
|
||||
|
||||
function _fetch
|
||||
if [ $(tput lines) -le 10 ]
|
||||
return
|
||||
end
|
||||
if which ufetch > /dev/null 2>&1 && [ "$VSCODE_INJECTION" != "1" ]
|
||||
ufetch
|
||||
end
|
||||
|
|
|
@ -59,8 +59,3 @@ bind = SUPER, mouse_up, workspace, e-1
|
|||
|
||||
bindm = SUPER, mouse:272, movewindow
|
||||
bindm = SUPER, mouse:273, resizewindow
|
||||
|
||||
submap=capture
|
||||
bind = SUPER,Escape,submap,reset # to exit the "capture" mode
|
||||
submap=reset
|
||||
bind = SUPER SHIFT,P,submap,capture # to enter the "capture" mode
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
exec-once = gsettings set org.gnome.desktop.interface gtk-theme "catppuccin-mocha-blue-standard+default"
|
||||
exec-once = gsettings set org.gnome.desktop.interface icon-theme 'Tela-circle-blue-dark'
|
||||
exec-once = gsettings set org.gnome.desktop.interface icon-theme Papirus-Dark
|
||||
exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
||||
exec-once = gsettings set org.gnome.desktop.interface gtk-color-scheme 'prefer-dark'
|
||||
exec-once = gsettings set org.gnome.desktop.interface cursor-theme 'Bibata-Modern-Classic'
|
||||
|
|
|
@ -3,7 +3,7 @@ source = appearance.conf
|
|||
# BACKGROUND
|
||||
background {
|
||||
monitor =
|
||||
path = screenshot
|
||||
path = ~/.config/hypr/wallpaper.png
|
||||
blur_passes = 3
|
||||
contrast = 0.8916
|
||||
brightness = 0.8172
|
||||
|
@ -28,7 +28,7 @@ input-field {
|
|||
dots_center = true
|
||||
outer_color = rgba(0, 0, 0, 0)
|
||||
inner_color = rgba(0, 0, 0, 0.5)
|
||||
font_color = rgb(205, 214, 244)
|
||||
font_color = $fg
|
||||
fade_on_empty = false
|
||||
placeholder_text =
|
||||
hide_input = false
|
||||
|
@ -48,3 +48,16 @@ label {
|
|||
halign = center
|
||||
valign = top
|
||||
}
|
||||
|
||||
# USER
|
||||
label {
|
||||
monitor = DP-1
|
||||
text = Enter your password
|
||||
color = $fg
|
||||
font_size = 14
|
||||
font_family = eurofurence
|
||||
position = 0, -690 # -40
|
||||
halign = center
|
||||
valign = center
|
||||
|
||||
}
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
--enable-features=UseOzonePlatform
|
||||
--ozone-platform=wayland
|
Loading…
Reference in a new issue