Compare commits
5 commits
5fbde23c55
...
588efb60bb
Author | SHA1 | Date | |
---|---|---|---|
|
588efb60bb | ||
|
cd698b15c7 | ||
|
3b4166dbf3 | ||
|
eaee232a2f | ||
|
366dedae5a |
|
@ -11,6 +11,9 @@ function filesize
|
||||||
end
|
end
|
||||||
|
|
||||||
function _fetch
|
function _fetch
|
||||||
|
if [ $(tput lines) -le 10 ]
|
||||||
|
return
|
||||||
|
end
|
||||||
if which ufetch > /dev/null 2>&1 && [ "$VSCODE_INJECTION" != "1" ]
|
if which ufetch > /dev/null 2>&1 && [ "$VSCODE_INJECTION" != "1" ]
|
||||||
ufetch
|
ufetch
|
||||||
end
|
end
|
||||||
|
|
|
@ -59,3 +59,8 @@ bind = SUPER, mouse_up, workspace, e-1
|
||||||
|
|
||||||
bindm = SUPER, mouse:272, movewindow
|
bindm = SUPER, mouse:272, movewindow
|
||||||
bindm = SUPER, mouse:273, resizewindow
|
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 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 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 gtk-color-scheme 'prefer-dark'
|
||||||
exec-once = gsettings set org.gnome.desktop.interface cursor-theme 'Bibata-Modern-Classic'
|
exec-once = gsettings set org.gnome.desktop.interface cursor-theme 'Bibata-Modern-Classic'
|
||||||
|
|
|
@ -3,7 +3,7 @@ source = appearance.conf
|
||||||
# BACKGROUND
|
# BACKGROUND
|
||||||
background {
|
background {
|
||||||
monitor =
|
monitor =
|
||||||
path = ~/.config/hypr/wallpaper.png
|
path = screenshot
|
||||||
blur_passes = 3
|
blur_passes = 3
|
||||||
contrast = 0.8916
|
contrast = 0.8916
|
||||||
brightness = 0.8172
|
brightness = 0.8172
|
||||||
|
@ -28,7 +28,7 @@ input-field {
|
||||||
dots_center = true
|
dots_center = true
|
||||||
outer_color = rgba(0, 0, 0, 0)
|
outer_color = rgba(0, 0, 0, 0)
|
||||||
inner_color = rgba(0, 0, 0, 0.5)
|
inner_color = rgba(0, 0, 0, 0.5)
|
||||||
font_color = $fg
|
font_color = rgb(205, 214, 244)
|
||||||
fade_on_empty = false
|
fade_on_empty = false
|
||||||
placeholder_text =
|
placeholder_text =
|
||||||
hide_input = false
|
hide_input = false
|
||||||
|
@ -48,16 +48,3 @@ label {
|
||||||
halign = center
|
halign = center
|
||||||
valign = top
|
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