forked from Shinonome/dots-hyprland
stuff
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at: [Local wallpaper]
|
||||
general {
|
||||
col.active_border = rgba(c8bfffFF) 45deg
|
||||
col.inactive_border = rgba(555555AA)
|
||||
}
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
general {
|
||||
col.active_border = rgba(0DB7D4FF) rgba(7AA2F7FF) rgba(9778D0FF) 45deg
|
||||
col.inactive_border = rgba(04404aaa)
|
||||
}
|
||||
+193
@@ -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
@@ -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
@@ -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
@@ -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
|
||||
|
||||
Executable
+5
@@ -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
|
||||
Executable
+30
@@ -0,0 +1,30 @@
|
||||
# Wallpaper
|
||||
#exec-once = swaybg -i ~/.config/eww/images/wallpaper/wallpaper
|
||||
exec-once = swww init && swww img ~/.config/eww/images/wallpaper --transition-step 230 --transition-fps 60 --transition-type grow --transition-angle 30 --transition-duration 1
|
||||
|
||||
# Status bar
|
||||
exec-once = eww daemon && eww open bar && eww open bgdecor
|
||||
|
||||
# exec-once = ags
|
||||
|
||||
# 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 = 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
|
||||
exec-once = hyprctl setcursor Bibata-Modern-Classic 24
|
||||
|
||||
# idk
|
||||
exec-once = sleep 1 && dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
|
||||
# Plugins are a good way to crash Hyprland
|
||||
Executable
+148
@@ -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
|
||||
Executable
+198
@@ -0,0 +1,198 @@
|
||||
# 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 CONFIG
|
||||
monitor=,highrr,auto,1
|
||||
monitor=,addreserved, 40, 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
|
||||
|
||||
# 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.5
|
||||
}
|
||||
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 {
|
||||
max_fps = 75
|
||||
# Gaps and border
|
||||
gaps_in = 4
|
||||
gaps_out = 4
|
||||
border_size = 1
|
||||
|
||||
# Fallback colors
|
||||
col.active_border = rgba(0DB7D4FF) rgba(7AA2F7FF) rgba(9778D0FF) 45deg
|
||||
col.inactive_border = rgba(04404aaa)
|
||||
|
||||
# Functionality
|
||||
# resize_on_border = true
|
||||
no_focus_fallback = true
|
||||
layout = dwindle
|
||||
|
||||
#focus_to_other_workspaces = true
|
||||
}
|
||||
|
||||
dwindle {
|
||||
preserve_split = true # you definitely want this
|
||||
#no_gaps_when_only = true
|
||||
smart_resizing = false
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 15
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
xray = true
|
||||
size = 12
|
||||
passes = 4
|
||||
new_optimizations = on
|
||||
|
||||
noise = 0.02
|
||||
contrast = 1.6
|
||||
brightness = 1.1
|
||||
|
||||
#contrast = 1
|
||||
#brightness = 1
|
||||
|
||||
}
|
||||
# Shadow
|
||||
drop_shadow = false
|
||||
shadow_range = 30
|
||||
shadow_render_power = 10
|
||||
col.shadow = rgba(2D3031FF)
|
||||
|
||||
# Shader
|
||||
# screen_shader = ~/.config/hypr/shaders/nothing.frag
|
||||
# screen_shader = ~/.config/hypr/shaders/vibrance.frag
|
||||
|
||||
# Dim
|
||||
dim_inactive = false
|
||||
dim_strength = 0.1
|
||||
dim_special = 0
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled = true
|
||||
# Animation curves
|
||||
|
||||
bezier = md3_standard, 0.2, 0, 0, 1
|
||||
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.1
|
||||
bezier = crazyshot, 0.1, 1.5, 0.76, 0.92
|
||||
bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0
|
||||
bezier = fluent_decel, 0.1, 1, 0, 1
|
||||
# Animation configs
|
||||
animation = windows, 1, 2, md3_decel, popin 80%
|
||||
animation = border, 1, 10, default
|
||||
animation = fade, 1, 2, default
|
||||
animation = workspaces, 1, 3, md3_decel
|
||||
animation = specialWorkspace, 1, 3, md3_decel, slidevert
|
||||
}
|
||||
|
||||
misc {
|
||||
vfr = 1
|
||||
vrr = 1
|
||||
focus_on_activate = true
|
||||
animate_manual_resizes = false
|
||||
animate_mouse_windowdragging = false
|
||||
#suppress_portal_warnings = true
|
||||
enable_swallow = true
|
||||
|
||||
disable_hyprland_logo = true
|
||||
force_hypr_chan = true
|
||||
}
|
||||
|
||||
debug {
|
||||
#overlay = true
|
||||
damage_tracking = 1
|
||||
#damage_blink = yes
|
||||
}
|
||||
|
||||
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:^(Select a File)(.*)$
|
||||
windowrule=float,title:^(Choose wallpaper)(.*)$
|
||||
windowrule=float,title:^(Open Folder)(.*)$
|
||||
windowrule=float,title:^(Save As)(.*)$
|
||||
windowrule=float,title:^(Library)(.*)$
|
||||
|
||||
######## Layer rules ########
|
||||
layerrule = noanim, eww
|
||||
layerrule = blur, eww
|
||||
layerrule = ignorealpha 0.8, eww
|
||||
layerrule = noanim, noanim
|
||||
layerrule = blur, noanim
|
||||
layerrule = blur, gtk-layer-shell
|
||||
layerrule = ignorezero, gtk-layer-shell
|
||||
layerrule = blur, launcher
|
||||
layerrule = ignorealpha 0.5, launcher
|
||||
layerrule = noanim, launcher
|
||||
layerrule = blur, notifications
|
||||
layerrule = ignorealpha 0.69, notifications
|
||||
layerrule = noanim, anyrun
|
||||
|
||||
layerrule = noanim, bar
|
||||
layerrule = blur, bar
|
||||
layerrule = ignorealpha 0.64, bar
|
||||
layerrule = blur, cornertl
|
||||
layerrule = ignorealpha 0.64, cornertl
|
||||
layerrule = blur, cornertr
|
||||
layerrule = ignorealpha 0.64, cornertr
|
||||
layerrule = blur, cornerbl
|
||||
layerrule = ignorealpha 0.64, cornerbl
|
||||
layerrule = blur, cornerbr
|
||||
layerrule = ignorealpha 0.64, cornerbr
|
||||
|
||||
|
||||
# Dynamic colors
|
||||
source=~/.config/hypr/colors.conf
|
||||
|
||||
|
||||
bind=,248,exec,notify-send deez nuts
|
||||
bindr=,248,exec,eww close bar
|
||||
Executable
+302
@@ -0,0 +1,302 @@
|
||||
########################## Language ############################
|
||||
bind = SuperShift, V, exec, ~/.config/eww/scripts/language --switch '{"name":"Vietnamese","name_abbr":"VIE","name_ibus":"Bamboo::Us","name_method":"Vietnamese Telex (Bamboo Engine)"}' &
|
||||
bind = SuperShift, E, exec, ~/.config/eww/scripts/language --switch '{"name":"English (United States)","name_abbr":"ENG","name_ibus":"xkb:us::eng","name_method":"US"}' &
|
||||
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 = SuperShiftAlt, T, exec, foot sleep 0.01 && nmtui
|
||||
bind = SuperAlt, T, exec, wezterm
|
||||
bind = Super, Return, exec, wezterm
|
||||
bind = Super, E, exec, nautilus --new-window
|
||||
bind = SuperAlt, E, exec, thunar
|
||||
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, XDG_CURRENT_DESKTOP="gnome" 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 = ControlShiftAlt, 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, V, exec, pkill fuzzel || cliphist list | fuzzel --no-fuzzy --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
|
||||
bind = ControlSuper, Slash, exec, pkill anyrun || anyrun
|
||||
|
||||
###################################### eww keybinds #####################################
|
||||
bindr = ControlSuper, R, exec, pkill eww; pkill bash; pkill notify-receive; eww daemon && eww open bar && eww open bgdecor &
|
||||
bind = ControlSuper, T, exec, cd ~/.config/eww && scripts/switchwall
|
||||
bind = SuperAlt, W, exec, ~/.config/eww/scripts/toggle-topbottom.sh
|
||||
bind = Super, Tab, exec, ~/.config/eww/scripts/toggle-powerview.sh &
|
||||
bind = Super, M, exec, ~/.config/eww/scripts/toggle-visualizer.sh &
|
||||
bind = Super, B, exec, ~/.config/eww/scripts/toggle-sideleft.sh &
|
||||
bind = Super, O, exec, ~/.config/eww/scripts/toggle-sideleft.sh &
|
||||
bind = Super, G, exec, ~/.config/eww/scripts/toggle-mixer.sh &
|
||||
bind = Super, Slash, exec, ~/.config/eww/scripts/toggle-cheatsheet.sh
|
||||
bind = Super, N, exec, ~/.config/eww/scripts/toggle-sideright.sh &
|
||||
bind = Super, A, exec, ~/.config/eww/scripts/toggle-dashboard.sh &
|
||||
bind = ControlSuper, mouse:273, exec, ~/.config/eww/scripts/toggle-supercontext.sh &
|
||||
bind = Super, Menu, exec, ~/.config/eww/scripts/toggle-supercontext.sh &
|
||||
bindr = Control, Control_R, exec, ~/.config/eww/scripts/toggle-notificationspopup.sh --close && eww update notification_read=$(eww get notifications | gojq 'length')
|
||||
bindr = Control, Control_R, exec, ~/.config/eww/scripts/toggle-sideleft.sh --close &
|
||||
bindr = Control, Control_R, exec, ~/.config/eww/scripts/toggle-sideright.sh --close &
|
||||
bindr = Control, Control_R, exec, ~/.config/eww/scripts/toggle-visualizer.sh --close &
|
||||
|
||||
######### Cheat sheet #########
|
||||
bind = Super, Slash, submap, cheatsheet
|
||||
submap=cheatsheet
|
||||
bindl =,Print,exec,grim - | wl-copy
|
||||
bind = Super, Slash, exec, ~/.config/eww/scripts/toggle-cheatsheet.sh --close
|
||||
bind = , Escape, exec, ~/.config/eww/scripts/toggle-cheatsheet.sh --close
|
||||
bindr = Control, Control_R, exec, ~/.config/eww/scripts/toggle-cheatsheet.sh --close
|
||||
bind = Super, Slash, submap, reset
|
||||
bind = , Escape, submap, reset
|
||||
bindr = Control, Control_R, submap, reset
|
||||
submap=reset
|
||||
|
||||
######### Power Menu #########
|
||||
bind=CTRLAlt,Delete,exec, eww open --toggle powermenu
|
||||
bind=CTRLAlt,Delete,submap,powermenu
|
||||
submap=powermenu
|
||||
bindl =,Print,exec,grim - | wl-copy
|
||||
bind = SuperShift, S, exec, grim -g "$(slurp)" - | wl-copy
|
||||
bind=,Right,exec,VALUE=$(eww get powermenu_option); eww update powermenu_option=$(( VALUE % 3 == 2 || VALUE > 5 ? VALUE : VALUE + 1 ))
|
||||
bind=,Left,exec,VALUE=$(eww get powermenu_option); eww update powermenu_option=$(( VALUE % 3 == 0 || VALUE > 5 ? VALUE : VALUE - 1 ))
|
||||
bind=,Up,exec,VALUE=$(eww get powermenu_option); eww update powermenu_option=$(( VALUE > 2 ? VALUE - 3 : VALUE ))
|
||||
bind=,Down,exec,VALUE=$(eww get powermenu_option); eww update powermenu_option=$(( VALUE < 3 ? VALUE + 3 : 7 ))
|
||||
bind=,Return,exec,eval $(eww get POWERMENU_COMMANDS | gojq -r ".[$(eww get powermenu_option)]")
|
||||
bind=,Space,exec,eval $(eww get POWERMENU_COMMANDS | gojq -r ".[$(eww get powermenu_option)]")
|
||||
bind=,Grave,exec,eval $(eww get POWERMENU_QUICKLAUNCHES | gojq -r ".[0]") && eww update powermenu_option=0
|
||||
bind=,1,exec,eval $(eww get POWERMENU_QUICKLAUNCHES | gojq -r ".[1]") && eww update powermenu_option=0
|
||||
bind=,2,exec,eval $(eww get POWERMENU_QUICKLAUNCHES | gojq -r ".[2]") && eww update powermenu_option=0
|
||||
bind=,3,exec,eval $(eww get POWERMENU_QUICKLAUNCHES | gojq -r ".[3]") && eww update powermenu_option=0
|
||||
bind=,4,exec,eval $(eww get POWERMENU_QUICKLAUNCHES | gojq -r ".[4]") && eww update powermenu_option=0
|
||||
bind=,4,exec,eval $(eww get POWERMENU_QUICKLAUNCHES | gojq -r ".[5]") && eww update powermenu_option=0
|
||||
bind=CTRLAlt,Delete,exec, eww close powermenu && eww update powermenu_option=0
|
||||
bind=,Escape,exec, eww close powermenu && eww update powermenu_option=0
|
||||
bind=,Space,exec, eww close powermenu && eww update powermenu_option=0
|
||||
bind=,Return,exec, eww close powermenu && eww update powermenu_option=0
|
||||
bindr=Control,Control_R,exec, eww close powermenu && eww update powermenu_option=0
|
||||
bind=CTRLAlt,Delete,submap,reset
|
||||
bind=,Escape,submap,reset
|
||||
bind=,Space,submap,reset
|
||||
bind=,Return,submap,reset
|
||||
bindr = Control, Control_R, submap, reset
|
||||
bind = ControlSuper, R, exec, hyprctl dispatch submap reset; pkill eww; pkill bash; pkill notify-receive; eww daemon && eww open bar && eww open bgdecor &
|
||||
submap=reset
|
||||
#############################
|
||||
|
||||
######### Powerview #########
|
||||
bindr = Super, Super_L, exec, ~/.config/eww/scripts/toggle-powerview.sh --keypress &
|
||||
submap = powerview
|
||||
bindl =,Print,exec,grim - | wl-copy
|
||||
bind = SuperShift, S, exec, grim -g "$(slurp)" - | wl-copy
|
||||
bind = ControlSuper, right, workspace, +1
|
||||
bind = ControlSuper, left, 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 = Super, Tab, exec, ~/.config/eww/scripts/toggle-powerview.sh --close &
|
||||
bindr = Super, Super_L, exec, ~/.config/eww/scripts/toggle-powerview.sh --close &
|
||||
bind = , Escape, exec, ~/.config/eww/scripts/toggle-powerview.sh --close &
|
||||
bind = Super, Tab, submap, reset
|
||||
bindr = Super, Super_L, submap, reset
|
||||
bindr = Control, Control_L, submap, reset
|
||||
bind = , Escape, submap, reset
|
||||
submap = reset
|
||||
#############################
|
||||
|
||||
######### Edit mode #########
|
||||
submap = editmode
|
||||
bindm = ,mouse:272, movewindow
|
||||
bindm = ,mouse:273, resizewindow
|
||||
bindm = ,mouse:274, movewindow
|
||||
bind = ,mouse_up, workspace, +1
|
||||
bind = ,mouse_down, workspace, -1
|
||||
bind = Alt, 1, exec, ~/.config/eww/scripts/dumptows $(hyprctl activeworkspace -j | gojq '.id') 1
|
||||
bind = Alt, 2, exec, ~/.config/eww/scripts/dumptows $(hyprctl activeworkspace -j | gojq '.id') 2
|
||||
bind = Alt, 3, exec, ~/.config/eww/scripts/dumptows $(hyprctl activeworkspace -j | gojq '.id') 3
|
||||
bind = Alt, 4, exec, ~/.config/eww/scripts/dumptows $(hyprctl activeworkspace -j | gojq '.id') 4
|
||||
bind = Alt, 5, exec, ~/.config/eww/scripts/dumptows $(hyprctl activeworkspace -j | gojq '.id') 5
|
||||
bind = Alt, 6, exec, ~/.config/eww/scripts/dumptows $(hyprctl activeworkspace -j | gojq '.id') 6
|
||||
bind = Alt, 7, exec, ~/.config/eww/scripts/dumptows $(hyprctl activeworkspace -j | gojq '.id') 7
|
||||
bind = Alt, 8, exec, ~/.config/eww/scripts/dumptows $(hyprctl activeworkspace -j | gojq '.id') 8
|
||||
bind = Alt, 9, exec, ~/.config/eww/scripts/dumptows $(hyprctl activeworkspace -j | gojq '.id') 9
|
||||
bind = Alt, 0, exec, ~/.config/eww/scripts/dumptows $(hyprctl activeworkspace -j | gojq '.id') 10
|
||||
bind = Shift, 1, exec, ~/.config/eww/scripts/swapws $(hyprctl activeworkspace -j | gojq '.id') 1
|
||||
bind = Shift, 2, exec, ~/.config/eww/scripts/swapws $(hyprctl activeworkspace -j | gojq '.id') 2
|
||||
bind = Shift, 3, exec, ~/.config/eww/scripts/swapws $(hyprctl activeworkspace -j | gojq '.id') 3
|
||||
bind = Shift, 4, exec, ~/.config/eww/scripts/swapws $(hyprctl activeworkspace -j | gojq '.id') 4
|
||||
bind = Shift, 5, exec, ~/.config/eww/scripts/swapws $(hyprctl activeworkspace -j | gojq '.id') 5
|
||||
bind = Shift, 6, exec, ~/.config/eww/scripts/swapws $(hyprctl activeworkspace -j | gojq '.id') 6
|
||||
bind = Shift, 7, exec, ~/.config/eww/scripts/swapws $(hyprctl activeworkspace -j | gojq '.id') 7
|
||||
bind = Shift, 8, exec, ~/.config/eww/scripts/swapws $(hyprctl activeworkspace -j | gojq '.id') 8
|
||||
bind = Shift, 9, exec, ~/.config/eww/scripts/swapws $(hyprctl activeworkspace -j | gojq '.id') 9
|
||||
bind = Shift, 0, exec, ~/.config/eww/scripts/swapws $(hyprctl activeworkspace -j | gojq '.id') 10
|
||||
bind = , 1, workspace, 1
|
||||
bind = , 2, workspace, 2
|
||||
bind = , 3, workspace, 3
|
||||
bind = , 4, workspace, 4
|
||||
bind = , 5, workspace, 5
|
||||
bind = , 6, workspace, 6
|
||||
bind = , 7, workspace, 7
|
||||
bind = , 8, workspace, 8
|
||||
bind = , 9, workspace, 9
|
||||
bind = , 0, workspace, 10
|
||||
bind = , Escape, exec, notify-send 'Edit mode disabled' 'Continue to use your device normally' -a 'Edit mode' &
|
||||
bind = , Escape, submap, reset
|
||||
submap = reset
|
||||
|
||||
#############################
|
||||
|
||||
################################### eww keybinds: end #################################
|
||||
|
||||
|
||||
## Testing
|
||||
bind = SuperAlt, f12, exec, notify-send "Test notification" "$(hyprctl version | head -1)" -a 'Hyprland keybind'
|
||||
bind = SuperAlt, Equal, exec, notify-send "Urgent notification" "Ah hell no" -u critical -a 'Hyprland keybind'
|
||||
|
||||
############################ 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
|
||||
|
||||
# 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 = SuperAlt, Page_Down, movetoworkspace, +1
|
||||
bind = SuperAlt, Page_Up, movetoworkspace, -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
|
||||
bind = SuperAlt, mouse_down, movetoworkspace, -1
|
||||
bind = SuperAlt, mouse_up, movetoworkspace, +1
|
||||
|
||||
# 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, 0
|
||||
bind = Super, D, fullscreen, 1
|
||||
bind = Super_Alt, F, fakefullscreen, 0
|
||||
|
||||
# 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
@@ -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
@@ -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
@@ -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)
|
||||
}
|
||||
@@ -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
@@ -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
@@ -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)
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at: https://i.ytimg.com/vi/oyuWZ34Aq3o/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBttb3MeiJoN9dSbvemylicQFwceQ
|
||||
general {
|
||||
col.active_border = rgba(d8b9ffFF) 45deg
|
||||
col.inactive_border = rgba(555555AA)
|
||||
}
|
||||
+5
@@ -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
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at: [Local wallpaper]
|
||||
general {
|
||||
col.active_border = rgba(D4226EFF) rgba(F32563FF) rgba(F32564FF) 45deg
|
||||
col.inactive_border = rgba(D4226E66)
|
||||
}
|
||||
+5
@@ -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)
|
||||
}
|
||||
@@ -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)
|
||||
}
|
||||
@@ -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)
|
||||
}
|
||||
@@ -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)
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at: [Local wallpaper]
|
||||
general {
|
||||
col.active_border = rgba(128D91FF) rgba(269F9BFF) rgba(159CA2FF) 45deg
|
||||
col.inactive_border = rgba(128D9166)
|
||||
}
|
||||
@@ -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
@@ -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)
|
||||
}
|
||||
+5
@@ -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
@@ -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)
|
||||
}
|
||||
@@ -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
@@ -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
@@ -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)
|
||||
}
|
||||
+5
@@ -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)
|
||||
}
|
||||
@@ -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
@@ -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: 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
@@ -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: https://i.ytimg.com/vi/g4ssHIwZDGk/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLB26FOCk7yVlaawtjcyH1xE9-ZkxA
|
||||
general {
|
||||
col.active_border = rgba(6fdaa8FF) 45deg
|
||||
col.inactive_border = rgba(555555AA)
|
||||
}
|
||||
@@ -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
@@ -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
@@ -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
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at: https://i.ytimg.com/vi/v3JExHpJ09s/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAsQ6siv_HQMVyJmfFx_WoSo-ZHkA
|
||||
general {
|
||||
col.active_border = rgba(AC16C7FF) rgba(B117DFFF) rgba(C53CC3FF) 45deg
|
||||
col.inactive_border = rgba(AC16C766)
|
||||
}
|
||||
+5
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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)
|
||||
}
|
||||
@@ -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)
|
||||
}
|
||||
@@ -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)
|
||||
}
|
||||
@@ -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
@@ -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
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at: [Local wallpaper]
|
||||
general {
|
||||
col.active_border = rgba(5E5A52FF) rgba(8D7253FF) rgba(9B9A61FF) 45deg
|
||||
col.inactive_border = rgba(5E5A5266)
|
||||
}
|
||||
@@ -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
@@ -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)
|
||||
}
|
||||
@@ -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
@@ -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
@@ -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)
|
||||
}
|
||||
@@ -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
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at: https://i.ytimg.com/vi/5kJFLc58nWo/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCwudZBZijm8By6VI7WSUnLSlh2gA
|
||||
general {
|
||||
col.active_border = rgba(DF7091FF) rgba(7486A9FF) rgba(CEA3B6FF) 45deg
|
||||
col.inactive_border = rgba(DF709166)
|
||||
}
|
||||
+5
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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)
|
||||
}
|
||||
@@ -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
@@ -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
@@ -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)
|
||||
}
|
||||
@@ -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)
|
||||
}
|
||||
@@ -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
@@ -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
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at: https://i.ytimg.com/vi/knIdltn-uf4/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLADTZm2jBfLCa2JY3aoHG9fNviejQ
|
||||
general {
|
||||
col.active_border = rgba(587192FF) rgba(6094A6FF) rgba(53BCD5FF) 45deg
|
||||
col.inactive_border = rgba(58719266)
|
||||
}
|
||||
+5
@@ -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
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at: [Local wallpaper]
|
||||
general {
|
||||
col.active_border = rgba(e5deffFF) rgba(956CE5FF) rgba(A39AEFFF) 45deg
|
||||
col.inactive_border = rgba(555555AA)
|
||||
}
|
||||
@@ -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
@@ -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
@@ -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
@@ -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)
|
||||
}
|
||||
@@ -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
@@ -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)
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at: [Local wallpaper]
|
||||
general {
|
||||
col.active_border = rgba(EC6E70FF) rgba(A07A85FF) rgba(F18D8CFF) 45deg
|
||||
col.inactive_border = rgba(EC6E7066)
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at: [Local wallpaper]
|
||||
general {
|
||||
col.active_border = rgba(dac84eFF) 45deg
|
||||
col.inactive_border = rgba(555555AA)
|
||||
}
|
||||
+5
@@ -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
@@ -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
@@ -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)
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at: https://i.ytimg.com/vi/TYMPpgRonQo/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAaay-LobzXjEY4nR6cRMzjWXPzKA
|
||||
general {
|
||||
col.active_border = rgba(4D4658FF) rgba(52546EFF) rgba(A1D51CFF) 45deg
|
||||
col.inactive_border = rgba(4D465866)
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at: https://i.ytimg.com/vi/HQnC1UHBvWA/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDHErZfzFhJMeje_Tbpc7nZgAn7Bw
|
||||
general {
|
||||
col.active_border = rgba(50B6A3FF) rgba(15E09EFF) rgba(0BFCCBFF) 45deg
|
||||
col.inactive_border = rgba(50B6A366)
|
||||
}
|
||||
+5
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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)
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user