forked from Shinonome/dots-hyprland
stuff
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at:
|
||||
general {
|
||||
col.active_border = rgba(16CFD1FF) rgba(568587FF) rgba(87e5e6FF) 45deg
|
||||
col.inactive_border = rgba(16CFD166)
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
general {
|
||||
col.active_border = rgba(0DB7D4FF) rgba(7AA2F7FF) rgba(9778D0FF) 45deg
|
||||
col.inactive_border = rgba(04404aaa)
|
||||
}
|
||||
Executable
+17
@@ -0,0 +1,17 @@
|
||||
# For language-related stuff, see the main config file (hyprland.conf)
|
||||
|
||||
# exec-once = xhost + local: #ugh what is this
|
||||
exec-once = dbus-update-activation-environment --all
|
||||
exec-once = swaybg -i ~/Pictures/tracks.jpg
|
||||
exec-once = hyprctl setcursor Bibata-Modern-Classic 24
|
||||
exec-once = /usr/bin/gnome-keyring-daemon --start --components=secrets
|
||||
exec-once = /usr/libexec/polkit-gnome-authentication-agent-1 &
|
||||
exec-once = dunst &
|
||||
exec-once = swayidle -w timeout 300 '$HOME/.local/bin/lock.sh' before-sleep '$HOME/.local/bin/lock.sh' &
|
||||
exec-once = swayidle -w timeout 450 'systemctl suspend' resume 'echo "lol"' &
|
||||
# Clipboard history
|
||||
exec-once = wl-paste --watch cliphist store
|
||||
|
||||
# Status bar
|
||||
#exec-once = waybar
|
||||
exec-once = eww open barbg && eww open bar && eww open bg-decor
|
||||
Executable
+146
@@ -0,0 +1,146 @@
|
||||
###################################################
|
||||
# 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-auto ~/Pictures/tracks.jpg
|
||||
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=0
|
||||
speed=8
|
||||
window_resize_speed=8
|
||||
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,Page_Up,lastworkspace,-
|
||||
bind=CTRLSUPER,Page_Down,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
+129
@@ -0,0 +1,129 @@
|
||||
# Monitor: reserve space for eww bar
|
||||
monitor=eDP-1, addreserved, 32, 0, 0, 0
|
||||
|
||||
#################### Core components (authentication, idle daemon and stuff) ##############
|
||||
source=~/.config/hypr/execs.conf
|
||||
|
||||
|
||||
# Language Switch
|
||||
exec-once = ibus-daemon --xim -d -r
|
||||
exec-once = ibus engine xkb:us::eng
|
||||
# Language
|
||||
bind = SUPERSHIFT, V, exec, ibus engine Bamboo::Us
|
||||
bind = SUPERSHIFT, E, exec, ibus engine xkb:us::eng
|
||||
|
||||
#################### It just works™ keybinds ###################
|
||||
# Volume
|
||||
bindle=, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||
bindle=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||
# Brightness
|
||||
bindle=, XF86MonBrightnessUp, exec, light -A 5
|
||||
bindle=, XF86MonBrightnessDown, exec, light -U 5
|
||||
################################################################
|
||||
|
||||
############################# Keybinds ############################
|
||||
source=~/.config/hypr/keybinds.conf
|
||||
|
||||
############################## Input ##############################
|
||||
input {
|
||||
# Mouse
|
||||
force_no_accel = false
|
||||
#sensitivity = 0
|
||||
# osu
|
||||
# force_no_accel = true
|
||||
# sensitivity = -0.23
|
||||
|
||||
# Keyboard
|
||||
kb_layout = us
|
||||
follow_mouse = 1
|
||||
|
||||
touchpad {
|
||||
natural_scroll = yes
|
||||
disable_while_typing = true
|
||||
clickfinger_behavior = true
|
||||
}
|
||||
numlock_by_default = true
|
||||
}
|
||||
gestures {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
workspace_swipe = true
|
||||
workspace_swipe_distance = 2200px
|
||||
workspace_swipe_fingers = 4
|
||||
workspace_swipe_cancel_ratio = 0.2
|
||||
workspace_swipe_min_speed_to_force = 10
|
||||
}
|
||||
|
||||
general {
|
||||
# Gaps and border
|
||||
gaps_in = 4
|
||||
gaps_out = 8
|
||||
border_size = 3
|
||||
|
||||
# Fallback colors
|
||||
col.active_border = rgba(A8B468FF) 45deg
|
||||
col.active_border = rgba(0DB7D4FF) rgba(7AA2F7FF) rgba(9778D0FF) 45deg
|
||||
col.inactive_border = rgba(04404aaa)
|
||||
|
||||
layout = dwindle
|
||||
}
|
||||
# Dynamic colors are written here
|
||||
source=~/.config/hypr/colors.conf
|
||||
|
||||
|
||||
decoration {
|
||||
rounding = 17
|
||||
# Blur
|
||||
blur = yes
|
||||
blur_size = 4
|
||||
blur_passes = 3
|
||||
blur_new_optimizations = on
|
||||
# Shadow
|
||||
drop_shadow = no
|
||||
shadow_range = 10
|
||||
shadow_render_power = 1
|
||||
col.shadow = rgba(D3C6ABdd)
|
||||
|
||||
# Shader (bluelight)
|
||||
# screen_shader = ~/.config/hypr/shaders/motionblur.frag
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled = yes
|
||||
# Animation curves
|
||||
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
|
||||
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, 3, hyprnostretch, slide
|
||||
animation = border, 1, 10, default
|
||||
animation = fade, 1, 3, default
|
||||
animation = workspaces, 1, 3, hyprnostretch, slide
|
||||
}
|
||||
|
||||
dwindle {
|
||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
preserve_split = yes # you probably want this
|
||||
}
|
||||
master {
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
new_is_master = false
|
||||
}
|
||||
|
||||
# Per-device config. See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
|
||||
device:epic mouse V1 {
|
||||
sensitivity = -0.5
|
||||
}
|
||||
|
||||
######## Window controls ########
|
||||
windowrule = float, ^(steam)$
|
||||
windowrule = noblur,^(waybar)$ # disables blur
|
||||
windowrule = float,^(pavucontrol)$ # floating pavucontrol
|
||||
|
||||
misc {
|
||||
# no_vfr = true
|
||||
}
|
||||
Executable
+129
@@ -0,0 +1,129 @@
|
||||
# For language and volume button -related stuff, see the main config file (hyprland.conf)
|
||||
|
||||
######################################## Keybinds ########################################
|
||||
# Apps: just normal apps
|
||||
bind = CONTROLSUPER, C, exec, code
|
||||
bind = CONTROLSHIFTALT, Y, exec, yuzu
|
||||
bind = SUPER, T, exec, foot
|
||||
bind = SUPER, E, exec, nautilus --new-window
|
||||
bind = SUPER, W, exec, firefox
|
||||
bind = SUPER, G, exec, gnome-text-editor --new-window
|
||||
bind = SUPERSHIFT, W, exec, wps
|
||||
bind = CONTROLSUPERALT, E, exec, /usr/bin/microsoft-edge-stable --password-store=gnome --enable-features=UseOzonePlatform --ozone-platform=wayland --gtk-version=4
|
||||
|
||||
#Apps: Settings and config
|
||||
bind = SUPER, I, exec, gnome-control-center
|
||||
bind = CONTROLSUPER, V, exec, pavucontrol
|
||||
bind = CONTROLSHIFT, Escape, exec, foot btop
|
||||
|
||||
# Actions
|
||||
bind = SUPER, Period, exec, pkill wofi || wofi-emoji
|
||||
bind = SUPER, Q, killactive,
|
||||
bind = SUPERALT, Space, togglefloating,
|
||||
bind = SHIFTSUPERALT, Q, exec, hyprctl kill
|
||||
bind = CONTROLALT, Delete, exit,
|
||||
bind = CONTROLSHIFTALTSUPER, Delete, exec, systemctl poweroff
|
||||
|
||||
# Screenshot, Record, OCR (Optical Character Recognition), Color picker, Clipboard history
|
||||
bind =,Print,exec,screenshot -p=./Pictures/Screenshots -a=copy
|
||||
bind = SUPERSHIFT, S, exec, screenshot -t=select -a=copy -p=./Pictures/Screenshots/
|
||||
bind = SUPERALT, R, exec, ~/.local/bin/record-script.sh
|
||||
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 wofi || cliphist list | wofi --show dmenu --gtk-dark -i | cliphist decode | wl-copy
|
||||
# Media
|
||||
bind = SUPERSHIFT, N, exec, playerctl next
|
||||
bind = SUPERSHIFT, B, exec, playerctl previous
|
||||
bind = SUPERSHIFT, P, exec, playerctl play-pause
|
||||
#Lock screen | blur: --effect-blur=20x20
|
||||
bind = SUPERALT, L, exec, ~/.local/bin/lock.sh
|
||||
bind = SUPERSHIFT, L, exec, ~/.local/bin/lock.sh
|
||||
bindl = SUPERSHIFT, L, exec, sleep 1 && systemctl suspend
|
||||
# App launcher
|
||||
bindr = SUPER, SUPER_L, exec, pkill fuzzel || fuzzel --icon-theme=candy-icons fuzzel --background-color=1D1D27ee --text-color=cdd6f4ff --match-color=7AA2F7FF --border-width=3 --border-radius=10 --border-color=0DB7D4FF --selection-color=585b70ff --selection-text-color=cdd6f4ff --selection-match-color=89b4faff --font="Gabarito" --prompt=" "
|
||||
|
||||
# eww keybinds
|
||||
bind = SUPER, N, exec, eww open --toggle notifications
|
||||
bindr = CONTROLSUPER, R, exec, kill eww && eww open bar
|
||||
bind = SUPER, A, exec, eww open --toggle win-workspace
|
||||
bind = SUPER, Tab, exec, eww open --toggle overview && eww update selected=_none
|
||||
bind = SUPER, O, exec, ~/.config/eww/scripts/toggle-osettings.sh
|
||||
bind = CONTROLSUPER, O, exec, ~/.config/eww/scripts/toggle-osettings.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
|
||||
# Vim-like stuff
|
||||
bind = SUPER, H, movefocus, l
|
||||
bind = SUPER, L, movefocus, r
|
||||
bind = SUPER, K, movefocus, u
|
||||
bind = SUPER, J, movefocus, d
|
||||
bind = CONTROLSUPER, H, workspace, -1
|
||||
bind = CONTROLSUPER, J, workspace, +1
|
||||
bind = CONTROLSUPER, K, workspace, -1
|
||||
bind = CONTROLSUPER, L, workspace, +1
|
||||
# Workspace, window, tab switch with keyboard
|
||||
bind = CONTROLSUPER, right, workspace, +1
|
||||
bind = CONTROLSUPER, left, 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
|
||||
# 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 = ALT, Tab, cyclenext # Why is this even here?
|
||||
# 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
|
||||
# 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, C, movewindow
|
||||
bindm = SUPER, mouse:272, movewindow
|
||||
bindm = SUPER, mouse:273, resizewindow
|
||||
bindm = SUPER, mouse:274, movewindow
|
||||
bind = CONTROLSUPER, Backslash, resizeactive, exact 640 480
|
||||
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at:
|
||||
general {
|
||||
col.active_border = rgba(16CFD1FF) rgba(568587FF) rgba(87e5e6FF) 45deg
|
||||
col.inactive_border = rgba(16CFD166)
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at: https://i.ytimg.com/vi/eW5kCVkBBP0/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCvqcy7AEqsLJWnbvruHbqHtyXMjA
|
||||
general {
|
||||
col.active_border = rgba(8E46DEFF) rgba(6626D0FF) rgba(c5a6eaFF) 45deg
|
||||
col.inactive_border = rgba(8E46DE66)
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at:
|
||||
general {
|
||||
col.active_border = rgba(5DA2A6FF) rgba(23A59FFF) rgba(8edfd5FF) 45deg
|
||||
col.inactive_border = rgba(5DA2A666)
|
||||
}
|
||||
@@ -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(C9B1FCFF) rgba(9DC6FBFF) rgba(C9B1FCFF) 45deg
|
||||
col.inactive_border = rgba(E2D6FA66)
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at: https://i.ytimg.com/vi/YPdCyC-H_v0/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLB_SQ40d0_Pmw0rZtCRQ6_ggVShIg
|
||||
general {
|
||||
col.active_border = rgba(DBA1A8FF) rgba(CA5AA8FF) rgba(e1c9d2FF) 45deg
|
||||
col.inactive_border = rgba(DBA1A866)
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at:
|
||||
general {
|
||||
col.active_border = rgba(9FE6EBFF) rgba(A1A4B3FF) rgba(dde4e5FF) 45deg
|
||||
col.inactive_border = rgba(9FE6EB66)
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at: https://i.ytimg.com/vi/oKOsXdB_C0Q/hqdefault.jpg?sqp=-oaymwE2CNACELwBSFXyq4qpAygIARUAAIhCGAFwAcABBvABAfgB_gmAAtAFigIMCAAQARgTIEcofzAP&rs=AOn4CLAcG9PBSsh7MtP-PmSBee046IVFXQ
|
||||
general {
|
||||
col.active_border = rgba(A0D4E8FF) rgba(88B6D5FF) rgba(ddeef2FF) 45deg
|
||||
col.inactive_border = rgba(A0D4E866)
|
||||
}
|
||||
@@ -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(9FD2BFFF) rgba(5FD0ACFF) rgba(e1ede5FF) 45deg
|
||||
col.inactive_border = rgba(9FD2BF66)
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at: https://i.ytimg.com/vi/VR1H9njDd9w/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDVltG4xzVCF5FVl8ywZqwwNepufg
|
||||
general {
|
||||
col.active_border = rgba(2CF2F8FF) rgba(22D5DCFF) rgba(9cf2f2FF) 45deg
|
||||
col.inactive_border = rgba(2CF2F866)
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at:
|
||||
general {
|
||||
col.active_border = rgba(58BAE8FF) rgba(2696D8FF) rgba(c6e6eeFF) 45deg
|
||||
col.inactive_border = rgba(58BAE866)
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at: https://i.ytimg.com/vi/pgrUT_Vg5g8/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAewmIHWJ2J7GYT2oj0_XMMPAHsnQ
|
||||
general {
|
||||
col.active_border = rgba(DD67EFFF) rgba(AD56EEFF) rgba(e9bfebFF) 45deg
|
||||
col.inactive_border = rgba(DD67EF66)
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at:
|
||||
general {
|
||||
col.active_border = rgba(B053B0FF) rgba(A05BA9FF) rgba(c4afe4FF) 45deg
|
||||
col.inactive_border = rgba(B053B066)
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
general {
|
||||
col.active_border = rgba(0DB7D4FF) rgba(7AA2F7FF) rgba(9778D0FF) 45deg
|
||||
col.inactive_border = rgba(04404aaa)
|
||||
}
|
||||
@@ -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(DCCFE8FF) rgba(CFA2D9FF) rgba(ebe2eeFF) 45deg
|
||||
col.inactive_border = rgba(DCCFE866)
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at:
|
||||
general {
|
||||
col.active_border = rgba(BE3DDFFF) rgba(9E21D9FF) rgba(acbebeFF) 45deg
|
||||
col.inactive_border = rgba(BE3DDF66)
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
# Auto generated color theme for image at:
|
||||
general {
|
||||
col.active_border = rgba(CAAB99FF) rgba(A09F95FF) rgba(e0ddd1FF) 45deg
|
||||
col.inactive_border = rgba(CAAB9966)
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
// vim: set ft=glsl:
|
||||
// blue light filter shader
|
||||
// values from https://reshade.me/forum/shader-discussion/3673-blue-light-filter-similar-to-f-lux
|
||||
|
||||
precision mediump float;
|
||||
varying vec2 v_texcoord;
|
||||
uniform sampler2D tex;
|
||||
|
||||
void main() {
|
||||
|
||||
vec4 pixColor = texture2D(tex, v_texcoord);
|
||||
|
||||
// green
|
||||
pixColor[1] *= 0.855;
|
||||
|
||||
// blue
|
||||
pixColor[2] *= 0.725;
|
||||
|
||||
gl_FragColor = pixColor;
|
||||
}
|
||||
Reference in New Issue
Block a user