This commit is contained in:
end-4
2024-02-22 15:35:06 +07:00
commit 8db26e9707
4220 changed files with 208544 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/4Me9rKMKIiY/hqdefault.jpg?sqp=-oaymwE2CNACELwBSFXyq4qpAygIARUAAIhCGAFwAcABBvABAfgB_gmAAtAFigIMCAAQARgdIGUoYDAP&rs=AOn4CLCTO0d31Dqgq1VrZ7Kyc7QQprKctw
general {
col.active_border = rgba(E72DA9FF) rgba(C24BB3FF) rgba(32EBDCFF) 45deg
col.inactive_border = rgba(E72DA966)
}
+4
View File
@@ -0,0 +1,4 @@
general {
col.active_border = rgba(0DB7D4FF) rgba(7AA2F7FF) rgba(9778D0FF) 45deg
col.inactive_border = rgba(04404aaa)
}
+193
View File
@@ -0,0 +1,193 @@
# This file contains general customization options
# For Environment variables see env.conf
# For Keybinds variables see keybinds.conf
# For Auto-run stuff see execs.conf
#autogenerated = 1
# I haven't updated yet but prepared
# source=~/.config/hypr/env.conf
# Monitor: reserve space for eww bar
monitor=eDP-1,1920x1080@60,0x0,1
monitor=eDP-1, addreserved, 61, 0, 0, 0
monitor=HDMI-A-1,1920x1080@60,1920x0,1,mirror,eDP-1
#################### Core components (authentication, idle daemon and stuff) ##############
source=~/.config/hypr/execs.conf
############################# Keybinds ############################
source=~/.config/hypr/keybinds.conf
############################## Input ##############################
input {
# Mouse
# accel_profile = adaptive
force_no_accel = false
#sensitivity = 0
# osu
# force_no_accel = true
# sensitivity = -0.23
# Keyboard
kb_layout = us
follow_mouse = 1
numlock_by_default = true
touchpad {
natural_scroll = yes
disable_while_typing = true
clickfinger_behavior = true
scroll_factor = 0.7
}
scroll_method = 2fg
}
gestures {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
workspace_swipe = true
workspace_swipe_distance = 1200px
workspace_swipe_fingers = 4
workspace_swipe_cancel_ratio = 0.2
workspace_swipe_min_speed_to_force = 5
workspace_swipe_create_new = true
}
general {
# Gaps and border
gaps_in = 4
gaps_out = 8
border_size = 2
# Fallback colors
col.active_border = rgba(0DB7D4FF) rgba(7AA2F7FF) rgba(9778D0FF) 45deg
col.inactive_border = rgba(04404aaa)
# Functionality
# resize_on_border = true
layout = dwindle
}
decoration {
# Blur rules
# blurls=gtk-layer-shell
rounding = 17
# Blur
blur = yes
blur_size = 7
blur_passes = 4
blur_new_optimizations = on
blur_ignore_opacity = false
#blur_xray = true
# Shadow
drop_shadow = no
shadow_range = 30
shadow_render_power = 3
col.shadow = rgba(01010166)
# Opacity
# Shader
# screen_shader = ~/.config/hypr/shaders/nothing.frag
# Dim
dim_inactive = false
dim_strength = 0.1
dim_special = 0
}
animations {
enabled = yes
# Animation curves
bezier = md3_standard, 0.2, 0.0, 0, 1.0
bezier = md3_decel, 0.05, 0.7, 0.1, 1
bezier = md3_accel, 0.3, 0, 0.8, 0.15
bezier = overshot, 0.05, 0.9, 0.1, 1.05
bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0
bezier = win10, 0, 0, 0, 1
bezier = gnome, 0, 0.85, 0.3, 1
bezier = funky, 0.46, 0.35, -0.2, 1.2
# Animation configs
animation = windows, 1, 2, md3_decel, slide
animation = border, 1, 10, default
animation = fade, 1, 0.0000001, default
animation = workspaces, 1, 4, md3_decel, slide
}
misc {
vfr = 1
vrr = 0
focus_on_activate = true
animate_manual_resizes = true
animate_mouse_windowdragging = true
#suppress_portal_warnings = true
enable_swallow = true
}
debug {
#overlay = true
}
dwindle {
preserve_split = true # you probably want this
#no_gaps_when_only = true
}
decoration {
#screen_shader = ~/.config/hypr/shaders/drugs.frag
#screen_shader = ~/.config/hypr/shaders/crt.frag
}
debug {
#damage_tracking=0
}
# Efficiency
#general {
# gaps_in = 0
# gaps_out = 0
# border_size = 2
#}
#decoration {
# rounding = 0
#}
#monitor=eDP-1, addreserved, 32, 0, 0, 0
######## Window rules ########
#windowrule = float, ^(firefox)$
windowrule = float, ^(steam)$
windowrule = float, ^(guifetch)$
#windowrule = opacity 0.9 override 0.9 override, ^(firefox)$
# Dialogs
windowrule=float,title:^(Open File)(.*)$
windowrule=float,title:^(Open Folder)(.*)$
windowrule=float,title:^(Save As)(.*)$
windowrule=float,title:^(Library)(.*)$
windowrulev2 = float, class:^com.github.hluk.copyq$
windowrulev2 = rounding 10, floating:1
######## Layer rules ########
layerrule = blur, gtk-layer-shell
layerrule = ignorezero, gtk-layer-shell
layerrule = blur, notifications
layerrule = ignorezero, notifications
layerrule = blur, waybar
layerrule = ignorezero, waybar
plugin {
hyprbars {
bar_color = rgba(090727FF)
bar_height = 20
bar_text_size = 10
bar_text_color = rgba(7775D0FF)
}
borders-plus-plus {
add_borders = 2 # 0 - 2
col.border_1 = rgb(82E6F5) # example col for border 1
col.border_2 = rgb(2222ff) # example col for border 2
}
}
# Dynamic colors are written here
source=~/.config/hypr/colors.conf
+191
View File
@@ -0,0 +1,191 @@
# This file contains general customization options
# For Environment variables see env.conf
# For Keybinds variables see keybinds.conf
# For Auto-run stuff see execs.conf
#autogenerated = 1
# I haven't updated yet but prepared
# source=~/.config/hypr/env.conf
# Monitor: reserve space for eww bar
monitor=eDP-1,1920x1080@60,0x0,1
monitor=eDP-1, addreserved, 1, 1, 61, 1
monitor=HDMI-A-1,1920x1080@60,1920x0,1,mirror,eDP-1
#################### Core components (authentication, idle daemon and stuff) ##############
source=~/.config/hypr/execs.conf
############################# Keybinds ############################
source=~/.config/hypr/keybinds.conf
############################## Input ##############################
input {
# Mouse
# accel_profile = adaptive
force_no_accel = false
#sensitivity = 0
# osu
# force_no_accel = true
# sensitivity = -0.23
# Keyboard
kb_layout = us
follow_mouse = 1
numlock_by_default = true
touchpad {
natural_scroll = yes
disable_while_typing = true
clickfinger_behavior = true
scroll_factor = 0.7
}
scroll_method = 2fg
}
gestures {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
workspace_swipe = true
workspace_swipe_distance = 1000px
workspace_swipe_fingers = 4
workspace_swipe_cancel_ratio = 0.05
workspace_swipe_min_speed_to_force = 5
workspace_swipe_create_new = true
}
general {
# Gaps and border
gaps_in = 4
gaps_out = 7
border_size = 2
# Fallback colors
col.active_border = rgba(0DB7D4FF) rgba(7AA2F7FF) rgba(9778D0FF) 45deg
col.inactive_border = rgba(04404aaa)
# Functionality
# resize_on_border = true
layout = dwindle
}
decoration {
# Blur rules
# blurls=gtk-layer-shell
rounding = 17
# Blur
blur = yes
blur_size = 7
blur_passes = 4
blur_new_optimizations = on
blur_ignore_opacity = false
#blur_xray = true
# Shadow
drop_shadow = no
shadow_range = 30
shadow_render_power = 3
col.shadow = rgba(01010166)
# Opacity
# Shader
# screen_shader = ~/.config/hypr/shaders/nothing.frag
# Dim
dim_inactive = false
dim_strength = 0.1
dim_special = 0
}
animations {
enabled = yes
# Animation curves
bezier = md3_standard, 0.2, 0.0, 0, 1.0
bezier = md3_decel, 0.05, 0.7, 0.1, 1
bezier = md3_accel, 0.3, 0, 0.8, 0.15
bezier = overshot, 0.05, 0.9, 0.1, 1.05
bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0
bezier = win10, 0, 0, 0, 1
bezier = gnome, 0, 0.85, 0.3, 1
bezier = funky, 0.46, 0.35, -0.2, 1.2
# Animation configs
animation = windows, 1, 2, md3_decel, slide
animation = border, 1, 10, default
animation = fade, 1, 0.0000001, default
animation = workspaces, 1, 4, md3_decel, slidevert
}
misc {
vfr = 1
vrr = 0
focus_on_activate = true
animate_manual_resizes = true
animate_mouse_windowdragging = true
#suppress_portal_warnings = true
enable_swallow = true
}
debug {
#overlay = true
}
dwindle {
preserve_split = true # you probably want this
#no_gaps_when_only = true
}
decoration {
#screen_shader = ~/.config/hypr/shaders/drugs.frag
#screen_shader = ~/.config/hypr/shaders/crt.frag
}
debug {
#damage_tracking=0
}
# Efficiency
#general {
# gaps_in = 0
# gaps_out = 0
# border_size = 2
#}
#decoration {
# rounding = 0
#}
#monitor=eDP-1, addreserved, 32, 0, 0, 0
######## Window rules ########
#windowrule = float, ^(firefox)$
windowrule = float, ^(steam)$
windowrule = float, ^(guifetch)$
#windowrule = opacity 0.9 override 0.9 override, ^(firefox)$
# Dialogs
windowrule=float,title:^(Open File)(.*)$
windowrule=float,title:^(Open Folder)(.*)$
windowrule=float,title:^(Save As)(.*)$
windowrule=float,title:^(Library)(.*)$
windowrulev2 = float, class:^com.github.hluk.copyq$
windowrulev2 = rounding 10, floating:1
######## Layer rules ########
layerrule = blur, gtk-layer-shell
layerrule = ignorezero, gtk-layer-shell
layerrule = blur, waybar
layerrule = ignorezero, waybar
plugin {
hyprbars {
bar_color = rgba(090727FF)
bar_height = 20
bar_text_size = 10
bar_text_color = rgba(7775D0FF)
}
borders-plus-plus {
add_borders = 2 # 0 - 2
col.border_1 = rgb(82E6F5) # example col for border 1
col.border_2 = rgb(2222ff) # example col for border 2
}
}
# Dynamic colors are written here
source=~/.config/hypr/colors.conf
+199
View File
@@ -0,0 +1,199 @@
########################## Language ############################
bind = SUPERSHIFT, V, exec, ibus engine Bamboo::Us
bind = SUPERSHIFT, E, exec, ibus engine xkb:us::eng
#################### It just works™ keybinds ###################
# Volume
bindl = ,XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
bindle=, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
bindle=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
bindle = , XF86AudioRaiseVolume, exec, ~/.config/eww/scripts/volume osd &
bindle = , XF86AudioLowerVolume, exec, ~/.config/eww/scripts/volume osd &
bindl = , XF86AudioMute, exec, ~/.config/eww/scripts/volume osd &
# Brightness
bindle=, XF86MonBrightnessUp, exec, light -A 3 && ~/.config/eww/scripts/brightness osd &
bindle=, XF86MonBrightnessDown, exec, light -U 3 && ~/.config/eww/scripts/brightness osd &
######################################## Keybinds ########################################
# Apps: just normal apps
bind = SUPER, C, exec, code --password-store=gnome --enable-features=UseOzonePlatform --ozone-platform=wayland
bind = CONTROLSHIFTALT, Y, exec, yuzu
bind = SUPER, T, exec, foot --override shell=fish
bind = SUPERALT, T, exec, wezterm
bind = SUPER, Return, exec, kitty
bind = SUPER, E, exec, nautilus --new-window
bind = SUPER, W, exec, firefox
bind = CONTROLSUPERALT, E, exec, /usr/bin/microsoft-edge-stable --password-store=gnome --enable-features=UseOzonePlatform --ozone-platform=wayland --gtk-version=4
bind = SUPER, X, exec, gnome-text-editor --new-window
bind = SUPERSHIFT, W, exec, wps
#Apps: Settings and config
bind = SUPER, I, exec, gnome-control-center
bind = CONTROLSUPER, V, exec, pavucontrol
bind = CONTROLSHIFT, Escape, exec, gnome-system-monitor
bind = CONTROLALTSHIFT, Escape, exec, foot -T 'btop' btop
bind = SUPERSHIFT, I, exec, ~/.local/bin/guifetch
# Actions
bind = SUPERSHIFT, Period, exec, pkill wofi || wofi-emoji
bind = SUPER, Period, exec, pkill fuzzel || ~/.local/bin/fuzzel-emoji
bind = SUPER, Q, killactive,
bind = SUPERALT, Space, togglefloating,
bind = SHIFTSUPERALT, Q, exec, hyprctl kill
bind = CONTROLALT, Delete, exec, pkill wlogout || wlogout -p layer-shell
bind = CONTROLSHIFTALTSUPER, Delete, exec, systemctl poweroff
# Screenshot, Record, OCR (Optical Character Recognition), Color picker, Clipboard history
bind = SUPERSHIFT, D, exec,~/.local/bin/rubyshot | wl-copy
bind = SUPERSHIFTALT, S, exec, grim -g "$(slurp)" - | swappy -f -
bindl =,Print,exec,grim - | wl-copy
bind = SUPERSHIFT, S, exec, grim -g "$(slurp)" - | wl-copy
bind = SUPERALT, R, exec, ~/.local/bin/record-script.sh
bind = CONTROLALT, R, exec, ~/.local/bin/record-script.sh --sound
bind = SUPERSHIFTALT, R, exec, ~/.local/bin/record-script-fullscreen.sh
bind = CONTROLSUPERSHIFT,S,exec,grim -g "$(slurp)" "tmp.png" && tesseract "tmp.png" - | wl-copy && rm "tmp.png"
bind = SUPERSHIFT,T,exec,grim -g "$(slurp)" "tmp.png" && tesseract "tmp.png" - | wl-copy && rm "tmp.png"
bind = SUPERSHIFT, C, exec, hyprpicker -a
bind = SUPER, B, exec, copyq menu
bind = SUPER, V, exec, pkill fuzzel || cliphist list | fuzzel --no-fuzzy --icon-theme=candy-icons --background-color=1D1D27ee --text-color=cdd6f4ff --match-color=AC16C7FF --border-width=3 --border-radius=10 --border-color=8701E7FF --selection-color=585b70ff --selection-text-color=cdd6f4ff --selection-match-color=AC16C7FF --font="Rubik" --prompt=" " --dmenu | cliphist decode | wl-copy
# Media
bind = SUPERSHIFT, N, exec, playerctl next || playerctl position `bc <<< "100 * $(playerctl metadata mpris:length) / 1000000 / 100"`
bind = SUPERSHIFT, B, exec, playerctl previous
bind = SUPERSHIFT, P, exec, playerctl play-pause
#Lock screen | blur: --effect-blur=20x20
bind = SUPER, L, exec, ~/.local/bin/lock.sh
bind = SUPERSHIFT, L, exec, ~/.local/bin/lock.sh
bindl = SUPERSHIFT, L, exec, sleep 0.1 && systemctl suspend
# App launcher
bindr = SUPER, SUPER_L, exec, ~/.config/eww/scripts/toggle-overview.sh --keypress &
bind = SUPER, Slash, exec, pkill fuzzel || fuzzel --icon-theme=candy-icons --background-color=1D1D27ee --text-color=cdd6f4ff --match-color=AC16C7FF --border-width=3 --border-radius=10 --border-color=8701E7FF --selection-color=585b70ff --selection-text-color=cdd6f4ff --selection-match-color=AC16C7FF --font="Rubik" --prompt="  "
#bindr = SUPER, SUPER_L, exec, pkill rofi || rofi -show drun
################################# eww keybinds ################################
bindr = CONTROLSUPER, R, exec, pkill eww && eww daemon && eww open bar && eww open bg-decor
bind = SUPER, Tab, exec, ~/.config/eww/scripts/toggle-overview.sh
bind = SUPER, O, exec, ~/.config/eww/scripts/toggle-osettings.sh --keypress
bind = CONTROLSUPER, O, exec, ~/.config/eww/scripts/toggle-osettings.sh --keypress
bind = SUPER, M, exec, ~/.config/eww/scripts/toggle-bottombar.sh
bind = SUPER, N, exec, ~/.config/eww/scripts/toggle-onotify.sh --keypress
bind = SUPER, Comma, exec, ~/.config/eww/scripts/toggle-themer.sh
bind = SUPER, D, exec, ~/.config/eww/scripts/toggle-dash.sh --keypress
bind = SUPER, A, exec, ~/.config/eww/scripts/toggle-dashfs.sh
bind = SUPER, G, exec, ~/.config/eww/scripts/toggle-wingamebar.sh
bind = CONTROLSUPER, Tab, exec, ~/.config/eww/scripts/toggle-compactmode.sh
bind = SUPERALT, W, exec, ~/.config/eww/scripts/toggle-winmode.sh
############################ Keybinds for Hyprland ############################
# Swap windows
bind=SUPERSHIFT,left,movewindow,l
bind=SUPERSHIFT,right,movewindow,r
bind=SUPERSHIFT,up,movewindow,u
bind=SUPERSHIFT,down,movewindow,d
# Move focus
bind = SUPER, left, movefocus, l
bind = SUPER, right, movefocus, r
bind = SUPER, up, movefocus, u
bind = SUPER, down, movefocus, d
bind = SUPER, BracketLeft, movefocus, l
bind = SUPER, BracketRight, movefocus, r
# Window title
bind = SUPER, left, exec, eww update rev_center_ws=false
bind = SUPER, right, exec, eww update rev_center_ws=false
bind = SUPER, up, exec, eww update rev_center_ws=false
bind = SUPER, down, exec, eww update rev_center_ws=false
bind = SUPER, BracketLeft, exec, eww update rev_center_ws=false
bind = SUPER, BracketRight, exec, eww update rev_center_ws=false
bind = ALT, Tab, exec, eww update rev_center_ws=false
# Workspace, window, tab switch with keyboard
bind = CONTROLSUPER, right, workspace, +1
bind = CONTROLSUPER, left, workspace, -1
bind = CONTROLSUPER, BracketLeft, workspace, -1
bind = CONTROLSUPER, BracketRight, workspace, +1
bind = CONTROLSUPER, up, workspace, -5
bind = CONTROLSUPER, down, workspace, +5
bind = SUPER, Page_Down, workspace, +1
bind = SUPER, Page_Up, workspace, -1
bind = CONTROLSUPER, Page_Down, workspace, +1
bind = CONTROLSUPER, Page_Up, workspace, -1
bind = SUPERSHIFT, Page_Down, movetoworkspace, +1
bind = SUPERSHIFT, Page_Up, movetoworkspace, -1
bind = CONTROLSUPERSHIFT, Right, movetoworkspace, +1
bind = CONTROLSUPERSHIFT, Left, movetoworkspace, -1
bind = SUPERSHIFT, mouse_down, movetoworkspace, -1
bind = SUPERSHIFT, mouse_up, movetoworkspace, +1
# Show workspaces module
bind = CONTROLSUPER, right, exec, eww update rev_center_ws=true
bind = CONTROLSUPER, left, exec, eww update rev_center_ws=true
bind = CONTROLSUPER, BracketLeft, exec, eww update rev_center_ws=true
bind = CONTROLSUPER, BracketRight, exec, eww update rev_center_ws=true
bind = CONTROLSUPER, up, exec, eww update rev_center_ws=true
bind = CONTROLSUPER, down, exec, eww update rev_center_ws=true
bind = SUPER, Page_Down, exec, eww update rev_center_ws=true
bind = SUPER, Page_Up, exec, eww update rev_center_ws=true
bind = CONTROLSUPER, Page_Down, exec, eww update rev_center_ws=true
bind = CONTROLSUPER, Page_Up, exec, eww update rev_center_ws=true
bind = SUPERSHIFT, Page_Down, exec, eww update rev_center_ws=true
bind = SUPERSHIFT, Page_Up, exec, eww update rev_center_ws=true
bind = CONTROLSUPERSHIFT, Right, exec, eww update rev_center_ws=true
bind = CONTROLSUPERSHIFT, Left, exec, eww update rev_center_ws=true
bind = SUPERSHIFT, mouse_down, exec, eww update rev_center_ws=true
bind = SUPERSHIFT, mouse_up, exec, eww update rev_center_ws=true
# Window split ratio
binde = SUPER, Minus, splitratio, -0.1
binde = SUPER, Equal, splitratio, 0.1
binde = SUPER, Semicolon, splitratio, -0.1
binde = SUPER, Apostrophe, splitratio, 0.1
# Fullscreen
bind = SUPER, F, fullscreen
# Switching
bind = SUPER, 1, workspace, 1
bind = SUPER, 2, workspace, 2
bind = SUPER, 3, workspace, 3
bind = SUPER, 4, workspace, 4
bind = SUPER, 5, workspace, 5
bind = SUPER, 6, workspace, 6
bind = SUPER, 7, workspace, 7
bind = SUPER, 8, workspace, 8
bind = SUPER, 9, workspace, 9
bind = SUPER, 0, workspace, 10
bind = SUPER, S, togglespecialworkspace,
bind = CONTROLSUPER, S, togglespecialworkspace,
bind = ALT, Tab, cyclenext # Why is this even here?
bind = ALT, Tab, bringactivetotop, # bring it to the top
# Move window to workspace Super + Alt + [0-9]
bind = SUPER ALT, 1, movetoworkspacesilent, 1
bind = SUPER ALT, 2, movetoworkspacesilent, 2
bind = SUPER ALT, 3, movetoworkspacesilent, 3
bind = SUPER ALT, 4, movetoworkspacesilent, 4
bind = SUPER ALT, 5, movetoworkspacesilent, 5
bind = SUPER ALT, 6, movetoworkspacesilent, 6
bind = SUPER ALT, 7, movetoworkspacesilent, 7
bind = SUPER ALT, 8, movetoworkspacesilent, 8
bind = SUPER ALT, 9, movetoworkspacesilent, 9
bind = SUPER ALT, 0, movetoworkspacesilent, 10
bind = CONTROLSHIFTSUPER, Up, movetoworkspacesilent, special
bind = SUPERALT, S, movetoworkspacesilent, special
# Scroll through existing workspaces with (Control) + Super + scroll
bind = SUPER, mouse_up, workspace, +1
bind = SUPER, mouse_down, workspace, -1
bind = CONTROLSUPER, mouse_up, workspace, +1
bind = CONTROLSUPER, mouse_down, workspace, -1
# Move/resize windows with Super + LMB/RMB and dragging
bindm = SUPER, mouse:272, movewindow
bindm = SUPER, mouse:273, resizewindow
bindm = SUPER, mouse:274, movewindow
bindm = SUPER, Z, movewindow
bind = CONTROLSUPER, Backslash, resizeactive, exact 640 480
# trying vim-like stuff
binde = SUPER_ALT, I, exec, wtype -k Up
binde = SUPER_ALT, K, exec, wtype -P Down
binde = SUPER_ALT, J, exec, wtype -P Left
binde = SUPER_ALT, L, exec, wtype -P Right
+198
View File
@@ -0,0 +1,198 @@
########################## Language ############################
bind = SUPERSHIFT, V, exec, ibus engine Bamboo::Us
bind = SUPERSHIFT, E, exec, ibus engine xkb:us::eng
#################### It just works™ keybinds ###################
# Volume
bindl = ,XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
bindle=, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
bindle=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
bindle = , XF86AudioRaiseVolume, exec, ~/.config/eww/scripts/volume osd &
bindle = , XF86AudioLowerVolume, exec, ~/.config/eww/scripts/volume osd &
bindl = , XF86AudioMute, exec, ~/.config/eww/scripts/volume osd &
# Brightness
bindle=, XF86MonBrightnessUp, exec, light -A 3 && ~/.config/eww/scripts/brightness osd &
bindle=, XF86MonBrightnessDown, exec, light -U 3 && ~/.config/eww/scripts/brightness osd &
######################################## Keybinds ########################################
# Apps: just normal apps
bind = SUPER, C, exec, code --password-store=gnome --enable-features=UseOzonePlatform --ozone-platform=wayland
bind = CONTROLSHIFTALT, Y, exec, yuzu
bind = SUPER, T, exec, foot --override shell=fish
bind = SUPERALT, T, exec, wezterm
bind = SUPER, Return, exec, kitty
bind = SUPER, E, exec, nautilus --new-window
bind = SUPER, W, exec, firefox
bind = CONTROLSUPERALT, E, exec, /usr/bin/microsoft-edge-stable --password-store=gnome --enable-features=UseOzonePlatform --ozone-platform=wayland --gtk-version=4
bind = SUPER, X, exec, gnome-text-editor --new-window
bind = SUPERSHIFT, W, exec, wps
#Apps: Settings and config
bind = SUPER, I, exec, gnome-control-center
bind = CONTROLSUPER, V, exec, pavucontrol
bind = CONTROLSHIFT, Escape, exec, gnome-system-monitor
bind = CONTROLALTSHIFT, Escape, exec, foot -T 'btop' btop
bind = SUPERSHIFT, I, exec, ~/.local/bin/guifetch
# Actions
bind = SUPERSHIFT, Period, exec, pkill wofi || wofi-emoji
bind = SUPER, Period, exec, pkill fuzzel || ~/.local/bin/fuzzel-emoji
bind = SUPER, Q, killactive,
bind = SUPERALT, Space, togglefloating,
bind = SHIFTSUPERALT, Q, exec, hyprctl kill
bind = CONTROLALT, Delete, exec, pkill wlogout || wlogout -p layer-shell
bind = CONTROLSHIFTALTSUPER, Delete, exec, systemctl poweroff
# Screenshot, Record, OCR (Optical Character Recognition), Color picker, Clipboard history
bind = SUPERSHIFT, D, exec,~/.local/bin/rubyshot | wl-copy
bind = SUPERSHIFTALT, S, exec, grim -g "$(slurp)" - | swappy -f -
bindl =,Print,exec,grim - | wl-copy
bind = SUPERSHIFT, S, exec, grim -g "$(slurp)" - | wl-copy
bind = SUPERALT, R, exec, ~/.local/bin/record-script.sh
bind = CONTROLALT, R, exec, ~/.local/bin/record-script.sh --sound
bind = SUPERSHIFTALT, R, exec, ~/.local/bin/record-script-fullscreen.sh
bind = CONTROLSUPERSHIFT,S,exec,grim -g "$(slurp)" "tmp.png" && tesseract "tmp.png" - | wl-copy && rm "tmp.png"
bind = SUPERSHIFT,T,exec,grim -g "$(slurp)" "tmp.png" && tesseract "tmp.png" - | wl-copy && rm "tmp.png"
bind = SUPERSHIFT, C, exec, hyprpicker -a
bind = SUPER, B, exec, copyq menu
bind = SUPER, V, exec, pkill fuzzel || cliphist list | fuzzel --no-fuzzy --icon-theme=candy-icons --background-color=1D1D27ee --text-color=cdd6f4ff --match-color=AC16C7FF --border-width=3 --border-radius=10 --border-color=8701E7FF --selection-color=585b70ff --selection-text-color=cdd6f4ff --selection-match-color=AC16C7FF --font="Rubik" --prompt=" " --dmenu | cliphist decode | wl-copy
# Media
bind = SUPERSHIFT, N, exec, playerctl next || playerctl position `bc <<< "100 * $(playerctl metadata mpris:length) / 1000000 / 100"`
bind = SUPERSHIFT, B, exec, playerctl previous
bind = SUPERSHIFT, P, exec, playerctl play-pause
#Lock screen | blur: --effect-blur=20x20
bind = SUPER, L, exec, ~/.local/bin/lock.sh
bind = SUPERSHIFT, L, exec, ~/.local/bin/lock.sh
bindl = SUPERSHIFT, L, exec, sleep 0.1 && systemctl suspend
# App launcher
bindr = SUPER, SUPER_L, exec, ~/.config/eww/scripts/toggle-overview.sh --keypress &
bind = SUPER, Slash, exec, pkill fuzzel || fuzzel --icon-theme=candy-icons --background-color=1D1D27ee --text-color=cdd6f4ff --match-color=AC16C7FF --border-width=3 --border-radius=10 --border-color=8701E7FF --selection-color=585b70ff --selection-text-color=cdd6f4ff --selection-match-color=AC16C7FF --font="Rubik" --prompt="  "
#bindr = SUPER, SUPER_L, exec, pkill rofi || rofi -show drun
################################# eww keybinds ################################
bindr = CONTROLSUPER, R, exec, pkill eww && eww daemon && eww open bar && eww open bg-decor
bind = SUPER, Tab, exec, ~/.config/eww/scripts/toggle-overview.sh
bind = SUPER, O, exec, ~/.config/eww/scripts/toggle-osettings.sh --keypress
bind = CONTROLSUPER, O, exec, ~/.config/eww/scripts/toggle-osettings.sh --keypress
bind = SUPER, M, exec, ~/.config/eww/scripts/toggle-bottombar.sh
bind = SUPER, N, exec, ~/.config/eww/scripts/toggle-onotify.sh --keypress
bind = SUPER, Comma, exec, ~/.config/eww/scripts/toggle-themer.sh
bind = SUPER, D, exec, ~/.config/eww/scripts/toggle-dash.sh --keypress
bind = SUPER, A, exec, ~/.config/eww/scripts/toggle-dashfs.sh
bind = SUPER, G, exec, ~/.config/eww/scripts/toggle-wingamebar.sh
bind = CONTROLSUPER, Tab, exec, ~/.config/eww/scripts/toggle-compactmode.sh
bind = SUPERALT, W, exec, ~/.config/eww/scripts/toggle-winmode.sh
############################ Keybinds for Hyprland ############################
# Swap windows
bind=SUPERSHIFT,left,movewindow,l
bind=SUPERSHIFT,right,movewindow,r
bind=SUPERSHIFT,up,movewindow,u
bind=SUPERSHIFT,down,movewindow,d
# Move focus
bind = SUPER, left, movefocus, l
bind = SUPER, right, movefocus, r
bind = SUPER, up, movefocus, u
bind = SUPER, down, movefocus, d
bind = SUPER, BracketLeft, movefocus, l
bind = SUPER, BracketRight, movefocus, r
# Window title
bind = SUPER, left, exec, eww update rev_center_ws=false
bind = SUPER, right, exec, eww update rev_center_ws=false
bind = SUPER, up, exec, eww update rev_center_ws=false
bind = SUPER, down, exec, eww update rev_center_ws=false
bind = SUPER, BracketLeft, exec, eww update rev_center_ws=false
bind = SUPER, BracketRight, exec, eww update rev_center_ws=false
bind = ALT, Tab, exec, eww update rev_center_ws=false
# Workspace, window, tab switch with keyboard
bind = CONTROLSUPER, right, workspace, +1
bind = CONTROLSUPER, left, workspace, -1
bind = CONTROLSUPER, BracketLeft, workspace, -1
bind = CONTROLSUPER, BracketRight, workspace, +1
bind = CONTROLSUPER, up, workspace, -1
bind = CONTROLSUPER, down, workspace, +1
bind = SUPER, Page_Down, workspace, +1
bind = SUPER, Page_Up, workspace, -1
bind = CONTROLSUPER, Page_Down, workspace, +1
bind = CONTROLSUPER, Page_Up, workspace, -1
bind = SUPERSHIFT, Page_Down, movetoworkspace, +1
bind = SUPERSHIFT, Page_Up, movetoworkspace, -1
bind = CONTROLSUPERSHIFT, Right, movetoworkspace, +1
bind = CONTROLSUPERSHIFT, Left, movetoworkspace, -1
bind = SUPERSHIFT, mouse_down, movetoworkspace, -1
bind = SUPERSHIFT, mouse_up, movetoworkspace, +1
# Show workspaces module
bind = CONTROLSUPER, right, exec, eww update rev_center_ws=true
bind = CONTROLSUPER, left, exec, eww update rev_center_ws=true
bind = CONTROLSUPER, BracketLeft, exec, eww update rev_center_ws=true
bind = CONTROLSUPER, BracketRight, exec, eww update rev_center_ws=true
bind = CONTROLSUPER, up, exec, eww update rev_center_ws=true
bind = CONTROLSUPER, down, exec, eww update rev_center_ws=true
bind = SUPER, Page_Down, exec, eww update rev_center_ws=true
bind = SUPER, Page_Up, exec, eww update rev_center_ws=true
bind = CONTROLSUPER, Page_Down, exec, eww update rev_center_ws=true
bind = CONTROLSUPER, Page_Up, exec, eww update rev_center_ws=true
bind = SUPERSHIFT, Page_Down, exec, eww update rev_center_ws=true
bind = SUPERSHIFT, Page_Up, exec, eww update rev_center_ws=true
bind = CONTROLSUPERSHIFT, Right, exec, eww update rev_center_ws=true
bind = CONTROLSUPERSHIFT, Left, exec, eww update rev_center_ws=true
bind = SUPERSHIFT, mouse_down, exec, eww update rev_center_ws=true
bind = SUPERSHIFT, mouse_up, exec, eww update rev_center_ws=true
# Window split ratio
binde = SUPER, Minus, splitratio, -0.1
binde = SUPER, Equal, splitratio, 0.1
binde = SUPER, Semicolon, splitratio, -0.1
binde = SUPER, Apostrophe, splitratio, 0.1
# Fullscreen
bind = SUPER, F, fullscreen
# Switching
bind = SUPER, 1, workspace, 1
bind = SUPER, 2, workspace, 2
bind = SUPER, 3, workspace, 3
bind = SUPER, 4, workspace, 4
bind = SUPER, 5, workspace, 5
bind = SUPER, 6, workspace, 6
bind = SUPER, 7, workspace, 7
bind = SUPER, 8, workspace, 8
bind = SUPER, 9, workspace, 9
bind = SUPER, 0, workspace, 10
bind = SUPER, S, togglespecialworkspace,
bind = CONTROLSUPER, S, togglespecialworkspace,
bind = ALT, Tab, cyclenext # Why is this even here?
bind = ALT, Tab, bringactivetotop, # bring it to the top
# Move window to workspace Super + Alt + [0-9]
bind = SUPER ALT, 1, movetoworkspacesilent, 1
bind = SUPER ALT, 2, movetoworkspacesilent, 2
bind = SUPER ALT, 3, movetoworkspacesilent, 3
bind = SUPER ALT, 4, movetoworkspacesilent, 4
bind = SUPER ALT, 5, movetoworkspacesilent, 5
bind = SUPER ALT, 6, movetoworkspacesilent, 6
bind = SUPER ALT, 7, movetoworkspacesilent, 7
bind = SUPER ALT, 8, movetoworkspacesilent, 8
bind = SUPER ALT, 9, movetoworkspacesilent, 9
bind = SUPER ALT, 0, movetoworkspacesilent, 10
bind = SUPERALT, S, movetoworkspacesilent, special
# Scroll through existing workspaces with (Control) + Super + scroll
bind = SUPER, mouse_up, workspace, +1
bind = SUPER, mouse_down, workspace, -1
bind = CONTROLSUPER, mouse_up, workspace, +1
bind = CONTROLSUPER, mouse_down, workspace, -1
# Move/resize windows with Super + LMB/RMB and dragging
bindm = SUPER, mouse:272, movewindow
bindm = SUPER, mouse:273, resizewindow
bindm = SUPER, mouse:274, movewindow
bindm = SUPER, Z, movewindow
bind = CONTROLSUPER, Backslash, resizeactive, exact 640 480
# trying vim-like stuff
binde = SUPER_ALT, I, exec, wtype -k Up
binde = SUPER_ALT, K, exec, wtype -P Down
binde = SUPER_ALT, J, exec, wtype -P Left
binde = SUPER_ALT, L, exec, wtype -P Right
+5
View File
@@ -0,0 +1,5 @@
env = XMODIFIERS, @im=ibus
env = GTK_IM_MODULE, ibus
env = QT_IM_MODULE, ibus
env = QT_QPA_PLATFORMTHEME, qt5ct
env = WLR_NO_HARDWARE_CURSORS, 1
+29
View File
@@ -0,0 +1,29 @@
# Wallpaper
exec-once = swaybg -i ~/.config/eww/images/wallpaper/wallpaper
# Status bar
#exec-once = waybar
exec-once = eww daemon && eww open bar && eww open bottomline # && eww open dynamic-bg
exec-once = ~/.config/eww/scripts/get_open_icons &
#exec-once = eww daemon && eww open winbar &
# Language Switch
exec-once = ibus-daemon --xim -d -r
exec-once = ibus engine xkb:us::eng
# Core components (authentication, lock screen, notification daemon)
exec-once = dbus-update-activation-environment --all
exec-once = /usr/bin/gnome-keyring-daemon --start --components=secrets
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
exec-once = dunst &
exec-once = swayidle -w timeout 300 'gtklock' before-sleep 'gtklock' &
exec-once = swayidle -w timeout 450 'systemctl suspend'
# Clipboard history
exec-once = wl-paste --watch cliphist store
# Cursor and Touchpad gestures
exec-once = hyprctl setcursor Bibata-Modern-Classic 24
exec-once = libinput-gestures-setup start
exec-once = sleep 1 && dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
+148
View File
@@ -0,0 +1,148 @@
###################################################
# This is the config for Hypr, not Hyprland! #
# that abandoned Xorg window manager.. #
###################################################
gaps_in=4
border_size=3
gaps_out=8
rounding=17
max_fps=60 # max fps for updates of config & animations
focus_when_hover=1 # 0 - do not switch the focus when hover (only for tiling)
main_mod=SUPER # For moving, resizing
intelligent_transients=1 # keeps transients always on top.
no_unmap_saving=1 # disables saving unmapped windows (seems to break sometimes)
scratchpad_mon=0 # self-explanatory # no its not
# Execs
exec-once=nitrogen --set-centered ~/.config/eww/images/wallpaper/wallpaper
exec-once=/usr/bin/gnome-keyring-daemon --start --components=secrets
exec-once=/usr/libexec/polkit-gnome-authentication-agent-1 &
exec-once=ibus-daemon --xim -d -r
exec-once=picom
#exec-once=ibus-daemon &
exec-once=ibus engine Bamboo::Us
bind=SUPERSHIFT,V,exec,ibus engine Bamboo::Us
bind=SUPERSHIFT,E,exec,ibus engine xkb:us::eng
# Layout
layout=0 # 0 - dwindle (default), 1 - master
layout {
no_gaps_when_only=0 # disables gaps and borders when only window on screen
}
# Bar config
Bar {
height=20
monitor=0
enabled=1
mod_pad_in=8
no_tray_saving=1 # using this doesnt save the tray between reloads but fixes an issue with the bar disappearing.
font.main=Noto Sans
font.secondary=Noto Sans
col.bg=0xff111111
col.high=0xffff3333
module=left,X,0xff8000ff,0xffffffff,1,workspaces
module=pad,left,10
module=left,,0xff7000dd,0xff7000dd,1,tray
module=right,X,0xffffffff,0xff00ff33,1000,$date +%a,\ %b\ %Y\ \ %I:%M\ %p$
}
# colors
col.active_border=0xff7348e0
col.inactive_border=0x77222222
# status command
# deprecated
# status_command=date +%a,\ %b\ %Y\ \ %I:%M\ %p
#
# animations
Animations {
enabled=1
speed=8
window_resize_speed=1
cheap=1 # highly recommended
borders=1
workspaces=1
}
# example window rules, more in the wiki
# windowrule=float,class:krunner
# windowrule=float,role:pop-up
# windowrule=float,role:task_dialog
# windowrule=monitor 0,class:krunner
# windowrule=size 500 50,class:krunner
# windowrule=move 700 500,class:krunner
# windowrule=pseudo,class:discord
# keybinds
bind=CTRLALT,119,exec,kill Xorg
bind=SUPER,R,exec,dmenu_run
bind=SUPER,T,exec,kitty fish
# bind=SUPER,W,exec,microsoft-edge --password-store=gnome --enable-features=UseOzonePlatform --gtk-version=4
bind=SUPER,W,exec,firefox
bind=SUPER,A,exec,rofi -show drun
bind=SUPER,ESCAPE,exec,kitty btop
bind=SUPER,E,exec,nautilus --new-window
bind=SUPER,G,exec,gnome-text-editor --new-window
bind=SUPER,Q,killactive,
bind=SUPERSHIFT,LEFT,movewindow,l
bind=SUPERSHIFT,RIGHT,movewindow,r
bind=SUPERSHIFT,UP,movewindow,u
bind=SUPERSHIFT,DOWN,movewindow,d
bind=SUPER,LEFT,movefocus,l
bind=SUPER,RIGHT,movefocus,r
bind=SUPER,UP,movefocus,u
bind=SUPER,DOWN,movefocus,d
bind=SUPER,F,fullscreen,
bind=SUPER,1,workspace,1
bind=SUPER,2,workspace,2
bind=SUPER,3,workspace,3
bind=SUPER,4,workspace,4
bind=SUPER,5,workspace,5
bind=SUPER,6,workspace,6
bind=SUPER,7,workspace,7
bind=SUPER,8,workspace,8
bind=SUPER,9,workspace,9
bind=SUPER,0,workspace,10
bind=CTRLSUPER,left,lastworkspace,-
bind=CTRLSUPER,right,nextworkspace,+
bind=CTRLSUPER,Prior,lastworkspace,-
bind=CTRLSUPER,Next,nextworkspace,+
bind=SUPER,Prior,lastworkspace,-
bind=SUPER,Next,nextworkspace,+
bind=CTRLSUPER,H,lastworkspace,
bind=CTRLSUPER,L,nextworkspace,
bind=CTRLSUPERSHIFT,left,movetorelativeworkspace,-
bind=CTRLSUPERSHIFT,right,movetorelativeworkspace,+
bind=SUPERALT,1,movetoworkspace,1
bind=SUPERALT,2,movetoworkspace,2
bind=SUPERALT,3,movetoworkspace,3
bind=SUPERALT,4,movetoworkspace,4
bind=SUPERALT,5,movetoworkspace,5
bind=SUPERALT,6,movetoworkspace,6
bind=SUPERALT,7,movetoworkspace,7
bind=SUPERALT,8,movetoworkspace,8
bind=SUPERALT,9,movetoworkspace,9
bind=SUPERALT,0,movetoworkspace,10
bind=SUPERSHIFT,S,movetoworkspace,scratchpad
bind=SUPER,S,scratchpad,
bind=SUPERALT,SPACE,togglefloating,
bind=SUPER,equal,splitratio,+0.15
bind=SUPER,minus,splitratio,-0.15
+163
View File
@@ -0,0 +1,163 @@
# This file contains general customization options
# For Environment variables see env.conf
# For Keybinds variables see keybinds.conf
# For Auto-run stuff see execs.conf
source=~/.config/hypr/env.conf
############################# Monitor ############################
monitor=,preferred,auto,1
monitor=, addreserved, 61, 0, 0, 0
#monitor=HDMI-A-1,1920x1080@60,1920x0,1,mirror,eDP-1 # screen mirror for laptop -> hdmi
#################### Core components (authentication, idle daemon and stuff) ##############
source=~/.config/hypr/execs.conf
############################# Keybinds ############################
source=~/.config/hypr/keybinds.conf
############################## Input ##############################
input {
# Mouse
# accel_profile = adaptive
force_no_accel = false
#sensitivity = 0
# Keyboard
kb_layout = us
follow_mouse = 1
numlock_by_default = true
touchpad {
natural_scroll = yes
disable_while_typing = true
clickfinger_behavior = true
scroll_factor = 0.7
}
scroll_method = 2fg
}
gestures {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
workspace_swipe = true
workspace_swipe_distance = 1200px
workspace_swipe_fingers = 4
workspace_swipe_cancel_ratio = 0.2
workspace_swipe_min_speed_to_force = 5
workspace_swipe_create_new = true
}
general {
# Gaps and border
gaps_in = 4
gaps_out = 8
border_size = 2
# Fallback colors
col.active_border = rgba(0DB7D4FF) rgba(7AA2F7FF) rgba(9778D0FF) 45deg
col.inactive_border = rgba(04404aaa)
# Functionality
# resize_on_border = true
layout = dwindle
}
dwindle {
preserve_split = true # you probably want this
#no_gaps_when_only = true
}
decoration {
# Blur rules
rounding = 15
# Blur
blur {
enabled = yes
size = 7
passes = 4
new_optimizations = on
ignore_opacity = false
}
# Shadow
drop_shadow = no
shadow_range = 30
shadow_render_power = 3
col.shadow = rgba(01010166)
# Shader
# screen_shader = ~/.config/hypr/shaders/nothing.frag
# Dim
dim_inactive = false
dim_strength = 0.1
dim_special = 0
}
animations {
enabled = yes
# Animation curves
bezier = md3_standard, 0.2, 0.0, 0, 1.0
bezier = md3_decel, 0.05, 0.7, 0.1, 1
bezier = md3_accel, 0.3, 0, 0.8, 0.15
bezier = overshot, 0.05, 0.9, 0.1, 1.05
bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0
bezier = win10, 0, 0, 0, 1
bezier = gnome, 0, 0.85, 0.3, 1
bezier = funky, 0.46, 0.35, -0.2, 1.2
# Animation configs
animation = windows, 1, 2, md3_decel, slide
animation = border, 1, 10, default
animation = fade, 1, 0.0000001, default
animation = workspaces, 1, 4, md3_decel, slide
}
misc {
vfr = 1
vrr = 0
focus_on_activate = true
animate_manual_resizes = true
animate_mouse_windowdragging = true
#suppress_portal_warnings = true
enable_swallow = true
}
debug {
#overlay = true
#damage_tracking=0
}
decoration {
#screen_shader = ~/.config/hypr/shaders/drugs.frag
#screen_shader = ~/.config/hypr/shaders/crt.frag
}
######## Window rules ########
windowrule = float, ^(steam)$
windowrule = float, ^(guifetch)$
# Dialogs
windowrule=float,title:^(Open File)(.*)$
windowrule=float,title:^(Open Folder)(.*)$
windowrule=float,title:^(Save As)(.*)$
windowrule=float,title:^(Library)(.*)$
windowrulev2 = rounding 17, floating:1
######## Layer rules ########
layerrule = blur, gtk-layer-shell
layerrule = ignorezero, gtk-layer-shell
layerrule = blur, notifications
layerrule = ignorezero, notifications
plugin {
hyprbars {
bar_color = rgba(090727FF)
bar_height = 20
bar_text_size = 10
bar_text_color = rgba(7775D0FF)
}
}
# Dynamic colors
source=~/.config/hypr/colors.conf
+201
View File
@@ -0,0 +1,201 @@
########################## Language ############################
bind = SUPERSHIFT, V, exec, ibus engine Bamboo::Us
bind = SUPERSHIFT, E, exec, ibus engine xkb:us::eng
bind = SUPER, Space, exec, ~/.config/eww/scripts/language --cycle
#################### It just works™ keybinds ###################
# Volume
bindl = ,XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
bindle=, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
bindle=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
bindle = , XF86AudioRaiseVolume, exec, ~/.config/eww/scripts/volume osd &
bindle = , XF86AudioLowerVolume, exec, ~/.config/eww/scripts/volume osd &
bindl = , XF86AudioMute, exec, ~/.config/eww/scripts/volume osd &
# Brightness
bindle=, XF86MonBrightnessUp, exec, light -A 3 && ~/.config/eww/scripts/brightness osd &
bindle=, XF86MonBrightnessDown, exec, light -U 3 && ~/.config/eww/scripts/brightness osd &
######################################## Keybinds ########################################
# Apps: just normal apps
bind = SUPER, C, exec, code --password-store=gnome --enable-features=UseOzonePlatform --ozone-platform=wayland
bind = CONTROLSHIFTALT, Y, exec, yuzu
bind = SUPER, T, exec, foot --override shell=fish
bind = SUPERALT, T, exec, wezterm
bind = SUPER, Return, exec, kitty
bind = SUPER, E, exec, nautilus --new-window
bind = SUPER, W, exec, firefox
bind = CONTROLSUPERALT, E, exec, /usr/bin/microsoft-edge-stable --password-store=gnome --enable-features=UseOzonePlatform --ozone-platform=wayland --gtk-version=4
bind = SUPER, X, exec, gnome-text-editor --new-window
bind = SUPERSHIFT, W, exec, wps
# Apps: Settings and config
bind = SUPER, I, exec, gnome-control-center
bind = CONTROLSUPER, V, exec, pavucontrol
bind = CONTROLSHIFT, Escape, exec, gnome-system-monitor
bind = CONTROLALTSHIFT, Escape, exec, foot -T 'btop' btop
bind = SUPERSHIFT, I, exec, ~/.local/bin/guifetch
# Actions
bind = SUPERSHIFT, Period, exec, pkill wofi || wofi-emoji
bind = SUPER, Period, exec, pkill fuzzel || ~/.local/bin/fuzzel-emoji
bind = SUPER, Q, killactive,
bind = SUPERALT, Space, togglefloating,
bind = SHIFTSUPERALT, Q, exec, hyprctl kill
bind = CONTROLALT, Delete, exec, pkill wlogout || wlogout -p layer-shell
bind = CONTROLSHIFTALTSUPER, Delete, exec, systemctl poweroff
# Screenshot, Record, OCR (Optical Character Recognition), Color picker, Clipboard history
bind = SUPERSHIFT, D, exec,~/.local/bin/rubyshot | wl-copy
bind = SUPERSHIFTALT, S, exec, grim -g "$(slurp)" - | swappy -f -
bindl =,Print,exec,grim - | wl-copy
bind = SUPERSHIFT, S, exec, grim -g "$(slurp)" - | wl-copy
bind = SUPERALT, R, exec, ~/.local/bin/record-script.sh
bind = CONTROLALT, R, exec, ~/.local/bin/record-script.sh --sound
bind = SUPERSHIFTALT, R, exec, ~/.local/bin/record-script-fullscreen.sh
bind = CONTROLSUPERSHIFT,S,exec,grim -g "$(slurp)" "tmp.png" && tesseract "tmp.png" - | wl-copy && rm "tmp.png"
bind = SUPERSHIFT,T,exec,grim -g "$(slurp)" "tmp.png" && tesseract "tmp.png" - | wl-copy && rm "tmp.png"
bind = SUPERSHIFT, C, exec, hyprpicker -a
bind = SUPER, B, exec, copyq menu
bind = SUPER, V, exec, pkill fuzzel || cliphist list | fuzzel --no-fuzzy --icon-theme=candy-icons --background-color=1D1D27ee --text-color=cdd6f4ff --match-color=AC16C7FF --border-width=3 --border-radius=10 --border-color=8701E7FF --selection-color=585b70ff --selection-text-color=cdd6f4ff --selection-match-color=AC16C7FF --font="Rubik" --prompt=" " --dmenu | cliphist decode | wl-copy
# Media
bind = SUPERSHIFT, N, exec, playerctl next || playerctl position `bc <<< "100 * $(playerctl metadata mpris:length) / 1000000 / 100"`
bind = SUPERSHIFT, B, exec, playerctl previous
bind = SUPERSHIFT, P, exec, playerctl play-pause
#Lock screen | blur: --effect-blur=20x20
bind = SUPER, L, exec, ~/.local/bin/lock.sh
bind = SUPERSHIFT, L, exec, ~/.local/bin/lock.sh
bindl = SUPERSHIFT, L, exec, sleep 0.1 && systemctl suspend
# App launcher
bindr = SUPER, SUPER_L, exec, ~/.config/eww/scripts/toggle-overview.sh --keypress &
bind = SUPER, Slash, exec, pkill fuzzel || fuzzel --icon-theme=candy-icons --background-color=1D1D27ee --text-color=cdd6f4ff --match-color=AC16C7FF --border-width=3 --border-radius=10 --border-color=8701E7FF --selection-color=585b70ff --selection-text-color=cdd6f4ff --selection-match-color=AC16C7FF --font="Rubik" --prompt="  "
################################# eww keybinds ################################
bindr = CONTROLSUPER, R, exec, pkill eww && eww daemon && eww open bar && eww open bottomline
bind = SUPER, Tab, exec, ~/.config/eww/scripts/toggle-overview.sh &
bind = SUPER, O, exec, ~/.config/eww/scripts/toggle-osettings.sh --keypress &
bind = CONTROLSUPER, O, exec, ~/.config/eww/scripts/toggle-osettings.sh --keypress &
bind = SUPER, M, exec, ~/.config/eww/scripts/toggle-bottombar.sh &
bind = SUPER, N, exec, ~/.config/eww/scripts/toggle-onotify.sh --keypress &
bind = SUPER, Comma, exec, ~/.config/eww/scripts/toggle-themer.sh &
bind = SUPER, D, exec, ~/.config/eww/scripts/toggle-dash.sh --keypress &
bind = SUPER, A, exec, ~/.config/eww/scripts/toggle-dashfs.sh --keypress &
bind = SUPER, G, exec, ~/.config/eww/scripts/toggle-wingamebar.sh &
bind = CONTROLSUPER, Tab, exec, ~/.config/eww/scripts/toggle-compactmode.sh
bind = SUPERALT, W, exec, ~/.config/eww/scripts/toggle-winmode.sh
############################ Keybinds for Hyprland ############################
# Swap windows
bind = SUPERSHIFT, left, movewindow, l
bind = SUPERSHIFT, right, movewindow, r
bind = SUPERSHIFT, up, movewindow, u
bind = SUPERSHIFT, down, movewindow, d
# Move focus
bind = SUPER, left, movefocus, l
bind = SUPER, right, movefocus, r
bind = SUPER, up, movefocus, u
bind = SUPER, down, movefocus, d
bind = SUPER, BracketLeft, movefocus, l
bind = SUPER, BracketRight, movefocus, r
# Window title
bind = SUPER, left, exec, eww update rev_center_ws=false
bind = SUPER, right, exec, eww update rev_center_ws=false
bind = SUPER, up, exec, eww update rev_center_ws=false
bind = SUPER, down, exec, eww update rev_center_ws=false
bind = SUPER, BracketLeft, exec, eww update rev_center_ws=false
bind = SUPER, BracketRight, exec, eww update rev_center_ws=false
bind = ALT, Tab, exec, eww update rev_center_ws=false
# Workspace, window, tab switch with keyboard
bind = CONTROLSUPER, right, workspace, +1
bind = CONTROLSUPER, left, workspace, -1
bind = CONTROLSUPER, BracketLeft, workspace, -1
bind = CONTROLSUPER, BracketRight, workspace, +1
bind = CONTROLSUPER, up, workspace, -5
bind = CONTROLSUPER, down, workspace, +5
bind = SUPER, Page_Down, workspace, +1
bind = SUPER, Page_Up, workspace, -1
bind = CONTROLSUPER, Page_Down, workspace, +1
bind = CONTROLSUPER, Page_Up, workspace, -1
bind = SUPERSHIFT, Page_Down, movetoworkspace, +1
bind = SUPERSHIFT, Page_Up, movetoworkspace, -1
bind = CONTROLSUPERSHIFT, Right, movetoworkspace, +1
bind = CONTROLSUPERSHIFT, Left, movetoworkspace, -1
bind = SUPERSHIFT, mouse_down, movetoworkspace, -1
bind = SUPERSHIFT, mouse_up, movetoworkspace, +1
# Show workspaces module
bind = CONTROLSUPER, right, exec, eww update rev_center_ws=true
bind = CONTROLSUPER, left, exec, eww update rev_center_ws=true
bind = CONTROLSUPER, BracketLeft, exec, eww update rev_center_ws=true
bind = CONTROLSUPER, BracketRight, exec, eww update rev_center_ws=true
bind = CONTROLSUPER, up, exec, eww update rev_center_ws=true
bind = CONTROLSUPER, down, exec, eww update rev_center_ws=true
bind = SUPER, Page_Down, exec, eww update rev_center_ws=true
bind = SUPER, Page_Up, exec, eww update rev_center_ws=true
bind = CONTROLSUPER, Page_Down, exec, eww update rev_center_ws=true
bind = CONTROLSUPER, Page_Up, exec, eww update rev_center_ws=true
bind = SUPERSHIFT, Page_Down, exec, eww update rev_center_ws=true
bind = SUPERSHIFT, Page_Up, exec, eww update rev_center_ws=true
bind = CONTROLSUPERSHIFT, Right, exec, eww update rev_center_ws=true
bind = CONTROLSUPERSHIFT, Left, exec, eww update rev_center_ws=true
bind = SUPERSHIFT, mouse_down, exec, eww update rev_center_ws=true
bind = SUPERSHIFT, mouse_up, exec, eww update rev_center_ws=true
# Window split ratio
binde = SUPER, Minus, splitratio, -0.1
binde = SUPER, Equal, splitratio, 0.1
binde = SUPER, Semicolon, splitratio, -0.1
binde = SUPER, Apostrophe, splitratio, 0.1
# Fullscreen
bind = SUPER, F, fullscreen
# Switching
bind = SUPER, 1, workspace, 1
bind = SUPER, 2, workspace, 2
bind = SUPER, 3, workspace, 3
bind = SUPER, 4, workspace, 4
bind = SUPER, 5, workspace, 5
bind = SUPER, 6, workspace, 6
bind = SUPER, 7, workspace, 7
bind = SUPER, 8, workspace, 8
bind = SUPER, 9, workspace, 9
bind = SUPER, 0, workspace, 10
bind = SUPER, S, togglespecialworkspace,
bind = CONTROLSUPER, S, togglespecialworkspace,
bind = ALT, Tab, cyclenext
bind = ALT, Tab, bringactivetotop, # bring it to the top
# Move window to workspace Super + Alt + [0-9]
bind = SUPER ALT, 1, movetoworkspacesilent, 1
bind = SUPER ALT, 2, movetoworkspacesilent, 2
bind = SUPER ALT, 3, movetoworkspacesilent, 3
bind = SUPER ALT, 4, movetoworkspacesilent, 4
bind = SUPER ALT, 5, movetoworkspacesilent, 5
bind = SUPER ALT, 6, movetoworkspacesilent, 6
bind = SUPER ALT, 7, movetoworkspacesilent, 7
bind = SUPER ALT, 8, movetoworkspacesilent, 8
bind = SUPER ALT, 9, movetoworkspacesilent, 9
bind = SUPER ALT, 0, movetoworkspacesilent, 10
bind = CONTROLSHIFTSUPER, Up, movetoworkspacesilent, special
bind = SUPERALT, S, movetoworkspacesilent, special
# Scroll through existing workspaces with (Control) + Super + scroll
bind = SUPER, mouse_up, workspace, +1
bind = SUPER, mouse_down, workspace, -1
bind = CONTROLSUPER, mouse_up, workspace, +1
bind = CONTROLSUPER, mouse_down, workspace, -1
# Move/resize windows with Super + LMB/RMB and dragging
bindm = SUPER, mouse:272, movewindow
bindm = SUPER, mouse:273, resizewindow
bindm = SUPER, mouse:274, movewindow
bindm = SUPER, Z, movewindow
bind = CONTROLSUPER, Backslash, resizeactive, exact 640 480
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/Igw7x_q_SY8/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AOn4CLAnBg0FYExCAq5yAvoYoyE3rjhD6w
general {
col.active_border = rgba(D1B043FF) rgba(E9D463FF) rgba(C7B89CFF) 45deg
col.inactive_border = rgba(D1B04366)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/fjmfM_GhaKE/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAZwkQ3bKm9M6hFMb6vSPULmOR6UQ
general {
col.active_border = rgba(2875C5FF) rgba(5BA6B4FF) rgba(9EA19DFF) 45deg
col.inactive_border = rgba(2875C566)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/-aKHRnS1NrY/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLARkaFkCli09IlsqLfdrLkiZrRmNw
general {
col.active_border = rgba(75728AFF) rgba(897A89FF) rgba(8A8592FF) 45deg
col.inactive_border = rgba(75728A66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-000102218806-ducxb5-t80x80.jpg
general {
col.active_border = rgba(AECD77FF) rgba(3C6D8DFF) rgba(5EB2A8FF) 45deg
col.inactive_border = rgba(AECD7766)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-LPvgpz3T7pFKWPBy-ihlbAw-t80x80.jpg
general {
col.active_border = rgba(043094FF) rgba(3E5EA0FF) rgba(0A69CDFF) 45deg
col.inactive_border = rgba(04309466)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-LPvgpz3T7pFKWPBy-ihlbAw-t80x80.jpg
general {
col.active_border = rgba(043094FF) rgba(3E5EA0FF) rgba(0A69CDFF) 45deg
col.inactive_border = rgba(04309466)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: [Local wallpaper]
general {
col.active_border = rgba(99B5DEFF) rgba(92CBF6FF) rgba(B0E2F7FF) 45deg
col.inactive_border = rgba(99B5DE66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi_webp/eXJqyCgVpjc/mqdefault.webp
general {
col.active_border = rgba(955B6CFF) rgba(D36572FF) rgba(DC728FFF) 45deg
col.inactive_border = rgba(955B6C66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/5jvVbbai7qk/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AOn4CLDyTWGok8rtpE0Dj6rsAY9n03bhkQ
general {
col.active_border = rgba(C96F95FF) rgba(A7868DFF) rgba(DB9DAAFF) 45deg
col.inactive_border = rgba(C96F9566)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-000579642002-mq4kgn-t80x80.jpg
general {
col.active_border = rgba(D3A3F8FF) rgba(F3B3FAFF) rgba(B1F6FBFF) 45deg
col.inactive_border = rgba(D3A3F866)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: [Local wallpaper]
general {
col.active_border = rgba(60C4F1FF) rgba(9F9BABFF) rgba(A2AECFFF) 45deg
col.inactive_border = rgba(60C4F166)
}
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: [Local wallpaper]
general {
col.active_border = rgba(39B1D7FF) rgba(63A0D4FF) rgba(9BA1CFFF) 45deg
col.inactive_border = rgba(39B1D766)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/4Me9rKMKIiY/hqdefault.jpg?sqp=-oaymwE2CNACELwBSFXyq4qpAygIARUAAIhCGAFwAcABBvABAfgB_gmAAtAFigIMCAAQARgdIGUoYDAP&rs=AOn4CLCTO0d31Dqgq1VrZ7Kyc7QQprKctw
general {
col.active_border = rgba(E72DA9FF) rgba(C24BB3FF) rgba(32EBDCFF) 45deg
col.inactive_border = rgba(E72DA966)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/OdasYzoN7TQ/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCYFcwiVGbaXXSPIUCHH7RG7dYbMQ
general {
col.active_border = rgba(C9B0FDFF) rgba(E3BCFEFF) rgba(B1D2FDFF) 45deg
col.inactive_border = rgba(C9B0FD66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-000464639244-hzoi9t-t80x80.jpg
general {
col.active_border = rgba(0C30A0FF) rgba(1A50A5FF) rgba(5443D2FF) 45deg
col.inactive_border = rgba(0C30A066)
}
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/m-imaoaZ9ho/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AOn4CLBkvbpwGwMXwTM2ezepbUGV05pLFg
general {
col.active_border = rgba(9A6BA7FF) rgba(AA7AC3FF) rgba(B786CEFF) 45deg
col.inactive_border = rgba(9A6BA766)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi_webp/4cFD-5w5cyA/mqdefault.webp
general {
col.active_border = rgba(2A9EE5FF) rgba(4E9DC4FF) rgba(62D9F9FF) 45deg
col.inactive_border = rgba(2A9EE566)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/hcbc09-cQaM/mqdefault.jpg
general {
col.active_border = rgba(A2A1ABFF) rgba(D8B3B1FF) rgba(B1CADBFF) 45deg
col.inactive_border = rgba(A2A1AB66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/gmSGmgffLXI/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDoJVlARTVsqnvWgL506qzeguKpdw
general {
col.active_border = rgba(A56E56FF) rgba(E37748FF) rgba(AB8873FF) 45deg
col.inactive_border = rgba(A56E5666)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-000277772429-kb8c52-t80x80.jpg
general {
col.active_border = rgba(4C7192FF) rgba(A575A5FF) rgba(39A6CEFF) 45deg
col.inactive_border = rgba(4C719266)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: [Local wallpaper]
general {
col.active_border = rgba(90CBE4FF) rgba(15BBFFFF) rgba(688cd4FF) 45deg
col.inactive_border = rgba(A494A566)
}
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/_z1L9alieOI/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLA_0euyiuQSHnE8Gn0l5AECOTvFtQ
general {
col.active_border = rgba(727085FF) rgba(019DB5FF) rgba(5BB8B8FF) 45deg
col.inactive_border = rgba(72708566)
}
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/_z1L9alieOI/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AOn4CLDk081Hk_24mnKxtawjxKQ64rrQDg
general {
col.active_border = rgba(767C80FF) rgba(039CB7FF) rgba(5EB6B9FF) 45deg
col.inactive_border = rgba(767C8066)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: [Local wallpaper]
general {
col.active_border = rgba(F85B13FF) rgba(A05862FF) rgba(7B6985FF) 45deg
col.inactive_border = rgba(F85B1366)
}
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: [Local wallpaper]
general {
col.active_border = rgba(905772FF) rgba(A35161FF) rgba(A36D8FFF) 45deg
col.inactive_border = rgba(90577266)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/7Pyt_xftxM8/hqdefault.jpg?sqp=-oaymwE2CNACELwBSFXyq4qpAygIARUAAIhCGAFwAcABBvABAfgB_gmAAtAFigIMCAAQARh_ID0oJDAP&rs=AOn4CLCqLpcalabHrrGdKHYreXbaxo3BMw
general {
col.active_border = rgba(985F2BFF) rgba(AA7133FF) rgba(B78938FF) 45deg
col.inactive_border = rgba(985F2B66)
}
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-JgiEcXItFfvrKUZ9-aVqgEw-t80x80.jpg
general {
col.active_border = rgba(BBA7A7FF) rgba(EE91B4FF) rgba(FCB0D0FF) 45deg
col.inactive_border = rgba(BBA7A766)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-rs5BJbnE1joHdT19-cy5Ilg-t80x80.jpg
general {
col.active_border = rgba(F8817EFF) rgba(BD8683FF) rgba(F7A49BFF) 45deg
col.inactive_border = rgba(F8817E66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/51k7SJPDUNo/hqdefault.jpg?sqp=-oaymwE2CNACELwBSFXyq4qpAygIARUAAIhCGAFwAcABBvABAfgB1AaAAuADigIMCAAQARh_IE4oGjAP&rs=AOn4CLATHs_fDDtgQN42Gi-Dwj9AvUCnqQ
general {
col.active_border = rgba(696350FF) rgba(92360FFF) rgba(A7683CFF) 45deg
col.inactive_border = rgba(69635066)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/51k7SJPDUNo/hqdefault.jpg?sqp=-oaymwE2CNACELwBSFXyq4qpAygIARUAAIhCGAFwAcABBvABAfgB1AaAAuADigIMCAAQARh_IE4oGjAP&rs=AOn4CLATHs_fDDtgQN42Gi-Dwj9AvUCnqQ
general {
col.active_border = rgba(696350FF) rgba(92360FFF) rgba(A7683CFF) 45deg
col.inactive_border = rgba(69635066)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: [Local wallpaper]
general {
col.active_border = rgba(99798CFF) rgba(6A87B1FF) rgba(A39BA5FF) 45deg
col.inactive_border = rgba(99798C66)
}
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: [Local wallpaper]
general {
col.active_border = rgba(7B805DFF) rgba(BCBD58FF) rgba(4C748AFF) 45deg
col.inactive_border = rgba(7B805D66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/8abwtVLP18Y/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLABvuWZHErcUxghiy_4ZuNZFFoXUA
general {
col.active_border = rgba(5322A1FF) rgba(433AA8FF) rgba(691FD5FF) 45deg
col.inactive_border = rgba(5322A166)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: [Local wallpaper]
general {
col.active_border = rgba(ECD069FF) rgba(AFA892FF) rgba(BAC59CFF) 45deg
col.inactive_border = rgba(ECD06966)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: [Local wallpaper]
general {
col.active_border = rgba(3E83A0FF) rgba(4F90ACFF) rgba(6AB2CAFF) 45deg
col.inactive_border = rgba(3E83A066)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: [Local wallpaper]
general {
col.active_border = rgba(CDAEB2FF) rgba(CDBFC2FF) rgba(D9CBD2FF) 45deg
col.inactive_border = rgba(CDAEB266)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: [Local wallpaper]
general {
col.active_border = rgba(99B5DEFF) rgba(92CBF6FF) rgba(B0E2F7FF) 45deg
col.inactive_border = rgba(99B5DE66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: [Local wallpaper]
general {
col.active_border = rgba(3C5749FF) rgba(8B7521FF) rgba(9F8F28FF) 45deg
col.inactive_border = rgba(3C574966)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: [Local wallpaper]
general {
col.active_border = rgba(656B5AFF) rgba(70736BFF) rgba(7C836DFF) 45deg
col.inactive_border = rgba(656B5A66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-000194675612-qt4sr3-t80x80.jpg
general {
col.active_border = rgba(5D2648FF) rgba(6E2A4CFF) rgba(A91D3BFF) 45deg
col.inactive_border = rgba(5D264866)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-000141682356-dsvdol-t80x80.jpg
general {
col.active_border = rgba(4977ACFF) rgba(5F8AB8FF) rgba(849FBFFF) 45deg
col.inactive_border = rgba(4977AC66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-VzJtkezGcHZPTQwV-sj8hyg-t80x80.jpg
general {
col.active_border = rgba(891A8BFF) rgba(9726ADFF) rgba(D55FD7FF) 45deg
col.inactive_border = rgba(891A8B66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/pLQGfSQUuCM/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAxjZ9gSU45DvSy7J__T2odBUct4w
general {
col.active_border = rgba(CF8A77FF) rgba(B29890FF) rgba(DAC6AFFF) 45deg
col.inactive_border = rgba(CF8A7766)
}
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-000058034277-sq9814-t80x80.jpg
general {
col.active_border = rgba(7F7E7EFF) rgba(1BAC6DFF) rgba(02FA97FF) 45deg
col.inactive_border = rgba(7F7E7E66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-viSbRZk1zikdSKYq-C4WdAw-t80x80.jpg
general {
col.active_border = rgba(995A5DFF) rgba(DF5A5DFF) rgba(AC7492FF) 45deg
col.inactive_border = rgba(995A5D66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-000499340190-zt5zgv-t80x80.jpg
general {
col.active_border = rgba(A5528AFF) rgba(C36192FF) rgba(A792A0FF) 45deg
col.inactive_border = rgba(A5528A66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-cAla9lDzW6P2WRRA-yJp1yg-t80x80.jpg
general {
col.active_border = rgba(174F6AFF) rgba(634F64FF) rgba(D32509FF) 45deg
col.inactive_border = rgba(174F6A66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/Ym0VhyO0ajM/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AOn4CLAnOkNUJDDk6eA2RagDI-cOWNqthw
general {
col.active_border = rgba(1E649FFF) rgba(106FAFFF) rgba(2B89B4FF) 45deg
col.inactive_border = rgba(1E649F66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/co1QafXwo4g/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAncOMlDFU5jwlz8_EJITJPz1xaxQ
general {
col.active_border = rgba(5F1DD9FF) rgba(334AC7FF) rgba(924CC2FF) 45deg
col.inactive_border = rgba(5F1DD966)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/FJerhImwS5E/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDEK86tcWOOWAN7v2kHv4Oy3w-8Jg
general {
col.active_border = rgba(65DBF3FF) rgba(B4B1C3FF) rgba(92EFF7FF) 45deg
col.inactive_border = rgba(65DBF366)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/0CuTOGKMWW0/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBkQ9ETNGNv538s2qddDWjrEvW4-A
general {
col.active_border = rgba(059687FF) rgba(02B091FF) rgba(13F3A9FF) 45deg
col.inactive_border = rgba(05968766)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/zJ9NHv9UIHI/mqdefault.jpg
general {
col.active_border = rgba(E99A71FF) rgba(592D9AFF) rgba(5D57C1FF) 45deg
col.inactive_border = rgba(E99A7166)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-000102218806-ducxb5-t80x80.jpg
general {
col.active_border = rgba(AECD77FF) rgba(3C6D8DFF) rgba(5EB2A8FF) 45deg
col.inactive_border = rgba(AECD7766)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: [Local wallpaper]
general {
col.active_border = rgba(E02A29FF) rgba(FAE5A8FF) rgba(50FDFEFF) 45deg
col.inactive_border = rgba(46315F66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/VPAbyHafVq4/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBPcSDAncsROkuIMYJHgZwUbfZGMg
general {
col.active_border = rgba(E26A78FF) rgba(827590FF) rgba(E57485FF) 45deg
col.inactive_border = rgba(E26A7866)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/OnVNcl7mX_Q/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBh9_sgGX3UhmFVI4HmgNskpjRy6w
general {
col.active_border = rgba(32678EFF) rgba(636790FF) rgba(68A5C0FF) 45deg
col.inactive_border = rgba(32678E66)
}
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-ztgvVI8fjqhzocM1-cFVrJw-t80x80.jpg
general {
col.active_border = rgba(6FAED0FF) rgba(8DAAB7FF) rgba(8FB3CBFF) 45deg
col.inactive_border = rgba(6FAED066)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: [Local wallpaper]
general {
col.active_border = rgba(2C6A66FF) rgba(476961FF) rgba(1E7988FF) 45deg
col.inactive_border = rgba(2C6A6666)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://lh3.googleusercontent.com/mjuSrFmUlV0OV07Jwp8t4djDxzT2NHHTYP5e-lX3Al6GPJU2ZeB42W6zah4PsLaRYyRj0CgLpiKwAYg=w544-h544-l90-rj
general {
col.active_border = rgba(968F71FF) rgba(CCA856FF) rgba(5E8F8BFF) 45deg
col.inactive_border = rgba(968F7166)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/JkQ0izNVq6w/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AOn4CLBWz3L9h6QvOBRnl4EQ25BULuM6zg
general {
col.active_border = rgba(465453FF) rgba(57665BFF) rgba(5A8875FF) 45deg
col.inactive_border = rgba(46545366)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-000440501349-15fy1j-t80x80.jpg
general {
col.active_border = rgba(556F93FF) rgba(5F90AAFF) rgba(5CABD3FF) 45deg
col.inactive_border = rgba(556F9366)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: [Local wallpaper]
general {
col.active_border = rgba(82E6F5FF) rgba(0C9DE0FF) rgba(82E6F5FF) 45deg
col.inactive_border = rgba(40535966)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-000145811820-tdcxea-t80x80.jpg
general {
col.active_border = rgba(6F6BCFFF) rgba(857AD7FF) rgba(9B87BBFF) 45deg
col.inactive_border = rgba(6F6BCF66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/zvuFqUO0lVI/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBBWCjrEnW6fFvusjyR20ghqVkuRQ
general {
col.active_border = rgba(974DECFF) rgba(679AD7FF) rgba(A0A1D9FF) 45deg
col.inactive_border = rgba(974DEC66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/sgfF7QXhNPA/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDCzrCG50-ll2-ilsgYtJI-YL8_iw
general {
col.active_border = rgba(62B3D4FF) rgba(6CD0D0FF) rgba(E997AEFF) 45deg
col.inactive_border = rgba(62B3D466)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/bQPEwCqhBjQ/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AOn4CLC-aefrQSi8LgVWH_FeTG7Yrl7b-g
general {
col.active_border = rgba(505F63FF) rgba(727B84FF) rgba(78838BFF) 45deg
col.inactive_border = rgba(505F6366)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-PkAvHpDy3ypruTdy-C5m8rA-t80x80.jpg
general {
col.active_border = rgba(159DA2FF) rgba(5B9FA2FF) rgba(5ECEBAFF) 45deg
col.inactive_border = rgba(159DA266)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-vz229DA99tPFdm3E-eDLGdQ-t80x80.jpg
general {
col.active_border = rgba(E93B2FFF) rgba(B74037FF) rgba(EA4737FF) 45deg
col.inactive_border = rgba(E93B2F66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/iwc8xXoL3WM/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBCdzgc6r9qvldRzSjRoZGX_vCpwg
general {
col.active_border = rgba(31E3F5FF) rgba(54DCF6FF) rgba(CBA6D3FF) 45deg
col.inactive_border = rgba(31E3F566)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/Crlc6AQr61M/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AOn4CLDdQPef0Ec5x28JLgLCyT4Qa9JeqQ
general {
col.active_border = rgba(8C77B7FF) rgba(718C8FFF) rgba(4ED0C4FF) 45deg
col.inactive_border = rgba(8C77B766)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-000117563971-vx726i-t80x80.jpg
general {
col.active_border = rgba(A29EA5FF) rgba(E499B3FF) rgba(F79AC3FF) 45deg
col.inactive_border = rgba(A29EA566)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-000189983181-azrg5q-t80x80.jpg
general {
col.active_border = rgba(ABB472FF) rgba(5FAD9EFF) rgba(5DE9B0FF) 45deg
col.inactive_border = rgba(ABB47266)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: [Local wallpaper]
general {
col.active_border = rgba(5C6ADFFF) rgba(B650B9FF) rgba(40C3F0FF) 45deg
col.inactive_border = rgba(5C6ADF66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/i7cDLZgrqW4/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCRBvhM7aVv-ZgGz3TeptwLxpkccA
general {
col.active_border = rgba(AF682FFF) rgba(94744EFF) rgba(AB8D5BFF) 45deg
col.inactive_border = rgba(AF682F66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-nL66GQT0mV6xB0sq-VWO0IQ-t80x80.jpg
general {
col.active_border = rgba(C74DD3FF) rgba(D14EEDFF) rgba(47D3F2FF) 45deg
col.inactive_border = rgba(C74DD366)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/MFLLM-IlAiA/hqdefault.jpg?sqp=-oaymwE2CNACELwBSFXyq4qpAygIARUAAIhCGAFwAcABBvABAfgBgAqAAtAFigIMCAAQARg6ICUofzAP&rs=AOn4CLCAxEwS6DeTEdj-ZUHlDG4KX9v7gg
general {
col.active_border = rgba(38298CFF) rgba(52329DFF) rgba(693EC2FF) 45deg
col.inactive_border = rgba(38298C66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/4a7IQMXRTjo/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AOn4CLAbgVnnrFumMO52CQqoOH07NAAoiw
general {
col.active_border = rgba(D5754AFF) rgba(D29156FF) rgba(A49A98FF) 45deg
col.inactive_border = rgba(D5754A66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: [Local wallpaper]
general {
col.active_border = rgba(AF8D61FF) rgba(CEB153FF) rgba(7B8387FF) 45deg
col.inactive_border = rgba(AF8D6166)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/wmxTC1Ekdl0/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLC3jHf2azRr9sX7Uf9X4jkA-WBouw
general {
col.active_border = rgba(2A6D69FF) rgba(4A736AFF) rgba(56A264FF) 45deg
col.inactive_border = rgba(2A6D6966)
}
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-vh98Q4s3QFJT23EV-FvvRqg-t80x80.jpg
general {
col.active_border = rgba(265B9DFF) rgba(5363A2FF) rgba(9763B1FF) 45deg
col.inactive_border = rgba(265B9D66)
}
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/z-sAl3S5qB8/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDzRfHxWNw0j06WF2biOQ-VbcUoTw
general {
col.active_border = rgba(BDB85EFF) rgba(376993FF) rgba(43B9BFFF) 45deg
col.inactive_border = rgba(BDB85E66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: [Local wallpaper]
general {
col.active_border = rgba(70736BFF) rgba(807E7DFF) rgba(858B79FF) 45deg
col.inactive_border = rgba(70736B66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/wbKCxh6Cbas/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBGivzPsRD2wlU0kfKvi78QajjbbQ
general {
col.active_border = rgba(57AED7FF) rgba(ACA5ABFF) rgba(F2B9C6FF) 45deg
col.inactive_border = rgba(57AED766)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/1pS7H0idJok/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AOn4CLArWcsuqPN1TEVR4A0ipjGuM69bsA
general {
col.active_border = rgba(60A15FFF) rgba(2F728DFF) rgba(9AA8ABFF) 45deg
col.inactive_border = rgba(60A15F66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/-EDhOHxUYBI/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDwfUPyaJr5NC-mDW_CQfTR2BzQgw
general {
col.active_border = rgba(668C76FF) rgba(A5916FFF) rgba(ABA793FF) 45deg
col.inactive_border = rgba(668C7666)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i.ytimg.com/vi/TJB0vBURJu8/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBSn25aezZvjIetBF8GVsTMPat0Zw
general {
col.active_border = rgba(9D62AAFF) rgba(B570BEFF) rgba(AE9FD6FF) 45deg
col.inactive_border = rgba(9D62AA66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-000133005283-3v8p3y-t80x80.jpg
general {
col.active_border = rgba(43807FFF) rgba(3F8181FF) rgba(6FAAA9FF) 45deg
col.inactive_border = rgba(43807F66)
}
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: https://i1.sndcdn.com/artworks-000206124670-565xt2-t80x80.jpg
general {
col.active_border = rgba(64544EFF) rgba(8F6A1EFF) rgba(A39716FF) 45deg
col.inactive_border = rgba(64544E66)
}
+5
View File
@@ -0,0 +1,5 @@
# Auto generated color theme for image at: [Local wallpaper]
general {
col.active_border = rgba(5D522DFF) rgba(4F4A4BFF) rgba(8E6D47FF) 45deg
col.inactive_border = rgba(5D522D66)
}

Some files were not shown because too many files have changed in this diff Show More