From ef07a75add3ea6ba791d6391e07779a890245d3f Mon Sep 17 00:00:00 2001 From: Valerie Date: Sat, 10 Jul 2021 12:12:13 -0400 Subject: [PATCH] updated --- custom_syscontext.conf | 47 ---------------------------------- i3_config | 4 +++ picom.conf | 58 +++++++++++++++++++++++------------------- 3 files changed, 36 insertions(+), 73 deletions(-) delete mode 100644 custom_syscontext.conf diff --git a/custom_syscontext.conf b/custom_syscontext.conf deleted file mode 100644 index 024fa30..0000000 --- a/custom_syscontext.conf +++ /dev/null @@ -1,47 +0,0 @@ -[MAIN] -sections = PROGRAM CONNECTION SYSTEM POWER -width = 150 -height = 200 -x = 5 -y = 24 - -[PROGRAM] -items = terminal fsmanager - -[CONNECTION] -items = bluetooth - -[SYSTEM] -items = system_setting - -[POWER] -items = exit_session reboot poweroff - -[terminal] -title = Open Terminal -command = hyper - -[fsmanager] -title = Open File Browser -command = dolphin - -[bluetooth] -title = Bluetooth Settings -command = blueman-manager - -[system_setting] -title = System Settings -command = systemsettings5 - -[exit_session] -title = End KDE Session -command = qdbus org.kde.ksmserver /KSMServer logout 0 0 0 - -[reboot] -title = Reboot -command = reboot - -[poweroff] -title = Shut Down -command = poweroff - diff --git a/i3_config b/i3_config index 61165aa..f86ee00 100644 --- a/i3_config +++ b/i3_config @@ -121,6 +121,8 @@ bindsym $mod+r mode "resize" bindsym $mod+Escape exec dunstctl close bindsym Shift+$mod+Escape exec dunstctl close-all +bindsym Menu exec /home/val/.config/eww/launch_eww + bindsym XF86AudioPlay exec playerctl play-pause bindsym XF86AudioNext exec playerctl next bindsym XF86AudioPrev exec playerctl previous @@ -134,6 +136,7 @@ bindsym $mod+Shift+s exec scrot ~/Images/scrot/%b%d_%H-%M-%S.png #/____/\__/\__,_/_/ \__/\__,_/ .___/ # /_/ exec_always feh --bg-scale ~/.background +exec_always xrdb ~/.Xresources exec ~/.bin/picom-ibhagwan/picom exec redshift & exec dunst @@ -157,3 +160,4 @@ for_window [class="Org.gnome.Nautilus"] floating enable for_window [class="Pick-colour-picker"] floating enable for_window [class="rofi"] border pixel 0 for_window [class="Tk" title="sysmenu"] floating enable + diff --git a/picom.conf b/picom.conf index 445e6d2..1629912 100644 --- a/picom.conf +++ b/picom.conf @@ -1,16 +1,18 @@ -#======== -#SHADOWS -#======== - -# Shadow +# _____ __ __ +# / ___// /_ ____ _____/ /___ _ _______ +# \__ \/ __ \/ __ `/ __ / __ \ | /| / / ___/ +# ___/ / / / / /_/ / /_/ / /_/ / |/ |/ (__ ) +#/____/_/ /_/\__,_/\__,_/\____/|__/|__/____/ +# shadow = false; shadow-opacity = 0.5; -#======= -#OPACITY -#======= - -# Opacity +# ______ +# /_ __/________ _____ _________ ____ _________ ____ _______ __ +# / / / ___/ __ `/ __ \/ ___/ __ \/ __ `/ ___/ _ \/ __ \/ ___/ / / / +# / / / / / /_/ / / / (__ ) /_/ / /_/ / / / __/ / / / /__/ /_/ / +#/_/ /_/ \__,_/_/ /_/____/ .___/\__,_/_/ \___/_/ /_/\___/\__, / +# /_/ /____/ opacity-of-popup_menu = 1; opacity-of-dropdown_menu = 1; inactive-opacity = 1; @@ -21,7 +23,7 @@ blur-background-frame = true; blur-method = "dual_kawase"; #blur-strength = 2.5; blur-strength = 3; -#blur-strength = 12; +#blur-strength = 4; #blur-kern = "7x7box"; #blur-background-fixed = true; @@ -32,7 +34,7 @@ blur-background-exclude = [ opacity-rule = [ "0:_NET_WM_STATE@[0]:32a *= '_NET_WM_STATE_HIDDEN'", - "70:name = 'custom syscontext'", + "70:name = 'sysmenu'", "85:class_g = 'Hyper'", "90:class_g = 'Typora'", "95:class_g = 'discord'", @@ -49,20 +51,23 @@ opacity-rule = [ # "75:name = 'Picture-in-Picture' && !focused", ]; -#====== -#FADING -#====== - -# Fade +# ______ __ +# / ____/___ _____/ /__ +# / /_ / __ `/ __ / _ \ +# / __/ / /_/ / /_/ / __/ +#/_/ \__,_/\__,_/\___/ +# fading = true; fade-delta = 4; fade-in-step = 0.02; fade-out-step = 0.02; -#======= -#CORNERS -#======= -#corner-radius = 8.0; +# ____ __ ______ +# / __ \____ __ ______ ____/ / / ____/___ _________ ___ __________ +# / /_/ / __ \/ / / / __ \/ __ / / / / __ \/ ___/ __ \/ _ \/ ___/ ___/ +# / _, _/ /_/ / /_/ / / / / /_/ / / /___/ /_/ / / / / / / __/ / (__ ) +#/_/ |_|\____/\__,_/_/ /_/\__,_/ \____/\____/_/ /_/ /_/\___/_/ /____/ +# corner-radius = 8.0; rounded-corners-exclude = [ "class_g = 'Polybar'", @@ -77,11 +82,12 @@ round-borders-rule = [ "1:class_g = 'i3-frame'", ]; -#======= -#RENDER -#======= - -# Backend +# ____ __ +# / __ \___ ____ ____/ /__ _____ +# / /_/ / _ \/ __ \/ __ / _ \/ ___/ +# / _, _/ __/ / / / /_/ / __/ / +#/_/ |_|\___/_/ /_/\__,_/\___/_/ +# backend = "glx"; vsync = true; experimental-backends = true;