update tmux config

This commit is contained in:
2025-07-19 11:10:42 +03:00
parent b39f6642c9
commit 677a668445
9 changed files with 278 additions and 215 deletions

View File

@@ -1,23 +1,26 @@
# This file is generated by wallbash:animations.dcol # ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
# // ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█ #
# // █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█ # Inspired by "fast" and "Vertical"
# availabe in ~/.config/hypr/animations/
# See https://wiki.hyprland.org/Configuring/Animations/ # credit for fast:- https://github.com/mylinuxforwork/dotfiles
# credits: https://github.com/prasanthrangan/hyprdots # -----------------------------------------------------
animations { animations {
enabled = yes enabled = true
bezier = wind, 0.05, 0.9, 0.1, 1.05 bezier = linear, 0, 0, 1, 1
bezier = winIn, 0.1, 1.1, 0.1, 1.1 bezier = md3_standard, 0.2, 0, 0, 1
bezier = winOut, 0.3, -0.3, 0, 1 bezier = md3_decel, 0.05, 0.7, 0.1, 1
bezier = liner, 1, 1, 1, 1 bezier = md3_accel, 0.3, 0, 0.8, 0.15
animation = windows, 1, 6, wind, slide bezier = overshot, 0.05, 0.9, 0.1, 1.1
animation = windowsIn, 1, 6, winIn, slide bezier = crazyshot, 0.1, 1.5, 0.76, 0.92
animation = windowsOut, 1, 5, winOut, slide bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0
animation = windowsMove, 1, 5, wind, slide bezier = fluent_decel, 0.1, 1, 0, 1
animation = border, 1, 1, liner bezier = easeInOutCirc, 0.85, 0, 0.15, 1
animation = borderangle, 1, 30, liner, once bezier = easeOutCirc, 0, 0.55, 0.45, 1
animation = fade, 1, 10, default bezier = easeOutExpo, 0.16, 1, 0.3, 1
animation = workspaces, 1, 5, wind animation = windows, 1, 3, md3_decel, popin 60%
} animation = border, 1, 10, default
animation = fade, 1, 2.5, md3_decel
animation = workspaces, 1, 3, fluent_decel, slidefadevert 30%
animation = specialWorkspace, 1, 3, md3_decel, slidevert
}

View File

@@ -1,112 +1,115 @@
# HyDE default layout # By: Arfan on Clouds https://github.com/arfan-on-clouds/hyprclouds
# Wallbash generated layout # Modified by: The HyDE Project
# Local Variables $resolve.font=SF Pro Display|https://font.download/dl/font/sf-pro-display.zip
$fontFamily = JetBrainsMono Nerd Font $resolve.font=AlfaSlabOne|https://font.download/dl/font/alfa-slab-one.zip
$fn_greet=echo "Good $(date +%H | awk '{if ($1 < 12) print "Morning"; else if ($1 < 18) print "Afternoon"; else print "Evening"}'), ${USER}"
# GENERAL
general {
no_fade_in = false
grace = 0
disable_loading_bar = true
}
# BACKGROUND # BACKGROUND
background { background {
monitor = monitor =
color = $wallbash_pry1_rgba
path = $BACKGROUND_PATH path = $BACKGROUND_PATH
blur_passes = 2 blur_size = 4
} blur_passes = 3 # 0 disables blurring
noise = 0.0117
# TIME contrast = 1.3000 # Vibrant!!!
label { brightness = 0.8000
monitor = vibrancy = 0.2100
text = $TIME vibrancy_darkness = 0.0
color = $wallbash_txt1_rgba
font_size = 90
font_family = $fontFamily
position = -30, 0
halign = right
valign = top
}
# DATE
label {
monitor =
text = cmd[update:43200000] date +"%A, %d %B %Y"
color = $wallbash_txt2_rgba
font_size = 25
font_family = $fontFamily
position = -30, -150
halign = right
valign = top
}
# USER AVATAR
image {
monitor =
path = $MPRIS_IMAGE
size = 150 # lesser side if not 1:1 ratio
reload_time = 0 # seconds between reloading, 0 to reload with SIGUSR2
reload_cmd = # command to get new path. if empty, old path will be used. don't run "follow" commands like tail -F
position = 0, 0
halign = center
valign = center
} }
# INPUT FIELD # INPUT FIELD
input-field { input-field {
monitor = monitor =
size = 200, 50 #! size = 190, 50
outline_thickness = 3 outline_thickness = 2
dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8 dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0 dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = true dots_center = true
dots_rounding = -1 # -1 default circle, -2 follow input-field rounding fade_on_empty = true
font_family = SF Pro Display Bold
placeholder_text = <i><span foreground="##ffffff99"></span></i>
hide_input = false
position = 0, -170
halign = center
valign = center
outer_color = $wallbash_pry4_rgba outer_color = $wallbash_pry4_rgba
inner_color = $wallbash_pry2_rgba inner_color = $wallbash_pry2_rgba
font_color = $wallbash_3xa9_rgba font_color = $wallbash_3xa9_rgba
fade_on_empty = true
fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
placeholder_text = <i>Input Password...</i> # Text rendered in the input box when it's empty.
hide_input = false
rounding = -1 # -1 means complete rounding (circle/oval)
check_color = $wallbash_pry4_rgba check_color = $wallbash_pry4_rgba
fail_color = rgba(FF0000FF) # if authentication failed, changes outer_color and fail message color
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i> # can be set to empty
fail_transition = 300 # transition time in ms between normal outer_color and fail_color
capslock_color = -1
numlock_color = -1
bothlock_color = -1 # when both locks are active. -1 means don't change outer color (same for above)
invert_numlock = false # change color if numlock is off
swap_font_color = true # see below
position = 0, 80
halign = center
valign = bottom
} }
# Hour-Time
# USER Greeting
label { label {
monitor = monitor =
text = cmd[update:60000] $fn_greet text = cmd[update:1000] echo -e "$(date +"%I")"
color = $text color = $wallbash_1xa8_rgba
font_size = 20 shadow_passes = 3
font_family = $fontFamily Bold shadow_size = 2
position = 0, -190 font_size = 100
font_family = AlfaSlabOne
position = 0, 100
halign = center halign = center
valign = center valign = center
} }
# Mpris and SPLASH # Minute-Time
label { label {
monitor = monitor =
text = cmd[update:1000] $SPLASH_CMD # Outputs the song title when mpris is available, otherwise, it will output the splash command. text = cmd[update:1000] echo -e "$(date +"%M")"
color = $wallbash_txt2_rgba color = $wallbash_3xa9_rgba
font_family = $fontFamily font_size = 100
font_size = 15 font_family = AlfaSlabOne
position = 0, 0 shadow_passes = 3
shadow_size = 2
position = 0, -20
halign = center
valign = center
}
# Day-Date-Month
label {
monitor =
text = cmd[update:1000] echo -e "$(date +"%d %b %A")"
color = $wallbash_3xa9_rgba
shadow_passes = 3
shadow_size = 1
font_size = 12
font_family = JetBrains Mono Nerd Font Mono ExtraBold
position = 1%, -1%
halign = left
valign = top
}
# CURRENT SONG
label {
monitor =
text = cmd[update:1000] $MPRIS_TEXT # Outputs the song title when mpris is available, otherwise, it will output the splash command.
color = $wallbash_3xa9_rgba
shadow_passes = 3
shadow_size = 1
font_size = 14
font_family = JetBrains Mono Nerd, SF Pro Display Bold
position = 0, 20
halign = center
valign = bottom
}
image {
monitor =
path = $MPRIS_IMAGE
size = 80 # lesser side if not 1:1 ratio
rounding = -1 # negative values mean circle
border_size = 0
shadow_passes = 3
shadow_size = 3
border_color = rgb(221, 221, 221)
rotate = 0 # degrees, counter-clockwise
reload_time = 0 # seconds between reloading, 0 to reload with SIGUSR2
# reload_cmd = # command to get new path. if empty, old path will be used. don't run "follow" commands like tail -F
position = 0, 10%
halign = center halign = center
valign = bottom valign = bottom
} }
@@ -131,8 +134,24 @@ label {
text = $LAYOUT text = $LAYOUT
color = $wallbash_4xa9_rgba color = $wallbash_4xa9_rgba
font_size = 20 font_size = 20
font_family = $fontFamily font_family = JetBrains Mono Nerd, SF Pro Display Bold
position = -2%, 1% position = -2%, 1%
halign = right halign = right
valign = bottom valign = bottom
} }
# Weather
#! Put the weather command last to lessen the load time of other modules
label {
monitor =
text = cmd[update:18000000] $WEATHER_CMD
color = $wallbash_3xa9_rgba
font_size = 16
shadow_passes = 3
shadow_size = 1
font_family = JetBrains Mono Nerd, SF Pro Display Bold
position = -1%, -1%
halign = right
valign = top
}

View File

@@ -3,109 +3,109 @@
# Color group 1 # Color group 1
$wallbash_pry1 = 181A0B # primary color 1 $wallbash_pry1 = 131311 # primary color 1
$wallbash_txt1 = FFFFFF # text color 1 $wallbash_txt1 = FFFFFF # text color 1
$wallbash_1xa1 = 4C5229 # accent color 1 for primary color 1 $wallbash_1xa1 = 525229 # accent color 1 for primary color 1
$wallbash_1xa2 = 656B3A # accent color 2 for primary color 1 $wallbash_1xa2 = 6B6B3A # accent color 2 for primary color 1
$wallbash_1xa3 = 767D4B # accent color 3 for primary color 1 $wallbash_1xa3 = 7D7D4B # accent color 3 for primary color 1
$wallbash_1xa4 = 878F57 # accent color 4 for primary color 1 $wallbash_1xa4 = 8F8F57 # accent color 4 for primary color 1
$wallbash_1xa5 = 9BA365 # accent color 5 for primary color 1 $wallbash_1xa5 = A3A365 # accent color 5 for primary color 1
$wallbash_1xa6 = B8C27A # accent color 6 for primary color 1 $wallbash_1xa6 = C2C27A # accent color 6 for primary color 1
$wallbash_1xa7 = DBE69A # accent color 7 for primary color 1 $wallbash_1xa7 = E6E69A # accent color 7 for primary color 1
$wallbash_1xa8 = E6F0AA # accent color 8 for primary color 1 $wallbash_1xa8 = F0F0AA # accent color 8 for primary color 1
$wallbash_1xa9 = F8FFCC # accent color 9 for primary color 1 $wallbash_1xa9 = FFFFCC # accent color 9 for primary color 1
# in rgba format # in rgba format
$wallbash_pry1_rgba = rgba(24,26,11,0.95) # primary color 1 $wallbash_pry1_rgba = rgba(19,19,17,1) # primary color 1
$wallbash_txt1_rgba = rgba(255,255,255,0.95) # text color 1 $wallbash_txt1_rgba = rgba(255,255,255,1) # text color 1
$wallbash_1xa1_rgba = rgba(76,82,41,0.95) # accent color 1 for primary color 1 $wallbash_1xa1_rgba = rgba(82,82,41,1) # accent color 1 for primary color 1
$wallbash_1xa2_rgba = rgba(101,107,58,0.95) # accent color 2 for primary color 1 $wallbash_1xa2_rgba = rgba(107,107,58,1) # accent color 2 for primary color 1
$wallbash_1xa3_rgba = rgba(118,125,75,0.95) # accent color 3 for primary color 1 $wallbash_1xa3_rgba = rgba(125,125,75,1) # accent color 3 for primary color 1
$wallbash_1xa4_rgba = rgba(135,143,87,0.95) # accent color 4 for primary color 1 $wallbash_1xa4_rgba = rgba(143,143,87,1) # accent color 4 for primary color 1
$wallbash_1xa5_rgba = rgba(155,163,101,0.95) # accent color 5 for primary color 1 $wallbash_1xa5_rgba = rgba(163,163,101,1) # accent color 5 for primary color 1
$wallbash_1xa6_rgba = rgba(184,194,122,0.95) # accent color 6 for primary color 1 $wallbash_1xa6_rgba = rgba(194,194,122,1) # accent color 6 for primary color 1
$wallbash_1xa7_rgba = rgba(219,230,154,0.95) # accent color 7 for primary color 1 $wallbash_1xa7_rgba = rgba(230,230,154,1) # accent color 7 for primary color 1
$wallbash_1xa8_rgba = rgba(230,240,170,0.95) # accent color 8 for primary color 1 $wallbash_1xa8_rgba = rgba(240,240,170,1) # accent color 8 for primary color 1
$wallbash_1xa9_rgba = rgba(248,255,204,0.95) # accent color 9 for primary color 1 $wallbash_1xa9_rgba = rgba(255,255,204,1) # accent color 9 for primary color 1
# Color group 2 # Color group 2
$wallbash_pry2 = 3E4838 # primary color 2 $wallbash_pry2 = 362920 # primary color 2
$wallbash_txt2 = FFFFFF # text color 2 $wallbash_txt2 = FFFFFF # text color 2
$wallbash_2xa1 = 385229 # accent color 1 for primary color 2 $wallbash_2xa1 = 523929 # accent color 1 for primary color 2
$wallbash_2xa2 = 4C6B3A # accent color 2 for primary color 2 $wallbash_2xa2 = 6B4E3A # accent color 2 for primary color 2
$wallbash_2xa3 = 5E7D4B # accent color 3 for primary color 2 $wallbash_2xa3 = 7D5F4B # accent color 3 for primary color 2
$wallbash_2xa4 = 6C8F57 # accent color 4 for primary color 2 $wallbash_2xa4 = 8F6E57 # accent color 4 for primary color 2
$wallbash_2xa5 = 7CA365 # accent color 5 for primary color 2 $wallbash_2xa5 = A37F65 # accent color 5 for primary color 2
$wallbash_2xa6 = 95C27A # accent color 6 for primary color 2 $wallbash_2xa6 = C2977A # accent color 6 for primary color 2
$wallbash_2xa7 = B6E69A # accent color 7 for primary color 2 $wallbash_2xa7 = E6B99A # accent color 7 for primary color 2
$wallbash_2xa8 = C4F0AA # accent color 8 for primary color 2 $wallbash_2xa8 = F0C7AA # accent color 8 for primary color 2
$wallbash_2xa9 = DFFFCC # accent color 9 for primary color 2 $wallbash_2xa9 = FFE1CC # accent color 9 for primary color 2
# in rgba format # in rgba format
$wallbash_pry2_rgba = rgba(62,72,56,0.95) # primary color 2 $wallbash_pry2_rgba = rgba(54,41,32,1) # primary color 2
$wallbash_txt2_rgba = rgba(255,255,255,0.95) # text color 2 $wallbash_txt2_rgba = rgba(255,255,255,1) # text color 2
$wallbash_2xa1_rgba = rgba(56,82,41,0.95) # accent color 1 for primary color 2 $wallbash_2xa1_rgba = rgba(82,57,41,1) # accent color 1 for primary color 2
$wallbash_2xa2_rgba = rgba(76,107,58,0.95) # accent color 2 for primary color 2 $wallbash_2xa2_rgba = rgba(107,78,58,1) # accent color 2 for primary color 2
$wallbash_2xa3_rgba = rgba(94,125,75,0.95) # accent color 3 for primary color 2 $wallbash_2xa3_rgba = rgba(125,95,75,1) # accent color 3 for primary color 2
$wallbash_2xa4_rgba = rgba(108,143,87,0.95) # accent color 4 for primary color 2 $wallbash_2xa4_rgba = rgba(143,110,87,1) # accent color 4 for primary color 2
$wallbash_2xa5_rgba = rgba(124,163,101,0.95) # accent color 5 for primary color 2 $wallbash_2xa5_rgba = rgba(163,127,101,1) # accent color 5 for primary color 2
$wallbash_2xa6_rgba = rgba(149,194,122,0.95) # accent color 6 for primary color 2 $wallbash_2xa6_rgba = rgba(194,151,122,1) # accent color 6 for primary color 2
$wallbash_2xa7_rgba = rgba(182,230,154,0.95) # accent color 7 for primary color 2 $wallbash_2xa7_rgba = rgba(230,185,154,1) # accent color 7 for primary color 2
$wallbash_2xa8_rgba = rgba(196,240,170,0.95) # accent color 8 for primary color 2 $wallbash_2xa8_rgba = rgba(240,199,170,1) # accent color 8 for primary color 2
$wallbash_2xa9_rgba = rgba(223,255,204,0.95) # accent color 9 for primary color 2 $wallbash_2xa9_rgba = rgba(255,225,204,1) # accent color 9 for primary color 2
# Color group 3 # Color group 3
$wallbash_pry3 = 56625A # primary color 3 $wallbash_pry3 = 5E4533 # primary color 3
$wallbash_txt3 = FFFFFF # text color 3 $wallbash_txt3 = FFFFFF # text color 3
$wallbash_3xa1 = 295236 # accent color 1 for primary color 3 $wallbash_3xa1 = 523A29 # accent color 1 for primary color 3
$wallbash_3xa2 = 3A6B4A # accent color 2 for primary color 3 $wallbash_3xa2 = 6B4E3A # accent color 2 for primary color 3
$wallbash_3xa3 = 4B7D5C # accent color 3 for primary color 3 $wallbash_3xa3 = 7D604B # accent color 3 for primary color 3
$wallbash_3xa4 = 578F6A # accent color 4 for primary color 3 $wallbash_3xa4 = 8F6E57 # accent color 4 for primary color 3
$wallbash_3xa5 = 65A37A # accent color 5 for primary color 3 $wallbash_3xa5 = A37F65 # accent color 5 for primary color 3
$wallbash_3xa6 = 7AC292 # accent color 6 for primary color 3 $wallbash_3xa6 = C2987A # accent color 6 for primary color 3
$wallbash_3xa7 = 9AE6B3 # accent color 7 for primary color 3 $wallbash_3xa7 = E6B99A # accent color 7 for primary color 3
$wallbash_3xa8 = AAF0C1 # accent color 8 for primary color 3 $wallbash_3xa8 = F0C7AA # accent color 8 for primary color 3
$wallbash_3xa9 = CCFFDD # accent color 9 for primary color 3 $wallbash_3xa9 = FFE1CC # accent color 9 for primary color 3
# in rgba format # in rgba format
$wallbash_pry3_rgba = rgba(86,98,90,0.95) # primary color 3 $wallbash_pry3_rgba = rgba(94,69,51,1) # primary color 3
$wallbash_txt3_rgba = rgba(255,255,255,0.95) # text color 3 $wallbash_txt3_rgba = rgba(255,255,255,1) # text color 3
$wallbash_3xa1_rgba = rgba(41,82,54,0.95) # accent color 1 for primary color 3 $wallbash_3xa1_rgba = rgba(82,58,41,1) # accent color 1 for primary color 3
$wallbash_3xa2_rgba = rgba(58,107,74,0.95) # accent color 2 for primary color 3 $wallbash_3xa2_rgba = rgba(107,78,58,1) # accent color 2 for primary color 3
$wallbash_3xa3_rgba = rgba(75,125,92,0.95) # accent color 3 for primary color 3 $wallbash_3xa3_rgba = rgba(125,96,75,1) # accent color 3 for primary color 3
$wallbash_3xa4_rgba = rgba(87,143,106,0.95) # accent color 4 for primary color 3 $wallbash_3xa4_rgba = rgba(143,110,87,1) # accent color 4 for primary color 3
$wallbash_3xa5_rgba = rgba(101,163,122,0.95) # accent color 5 for primary color 3 $wallbash_3xa5_rgba = rgba(163,127,101,1) # accent color 5 for primary color 3
$wallbash_3xa6_rgba = rgba(122,194,146,0.95) # accent color 6 for primary color 3 $wallbash_3xa6_rgba = rgba(194,152,122,1) # accent color 6 for primary color 3
$wallbash_3xa7_rgba = rgba(154,230,179,0.95) # accent color 7 for primary color 3 $wallbash_3xa7_rgba = rgba(230,185,154,1) # accent color 7 for primary color 3
$wallbash_3xa8_rgba = rgba(170,240,193,0.95) # accent color 8 for primary color 3 $wallbash_3xa8_rgba = rgba(240,199,170,1) # accent color 8 for primary color 3
$wallbash_3xa9_rgba = rgba(204,255,221,0.95) # accent color 9 for primary color 3 $wallbash_3xa9_rgba = rgba(255,225,204,1) # accent color 9 for primary color 3
# Color group 4 # Color group 4
$wallbash_pry4 = A4A768 # primary color 4 $wallbash_pry4 = 8B6F56 # primary color 4
$wallbash_txt4 = 131314 # text color 4 $wallbash_txt4 = FFFFFF # text color 4
$wallbash_4xa1 = 505229 # accent color 1 for primary color 4 $wallbash_4xa1 = 523C29 # accent color 1 for primary color 4
$wallbash_4xa2 = 696B3A # accent color 2 for primary color 4 $wallbash_4xa2 = 6B513A # accent color 2 for primary color 4
$wallbash_4xa3 = 7B7D4B # accent color 3 for primary color 4 $wallbash_4xa3 = 7D634B # accent color 3 for primary color 4
$wallbash_4xa4 = 8C8F57 # accent color 4 for primary color 4 $wallbash_4xa4 = 8F7157 # accent color 4 for primary color 4
$wallbash_4xa5 = A0A365 # accent color 5 for primary color 4 $wallbash_4xa5 = A38265 # accent color 5 for primary color 4
$wallbash_4xa6 = BEC27A # accent color 6 for primary color 4 $wallbash_4xa6 = C29C7A # accent color 6 for primary color 4
$wallbash_4xa7 = E2E69A # accent color 7 for primary color 4 $wallbash_4xa7 = E6BD9A # accent color 7 for primary color 4
$wallbash_4xa8 = ECF0AA # accent color 8 for primary color 4 $wallbash_4xa8 = F0CBAA # accent color 8 for primary color 4
$wallbash_4xa9 = FDFFCC # accent color 9 for primary color 4 $wallbash_4xa9 = FFE4CC # accent color 9 for primary color 4
# in rgba format # in rgba format
$wallbash_pry4_rgba = rgba(164,167,104,0.95) # primary color 4 $wallbash_pry4_rgba = rgba(139,111,86,1) # primary color 4
$wallbash_txt4_rgba = rgba(19,19,20,0.95) # text color 4 $wallbash_txt4_rgba = rgba(255,255,255,1) # text color 4
$wallbash_4xa1_rgba = rgba(80,82,41,0.95) # accent color 1 for primary color 4 $wallbash_4xa1_rgba = rgba(82,60,41,1) # accent color 1 for primary color 4
$wallbash_4xa2_rgba = rgba(105,107,58,0.95) # accent color 2 for primary color 4 $wallbash_4xa2_rgba = rgba(107,81,58,1) # accent color 2 for primary color 4
$wallbash_4xa3_rgba = rgba(123,125,75,0.95) # accent color 3 for primary color 4 $wallbash_4xa3_rgba = rgba(125,99,75,1) # accent color 3 for primary color 4
$wallbash_4xa4_rgba = rgba(140,143,87,0.95) # accent color 4 for primary color 4 $wallbash_4xa4_rgba = rgba(143,113,87,1) # accent color 4 for primary color 4
$wallbash_4xa5_rgba = rgba(160,163,101,0.95) # accent color 5 for primary color 4 $wallbash_4xa5_rgba = rgba(163,130,101,1) # accent color 5 for primary color 4
$wallbash_4xa6_rgba = rgba(190,194,122,0.95) # accent color 6 for primary color 4 $wallbash_4xa6_rgba = rgba(194,156,122,1) # accent color 6 for primary color 4
$wallbash_4xa7_rgba = rgba(226,230,154,0.95) # accent color 7 for primary color 4 $wallbash_4xa7_rgba = rgba(230,189,154,1) # accent color 7 for primary color 4
$wallbash_4xa8_rgba = rgba(236,240,170,0.95) # accent color 8 for primary color 4 $wallbash_4xa8_rgba = rgba(240,203,170,1) # accent color 8 for primary color 4
$wallbash_4xa9_rgba = rgba(253,255,204,0.95) # accent color 9 for primary color 4 $wallbash_4xa9_rgba = rgba(255,228,204,1) # accent color 9 for primary color 4

View File

@@ -1,34 +1,64 @@
#  // P̳r̳a̳s̳a̳n̳t̳h̳ R̳a̳n̳g̳a̳n̳
$GTK_THEME=Kripton $GTK_THEME=Grukai
$ICON_THEME=Vivid-Glassy-Dark-Icons $ICON_THEME=buuf-icons-for-plasma
$CURSOR_THEME=Sweet-cursors
$COLOR_SCHEME=prefer-dark $COLOR_SCHEME=prefer-dark
$CURSOR_SIZE=20 $CURSOR_THEME=Simp1e
$FONT=Noto_Sans $CURSOR_SIZE=18
$FONT = Inter
# Optional: The varibles above will be set automatically when the theme is loaded
# This exec commands will soon be deprecated
general { general {
gaps_in = 6 gaps_in = 3
gaps_out = 12 gaps_out = 5
border_size = 3 border_size = 2
col.active_border = rgba(78c6ebff) rgba(8289a3ff) 45deg col.active_border = rgba(B3BBA3ff) rgba(1A1A1Aff) 45deg
col.inactive_border = rgba(7, 15, 42, 0.58) col.inactive_border = rgba(232425ff) rgba(444742ff) 45deg
layout = dwindle layout = dwindle
resize_on_border = true resize_on_border = true
} }
group {
col.border_active = rgba(B3BBA3ff) rgba(1A1A1Aff) 45deg
col.border_inactive = rgba(232425cc) rgba(444742cc) 45deg
col.border_locked_active = rgba(FFFFFFff) rgba(0D0D0Dff) 45deg
col.border_locked_inactive = rgba(FFFFFFcc) rgba(FFFFFFcc) 45deg
}
decoration { decoration {
rounding = 6 rounding = 8
shadow:enabled = true
active_opacity = 0.95
inactive_opacity = 0.8
dim_inactive = true
dim_strength = 0.15
blur { blur {
enabled = yes enabled = yes
size = 4 size = 2
passes = 2 passes = 7
new_optimizations = on new_optimizations = on
ignore_opacity = on ignore_opacity = on
xray = false xray = false
brightness = 0.9
}
shadow {
enabled = true
ignore_window = false
offset = 4 4 4 4
range = 9
render_power = 1
scale = 1.0
color = 0xaa130d06
color_inactive = 0x66130d06
} }
} }
blurls = waybar layerrule = blur,waybar

View File

@@ -1,19 +1,19 @@
# Auto-generated by HyDE // Read-only # Auto-generated by HyDE // Read-only
# // ---------------------------- # // ----------------------------
# HyDE Theme: Code Garden # HyDE Theme: Grukai
# Configuration File: "/home/elleoma/.config/hyde/themes/Code Garden/hypr.theme" # Configuration File: "/home/elleoma/.config/hyde/themes/Grukai/hypr.theme"
# Wallbash Mode : theme # Wallbash Mode : theme
# // ---------------------------- # // ----------------------------
$HYDE_THEME=Code Garden $HYDE_THEME=Grukai
$GTK_THEME=Kripton $GTK_THEME=Grukai
$COLOR-SCHEME=prefer-dark $COLOR-SCHEME=prefer-dark
$ICON_THEME=Vivid-Glassy-Dark-Icons $ICON_THEME=buuf-icons-for-plasma
$CURSOR_THEME=Sweet-cursors $CURSOR_THEME=Simp1e
$CURSOR_SIZE=20 $CURSOR_SIZE=18
$FONT=Noto_Sans $FONT=Inter
$FONT_SIZE=10 $FONT_SIZE=10
$DOCUMENT_FONT=Cantarell $DOCUMENT_FONT=Cantarell
$DOCUMENT_FONT_SIZE=10 $DOCUMENT_FONT_SIZE=10

View File

@@ -1,9 +1,17 @@
set -g base-index 1 set -g base-index 1
setw -g pane-base-index 1 setw -g pane-base-index 1
set -g allow-passthrough on set-option -g allow-passthrough on
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set-window-option -g mode-keys vi set-window-option -g mode-keys vi
bind-key -T copy-mode-vi v send -X begin-selection bind-key -T copy-mode-vi v send -X begin-selection
bind-key -T copy-mode-vi V send -X select-line bind-key -T copy-mode-vi V send -X select-line
set -s copy-command 'xclip -in -selection clipboard' set -s copy-command 'xclip -in -selection clipboard'
bind-key -T copy-mode-vi y send -X copy-pipe-and-cancel 'xclip -in -selection clipboard' bind-key -T copy-mode-vi y send -X copy-pipe-and-cancel 'xclip -in -selection clipboard'
set -g @resurrect-strategy-nvim 'session'
run '~/.tmux/plugins/tpm/tpm'

Submodule .tmux/plugins/tmux-resurrect added at cff343cf9e

Submodule .tmux/plugins/tmux-sensible added at 25cb91f42d

1
.tmux/plugins/tpm Submodule

Submodule .tmux/plugins/tpm added at 99469c4a9b