idk anymore
This commit is contained in:
@@ -33,7 +33,7 @@ exec-once = /usr/libexec/hyprpolkitagent
|
||||
|
||||
# Hyprland Splash
|
||||
# exec-once = "sleep 5 && bun run scripts/bin/betterSplash.ts"
|
||||
exec-once = sleep 5 && notify-send "Welcome to Hyprland!" "$(hyprctl splash)"
|
||||
exec-once = sleep 5 && notify-send "Sveicināti Hyprland!" "$(hyprctl splash)"
|
||||
|
||||
# exec-once = nix-shell -p mpvpaper --command "mpvpaper -o \"no-audio loop loop-playlist\" HDMI-A-2 \"/home/ocbwoy3/Documents/Boykisser Chipi Chipi Full Animation [3sP6ZvlqJeE].webm\""
|
||||
|
||||
|
||||
@@ -62,6 +62,9 @@ animations {
|
||||
|
||||
animation = specialWorkspace, 1, 6, myBezier, slide
|
||||
|
||||
# animation = specialWorkspaceIn, 1, 6, myBezier, slidevert bottom
|
||||
# animation = specialWorkspaceOut, 1, 6, myBezier, slidevert top
|
||||
|
||||
animation = monitorAdded, 1, 30, monitorBez
|
||||
|
||||
}
|
||||
@@ -96,11 +99,6 @@ dwindle {
|
||||
preserve_split = true # You probably want this
|
||||
}
|
||||
|
||||
# Master layout
|
||||
master {
|
||||
new_status = master
|
||||
}
|
||||
|
||||
# Misc Config
|
||||
misc {
|
||||
force_default_wallpaper = 2
|
||||
@@ -110,10 +108,16 @@ misc {
|
||||
disable_splash_rendering = false
|
||||
font_family = "SF Pro Display"
|
||||
render_unfocused_fps = 240
|
||||
allow_session_lock_restore = 1
|
||||
}
|
||||
|
||||
# Layer Rules
|
||||
layerrule = animation slide top, waybar
|
||||
layerrule = abovelock true, waybar
|
||||
layerrule = abovelock true, notifications
|
||||
|
||||
# layerrule = noscreenshare, notifications
|
||||
|
||||
layerrule = animation fade, selection
|
||||
layerrule = animation popin 70%, wofi
|
||||
layerrule = animation slide right, notifications
|
||||
|
||||
@@ -16,6 +16,12 @@ bind = $mainMod, PRINT, exec, bash ~/config/scripts/screenshot-selection.sh
|
||||
bind = $mainMod SHIFT, PRINT, exec, bash ~/config/scripts/screenshot-fullscreen.sh
|
||||
bind = $mainMod CTRL SHIFT, PRINT, exec, bash ~/config/scripts/edit-last-screenshot.sh
|
||||
|
||||
# Music Get Keybind
|
||||
|
||||
# input:repeat_delay = 10
|
||||
bindel = $mainMod, BACKSLASH, exec, bash ~/config/scripts/whatsplaying.sh
|
||||
bindrl = $mainMod, BACKSLASH, exec, bash ~/config/scripts/whatsplaying.sh rel
|
||||
|
||||
# Global shit
|
||||
bind = ALT, F9, pass, class:^(com\.obsproject\.Studio)$
|
||||
|
||||
@@ -25,7 +31,7 @@ bindl = $mainMod, XF86AudioLowerVolume, exec, playerctl -p chromium,cmus,elisa,c
|
||||
|
||||
# Screen locker and logout keybinds
|
||||
bind = CTRL ALT, DELETE, exec, wlogout
|
||||
bindl = SUPER SHIFT, L, exec, pkill -USR1 hyprlock || hyprlock
|
||||
bindl = SUPER SHIFT, L, exec, pkill -9 hyprlock || hyprlock
|
||||
|
||||
# Group Stuff, complicated stuff. Enable if you dare!
|
||||
# bind = SUPER, M, togglegroup
|
||||
|
||||
@@ -18,4 +18,12 @@ source = ~/config/.hyprfail.conf
|
||||
|
||||
# windowrulev2 = noscreenshare, class:^(equibop)$
|
||||
|
||||
# /swedbank|checkout|billing/i
|
||||
# windowrulev2 = noscreenshare,title:.*([S|s]wedbank|[Cc]heckout|[Bb]illing).*
|
||||
|
||||
windowrule = supressevent fullscreen,class:steam_proton,title:(Wine Desktop)
|
||||
windowrule = supressevent maximize,class:steam_proton,title:(Wine Desktop)
|
||||
windowrule = supressevent activate,class:steam_proton,title:(Wine Desktop)
|
||||
windowrule = supressevent activatefocus,class:steam_proton,title:(Wine Desktop)
|
||||
windowrule = supressevent fullscreenoutput,class:steam_proton,title:(Wine Desktop)
|
||||
# windowrule = pin,class:steam_proton
|
||||
|
||||
@@ -3,149 +3,35 @@ general {
|
||||
no_fade_in = true
|
||||
no_fade_out = true
|
||||
disable_loading_bar = false
|
||||
hide_cursor = true
|
||||
hide_cursor = false
|
||||
ignore_empty_input = true
|
||||
immediate_render = true
|
||||
text_trim = true
|
||||
}
|
||||
|
||||
#BACKGROUND
|
||||
background {
|
||||
monitor =
|
||||
# path = ~/wallpaper.png
|
||||
path = screenshot
|
||||
blur_passes = 2
|
||||
contrast = 0.8916
|
||||
brightness = 0.7172
|
||||
vibrancy = 0.1696
|
||||
vibrancy_darkness = 0
|
||||
path = ~/Pictures/Wallpapers/wall_anime2_4k.png
|
||||
blur_passes = 1
|
||||
}
|
||||
|
||||
# TIME HR
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:100] echo -e "$(date +"%H")"
|
||||
color = rgba(255, 255, 255, 1)
|
||||
shadow_pass = 2
|
||||
shadow_size = 3
|
||||
shadow_color = rgb(0,0,0)
|
||||
shadow_boost = 1.2
|
||||
font_size = 150
|
||||
# font_family = JetBrains Mono Nerd Font Mono ExtraBold
|
||||
font_family = Symbols Nerd Font, SF Mono
|
||||
position = 0, -250
|
||||
halign = center
|
||||
valign = top
|
||||
}
|
||||
|
||||
# TIME
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:100] echo -e "$(date +"%M")"
|
||||
# color = 0xff$color0
|
||||
color = rgba(255, 255, 255, 1)
|
||||
font_size = 150
|
||||
# font_family = JetBrains Mono Nerd Font Mono ExtraBold
|
||||
font_family = Symbols Nerd Font, SF Mono
|
||||
position = 0, -420
|
||||
halign = center
|
||||
valign = top
|
||||
}
|
||||
|
||||
# DATE
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:100] echo -e "$(LC_TIME=lv_LV.UTF-8 date +"%A, %Y. gada %-d. %B" | sed 's/./\U&/1')"
|
||||
color = rgba(255, 255, 255, 1)
|
||||
font_size = 14
|
||||
font_family = Symbols Nerd Font, SF Pro Display
|
||||
position = 0, -130
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# Music
|
||||
image {
|
||||
monitor =
|
||||
path =
|
||||
size = 80 # lesser side if not 1:1 ratio
|
||||
rounding = 5 # negative values mean circle
|
||||
border_size = 0
|
||||
rotate = 0 # degrees, counter-clockwise
|
||||
reload_time = 2
|
||||
reload_cmd = bash ~/config/scripts/modules/hyprlock/info.sh --arturl
|
||||
position = -150, -300
|
||||
halign = center
|
||||
valign = center
|
||||
opacity=0.5
|
||||
}
|
||||
|
||||
# PLAYER TITTLE
|
||||
label {
|
||||
monitor =
|
||||
# text = cmd[update:100] echo "$(playerctl metadata --format "{{ xesam:title }}" 2>/dev/null | cut -c1-25)"
|
||||
text = cmd[update:100] echo "$(bash ~/config/scripts/modules/hyprlock/info.sh --title)"
|
||||
color = rgba(255, 255, 255, 0.8)
|
||||
font_size = 12
|
||||
font_family = Symbols Nerd Font, SF Pro Display
|
||||
position = 880, -290
|
||||
halign = left
|
||||
valign = center
|
||||
}
|
||||
|
||||
# PLAYER SOURCE
|
||||
label {
|
||||
monitor =
|
||||
# text= cmd[update:100] echo "$(playerctl metadata --format "{{ mpris:trackid }}" 2>/dev/null | grep -Eo "chromium|firefox|spotify")"
|
||||
text = cmd[update:100] echo "$(bash ~/config/scripts/modules/hyprlock/info.sh --source)"
|
||||
color = rgba(255, 255, 255, 0.6)
|
||||
font_size = 10
|
||||
font_family = Symbols Nerd Font, SF Pro Display
|
||||
position = -740, -330
|
||||
halign = right
|
||||
valign = center
|
||||
}
|
||||
|
||||
# PLAYER ALBUM
|
||||
label {
|
||||
monitor =
|
||||
# text= cmd[update:100] echo "$(~/.config/hypr/bin/album.sh)"
|
||||
text = cmd[update:100] echo "$(bash ~/config/scripts/modules/hyprlock/info.sh --album)"
|
||||
color = rgba(255, 255, 255, 1)
|
||||
font_size = 10
|
||||
font_family = Symbols Nerd Font, SF Pro Display
|
||||
position = 880, -330
|
||||
halign = left
|
||||
valign = center
|
||||
}
|
||||
# PLAYER Artist
|
||||
label {
|
||||
monitor =
|
||||
# text = cmd[update:100] echo "$(playerctl metadata --format "{{ xesam:artist }}" 2>/dev/null | cut -c1-30)"
|
||||
text = cmd[update:100] echo "$(bash ~/config/scripts/modules/hyprlock/info.sh --artist)"
|
||||
color = rgba(255, 255, 255, 0.8)
|
||||
font_size = 10
|
||||
font_family = Symbols Nerd Font, SF Pro Display
|
||||
position = 880, -310
|
||||
halign = left
|
||||
valign = center
|
||||
}
|
||||
|
||||
# INPUT FIELD
|
||||
input-field {
|
||||
monitor =
|
||||
size = 250, 60
|
||||
outline_thickness = 0
|
||||
outer_color = rgba(0, 0, 0, 1)
|
||||
dots_size = 0.1 # Scale of input-field height, 0.2 - 0.8
|
||||
dots_spacing = 1 # Scale of dots' absolute size, 0.0 - 1.0
|
||||
dots_center = true
|
||||
inner_color = rgba(0, 0, 0, 1)
|
||||
font_color = rgba(200, 200, 200, 1)
|
||||
inner_color = rgba(0, 0, 0, 0)
|
||||
check_color = rgba(0, 0, 0, 0)
|
||||
fail_color = rgba(0, 0, 0, 0)
|
||||
font_color = rgb(245, 194, 231)
|
||||
fade_on_empty = false
|
||||
font_family = Symbols Nerd Font, SF Pro Display
|
||||
placeholder_text = <span foreground="##cdd6f4"></span>
|
||||
placeholder_text = Session locked, enter password to unlock!
|
||||
hide_input = false
|
||||
fail_text = <span foreground="##00ff00"> Password hint: Favorite Character (Deltarune, not Regretevator) </span>
|
||||
fail_text = Password hint: Favorite Character - Deltarune, not Regretevator!
|
||||
position = 0, -470
|
||||
halign = center
|
||||
valign = center
|
||||
|
||||
Reference in New Issue
Block a user