Compare commits

...

5 commits

5 changed files with 17 additions and 20 deletions

View file

@ -11,6 +11,9 @@ function filesize
end
function _fetch
if [ $(tput lines) -le 10 ]
return
end
if which ufetch > /dev/null 2>&1 && [ "$VSCODE_INJECTION" != "1" ]
ufetch
end

View file

@ -59,3 +59,8 @@ 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

View file

@ -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 Papirus-Dark
exec-once = gsettings set org.gnome.desktop.interface icon-theme 'Tela-circle-blue-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'

View file

@ -3,7 +3,7 @@ source = appearance.conf
# BACKGROUND
background {
monitor =
path = ~/.config/hypr/wallpaper.png
path = screenshot
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 = $fg
font_color = rgb(205, 214, 244)
fade_on_empty = false
placeholder_text =
hide_input = false
@ -48,16 +48,3 @@ 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
}

View file

@ -0,0 +1,2 @@
--enable-features=UseOzonePlatform
--ozone-platform=wayland