Quality of life improvements
This commit is contained in:
parent
30bbfa142b
commit
93ce13569b
3
aliases
3
aliases
|
@ -25,3 +25,6 @@ alias getip="curl -s https://ipecho.net/plain | xargs echo"
|
|||
|
||||
# better du
|
||||
alias du="du -h"
|
||||
alias weather="curl -s wttr.in | head -n-1"
|
||||
|
||||
alias feh="feh -."
|
||||
|
|
24
picom.conf
24
picom.conf
|
@ -11,21 +11,21 @@
|
|||
shadow = true;
|
||||
|
||||
# The blur radius for shadows, in pixels. (defaults to 12)
|
||||
# shadow-radius = 12
|
||||
shadow-radius = 7;
|
||||
shadow-radius = 12
|
||||
#shadow-radius = 7;
|
||||
|
||||
# The opacity of shadows. (0.0 - 1.0, defaults to 0.75)
|
||||
shadow-opacity = .75
|
||||
shadow-opacity = .5
|
||||
|
||||
# The left offset for shadows, in pixels. (defaults to -15)
|
||||
# shadow-offset-x = -15
|
||||
shadow-offset-x = -11
|
||||
#shadow-offset-x = -7;
|
||||
#shadow-offset-x = -7;
|
||||
shadow-offset-x = -7;
|
||||
|
||||
# The top offset for shadows, in pixels. (defaults to -15)
|
||||
# shadow-offset-y = -15
|
||||
shadow-offset-y = -3
|
||||
#shadow-offset-y = -7;
|
||||
#shadow-offset-y = -7;
|
||||
shadow-offset-y = -7;
|
||||
|
||||
# Avoid drawing shadows on dock/panel windows. This option is deprecated,
|
||||
# you should use the *wintypes* option in your config file instead.
|
||||
|
@ -38,13 +38,13 @@ shadow-offset-y = -7;
|
|||
# no-dnd-shadow = false
|
||||
|
||||
# Red color value of shadow (0.0 - 1.0, defaults to 0).
|
||||
shadow-red = 0.5
|
||||
shadow-red = 0.0
|
||||
|
||||
# Green color value of shadow (0.0 - 1.0, defaults to 0).
|
||||
shadow-green = 0.5
|
||||
shadow-green = 0.0
|
||||
|
||||
# Blue color value of shadow (0.0 - 1.0, defaults to 0).
|
||||
shadow-blue = 0.5
|
||||
shadow-blue = 0.0
|
||||
|
||||
# Do not paint shadows on shaped windows. Note shaped windows
|
||||
# here means windows setting its shape through X Shape extension.
|
||||
|
@ -68,7 +68,7 @@ shadow-exclude = [
|
|||
"class_g = 'Conky'",
|
||||
"class_g ?= 'Notify-osd'",
|
||||
"class_g = 'Cairo-clock'",
|
||||
"class_g = 'dwm'",
|
||||
# "class_g = 'dwm'",
|
||||
"class_g = 'dmenu'",
|
||||
"_GTK_FRAME_EXTENTS@:c"
|
||||
];
|
||||
|
@ -166,7 +166,7 @@ inactive-opacity-override = false;
|
|||
|
||||
# Parameters for background blurring, see the *BLUR* section for more information.
|
||||
# blur-method =
|
||||
# blur-size = 12
|
||||
#blur-size = 12
|
||||
#
|
||||
# blur-deviation = false
|
||||
|
||||
|
|
BIN
wallpaper.png
BIN
wallpaper.png
Binary file not shown.
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 557 KiB |
Loading…
Reference in New Issue