Compare commits
5 commits
5fbde23c55
...
588efb60bb
Author | SHA1 | Date | |
---|---|---|---|
|
588efb60bb | ||
|
cd698b15c7 | ||
|
3b4166dbf3 | ||
|
eaee232a2f | ||
|
366dedae5a |
|
@ -11,9 +11,12 @@ function filesize
|
|||
end
|
||||
|
||||
function _fetch
|
||||
if which ufetch > /dev/null 2>&1 && [ "$VSCODE_INJECTION" != "1" ]
|
||||
ufetch
|
||||
end
|
||||
if [ $(tput lines) -le 10 ]
|
||||
return
|
||||
end
|
||||
if which ufetch > /dev/null 2>&1 && [ "$VSCODE_INJECTION" != "1" ]
|
||||
ufetch
|
||||
end
|
||||
end
|
||||
|
||||
function _set_env
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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,12 +28,12 @@ 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
|
||||
position = 0, -650 #-120
|
||||
halign = center
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
||||
}
|
||||
|
|
2
dot-config/spotify-flags.conf
Normal file
2
dot-config/spotify-flags.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
--enable-features=UseOzonePlatform
|
||||
--ozone-platform=wayland
|
Loading…
Reference in a new issue