updated
This commit is contained in:
parent
f32fc79e3b
commit
ef07a75add
3 changed files with 36 additions and 73 deletions
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
58
picom.conf
58
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;
|
||||
|
|
Loading…
Reference in a new issue