This commit is contained in:
Valerie Wolfe 2021-07-10 12:12:13 -04:00
parent f32fc79e3b
commit ef07a75add
3 changed files with 36 additions and 73 deletions

View file

@ -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

View file

@ -121,6 +121,8 @@ bindsym $mod+r mode "resize"
bindsym $mod+Escape exec dunstctl close bindsym $mod+Escape exec dunstctl close
bindsym Shift+$mod+Escape exec dunstctl close-all bindsym Shift+$mod+Escape exec dunstctl close-all
bindsym Menu exec /home/val/.config/eww/launch_eww
bindsym XF86AudioPlay exec playerctl play-pause bindsym XF86AudioPlay exec playerctl play-pause
bindsym XF86AudioNext exec playerctl next bindsym XF86AudioNext exec playerctl next
bindsym XF86AudioPrev exec playerctl previous 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 feh --bg-scale ~/.background
exec_always xrdb ~/.Xresources
exec ~/.bin/picom-ibhagwan/picom exec ~/.bin/picom-ibhagwan/picom
exec redshift & exec redshift &
exec dunst 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="Pick-colour-picker"] floating enable
for_window [class="rofi"] border pixel 0 for_window [class="rofi"] border pixel 0
for_window [class="Tk" title="sysmenu"] floating enable for_window [class="Tk" title="sysmenu"] floating enable

View file

@ -1,16 +1,18 @@
#======== # _____ __ __
#SHADOWS # / ___// /_ ____ _____/ /___ _ _______
#======== # \__ \/ __ \/ __ `/ __ / __ \ | /| / / ___/
# ___/ / / / / /_/ / /_/ / /_/ / |/ |/ (__ )
# Shadow #/____/_/ /_/\__,_/\__,_/\____/|__/|__/____/
#
shadow = false; shadow = false;
shadow-opacity = 0.5; shadow-opacity = 0.5;
#======= # ______
#OPACITY # /_ __/________ _____ _________ ____ _________ ____ _______ __
#======= # / / / ___/ __ `/ __ \/ ___/ __ \/ __ `/ ___/ _ \/ __ \/ ___/ / / /
# / / / / / /_/ / / / (__ ) /_/ / /_/ / / / __/ / / / /__/ /_/ /
# Opacity #/_/ /_/ \__,_/_/ /_/____/ .___/\__,_/_/ \___/_/ /_/\___/\__, /
# /_/ /____/
opacity-of-popup_menu = 1; opacity-of-popup_menu = 1;
opacity-of-dropdown_menu = 1; opacity-of-dropdown_menu = 1;
inactive-opacity = 1; inactive-opacity = 1;
@ -21,7 +23,7 @@ blur-background-frame = true;
blur-method = "dual_kawase"; blur-method = "dual_kawase";
#blur-strength = 2.5; #blur-strength = 2.5;
blur-strength = 3; blur-strength = 3;
#blur-strength = 12; #blur-strength = 4;
#blur-kern = "7x7box"; #blur-kern = "7x7box";
#blur-background-fixed = true; #blur-background-fixed = true;
@ -32,7 +34,7 @@ blur-background-exclude = [
opacity-rule = [ opacity-rule = [
"0:_NET_WM_STATE@[0]:32a *= '_NET_WM_STATE_HIDDEN'", "0:_NET_WM_STATE@[0]:32a *= '_NET_WM_STATE_HIDDEN'",
"70:name = 'custom syscontext'", "70:name = 'sysmenu'",
"85:class_g = 'Hyper'", "85:class_g = 'Hyper'",
"90:class_g = 'Typora'", "90:class_g = 'Typora'",
"95:class_g = 'discord'", "95:class_g = 'discord'",
@ -49,20 +51,23 @@ opacity-rule = [
# "75:name = 'Picture-in-Picture' && !focused", # "75:name = 'Picture-in-Picture' && !focused",
]; ];
#====== # ______ __
#FADING # / ____/___ _____/ /__
#====== # / /_ / __ `/ __ / _ \
# / __/ / /_/ / /_/ / __/
# Fade #/_/ \__,_/\__,_/\___/
#
fading = true; fading = true;
fade-delta = 4; fade-delta = 4;
fade-in-step = 0.02; fade-in-step = 0.02;
fade-out-step = 0.02; fade-out-step = 0.02;
#======= # ____ __ ______
#CORNERS # / __ \____ __ ______ ____/ / / ____/___ _________ ___ __________
#======= # / /_/ / __ \/ / / / __ \/ __ / / / / __ \/ ___/ __ \/ _ \/ ___/ ___/
#corner-radius = 8.0; # / _, _/ /_/ / /_/ / / / / /_/ / / /___/ /_/ / / / / / / __/ / (__ )
#/_/ |_|\____/\__,_/_/ /_/\__,_/ \____/\____/_/ /_/ /_/\___/_/ /____/
#
corner-radius = 8.0; corner-radius = 8.0;
rounded-corners-exclude = [ rounded-corners-exclude = [
"class_g = 'Polybar'", "class_g = 'Polybar'",
@ -77,11 +82,12 @@ round-borders-rule = [
"1:class_g = 'i3-frame'", "1:class_g = 'i3-frame'",
]; ];
#======= # ____ __
#RENDER # / __ \___ ____ ____/ /__ _____
#======= # / /_/ / _ \/ __ \/ __ / _ \/ ___/
# / _, _/ __/ / / / /_/ / __/ /
# Backend #/_/ |_|\___/_/ /_/\__,_/\___/_/
#
backend = "glx"; backend = "glx";
vsync = true; vsync = true;
experimental-backends = true; experimental-backends = true;