diff --git a/files/.config/dunst/dunstrc b/files/.config/dunst/dunstrc index 19f714d..38a4468 100644 --- a/files/.config/dunst/dunstrc +++ b/files/.config/dunst/dunstrc @@ -15,7 +15,7 @@ # # If this option is set to mouse or keyboard, the monitor option # will be ignored. - follow = mouse + follow = no # The geometry of the window: # [{width}]x{height}[+/-{x}+/-{y}] @@ -29,7 +29,7 @@ # the top and down respectively. # The width can be negative. In this case the actual width is the # screen width minus the width defined in within the geometry option. - geometry = "400x10-12+39" + geometry = "400x20-12+39" # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes @@ -65,7 +65,7 @@ # Defines color of the frame around the notification window. #frame_color = "#e06c75" - frame_color = "#ffffff" + frame_color = "#98c379" # Define a color for the separator. # possible values are: @@ -87,7 +87,7 @@ ### Text ### - font = Product Sans 11 + font = Product Sans 13 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. @@ -255,21 +255,21 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#000000" + background = "#1e2127" foreground = "#e5e9f0" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#000000" + background = "#1e2127" foreground = "#e5e9f0" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon [urgency_critical] - background = "#000000" + background = "#1e2127" foreground = "#e5e9f0" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable diff --git a/files/.config/ranger/plugins/__pycache__/__init__.cpython-38.opt-1.pyc b/files/.config/ranger/plugins/__pycache__/__init__.cpython-38.opt-1.pyc index 8b6b512..5a3c957 100644 Binary files a/files/.config/ranger/plugins/__pycache__/__init__.cpython-38.opt-1.pyc and b/files/.config/ranger/plugins/__pycache__/__init__.cpython-38.opt-1.pyc differ diff --git a/files/.config/ranger/plugins/__pycache__/devicons.cpython-38.opt-1.pyc b/files/.config/ranger/plugins/__pycache__/devicons.cpython-38.opt-1.pyc index 70e6213..1505212 100644 Binary files a/files/.config/ranger/plugins/__pycache__/devicons.cpython-38.opt-1.pyc and b/files/.config/ranger/plugins/__pycache__/devicons.cpython-38.opt-1.pyc differ diff --git a/files/.config/ranger/plugins/__pycache__/devicons_linemode.cpython-38.opt-1.pyc b/files/.config/ranger/plugins/__pycache__/devicons_linemode.cpython-38.opt-1.pyc index c36a90e..8e7f4dd 100644 Binary files a/files/.config/ranger/plugins/__pycache__/devicons_linemode.cpython-38.opt-1.pyc and b/files/.config/ranger/plugins/__pycache__/devicons_linemode.cpython-38.opt-1.pyc differ diff --git a/screenshots/pc.png b/screenshots/pc.png index 9fb797f..c2432d4 100644 Binary files a/screenshots/pc.png and b/screenshots/pc.png differ