diff --git a/aliases b/aliases index 4fb7720..a5a0ba5 100644 --- a/aliases +++ b/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 -." diff --git a/picom.conf b/picom.conf index db60495..f301a0e 100644 --- a/picom.conf +++ b/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 diff --git a/wallpaper.png b/wallpaper.png index f3e0fc5..3f5aa1c 100644 Binary files a/wallpaper.png and b/wallpaper.png differ diff --git a/xinitrc b/xinitrc index e4e9ff8..666f648 100644 --- a/xinitrc +++ b/xinitrc @@ -6,3 +6,6 @@ feh --bg-fill ~/.wallpaper.png lxpolkit & dwm_bar & exec dwm +xdg-mime default mupdf.desktop application/pdf +xdg-mime default feh.desktop image/png +xdg-mime default feh.desktop image/jpg