Adding cpu to awesome
This commit is contained in:
parent
2c45b82785
commit
7b173db93d
6 changed files with 18 additions and 15 deletions
14
picom.conf
14
picom.conf
|
@ -38,10 +38,10 @@ shadow = true;
|
|||
|
||||
# The blur radius for shadows, in pixels. (defaults to 12)
|
||||
# shadow-radius = 12
|
||||
shadow-radius = 9;
|
||||
shadow-radius = 13;
|
||||
|
||||
# The opacity of shadows. (0.0 - 1.0, defaults to 0.75)
|
||||
shadow-opacity = .75
|
||||
shadow-opacity = .65
|
||||
|
||||
# The left offset for shadows, in pixels. (defaults to -15)
|
||||
# shadow-offset-x = -15
|
||||
|
@ -91,14 +91,14 @@ shadow-exclude = [
|
|||
"name = 'Notification'",
|
||||
"class_g = 'Conky'",
|
||||
# "class_g = 'firefox'",
|
||||
"class_g = 'Alacritty'",
|
||||
# "class_g = 'Alacritty'",
|
||||
"class_g ?= 'Notify-osd'",
|
||||
"class_g = 'Cairo-clock'",
|
||||
"class_g = 'qutebrowser'",
|
||||
# "class_g = 'qutebrowser'",
|
||||
"class_g = 'slop'",
|
||||
"class_g = 'qutebrowser'",
|
||||
"class_g = 'mpv'",
|
||||
"class_g = 'microsoft teams - insiders'",
|
||||
# "class_g = 'qutebrowser'",
|
||||
# "class_g = 'mpv'",
|
||||
# "class_g = 'microsoft teams - insiders'",
|
||||
# "class_g = 'Polybar'",
|
||||
# "class_g = 'Rofi'",
|
||||
"_GTK_FRAME_EXTENTS@:c"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue