diff --git a/dunst/assets/brightness.svg b/dunst/assets/brightness.svg
new file mode 100644
index 0000000..365ea95
--- /dev/null
+++ b/dunst/assets/brightness.svg
@@ -0,0 +1,12 @@
+
\ No newline at end of file
diff --git a/dunst/assets/volume-mute.svg b/dunst/assets/volume-mute.svg
new file mode 100644
index 0000000..8448c77
--- /dev/null
+++ b/dunst/assets/volume-mute.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/dunst/assets/volume.svg b/dunst/assets/volume.svg
new file mode 100644
index 0000000..2c4f49c
--- /dev/null
+++ b/dunst/assets/volume.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/dunst/dunstrc b/dunst/dunstrc
index 492680f..286e9b8 100755
--- a/dunst/dunstrc
+++ b/dunst/dunstrc
@@ -1,413 +1,73 @@
-# See dunst(5) for all configuration options
-
[global]
- ### Display ###
monitor = 0
follow = none
-
- ### Geometry ###
- width = auto
- height = 300
+ width = 300
+ height = 130
origin = top-right
-
- offset = 10x50
-
- scale = 0
-
- notification_limit = 20
-
- ### Progress bar ###
+ alignment = "left"
+ vertical_alignment = "center"
+ ellipsize = "middle"
+ offset = "15x15"
+ padding = 15
+ horizontal_padding = 15
+ text_icon_padding = 15
+ icon_position = "left"
+ min_icon_size = 48
+ max_icon_size = 64
progress_bar = true
- progress_bar_height = 10
- progress_bar_frame_width = 3
+ progress_bar_height = 8
+ progress_bar_frame_width = 1
progress_bar_min_width = 150
progress_bar_max_width = 300
- progress_bar_corner_radius = 20
- progress_bar_corners = all
-
- # Corner radius for the icon image.
- icon_corner_radius = 5
- icon_corners = all
- indicate_hidden = yes
-
- # The transparency of the window. Range: [0; 100].
- # This option will only work if a compositing window manager is
- # present (e.g. xcompmgr, compiz, etc.). (X11 only)
- transparency = 100
-
separator_height = 2
-
- # Padding between text and separator.
- padding = 8
-
- # Horizontal padding.
- horizontal_padding = 8
-
- # Padding between text and icon.
- text_icon_padding = 8
-
- # Defines width in pixels of frame around the notification window.
- # Set to 0 to disable.
- frame_width = 3
-
- # Defines color of the frame around the notification window.
- frame_color = "#a6c1c7"
-
- gap_size = 5
-
- separator_color = auto
-
- # Sort type.
- sort = yes
-
- # Don't remove messages, if the user is idle (no mouse or keyboard input)
- # for longer than idle_threshold seconds.
- # Set to 0 to disable.
- # A client can set the 'transient' hint to bypass this. See the rules
- # section for how to disable this if necessary
- # idle_threshold = 120
-
- ### Text ###
-
- font = JetBrainsMono Nerd Font 12
- # font = Cascadia Code 12
-
- # The spacing between lines. If the height is smaller than the
- # font height, it will get raised to the font height.
- line_height = 3
-
- # Possible values are:
- # full: Allow a small subset of html markup in notifications:
- # bold
- # italic
- # strikethrough
- # underline
- #
- # For a complete reference see
- # .
- #
- # strip: This setting is provided for compatibility with some broken
- # clients that send markup even though it's not enabled on the
- # server. Dunst will try to strip the markup but the parsing is
- # simplistic so using this option outside of matching rules for
- # specific applications *IS GREATLY DISCOURAGED*.
- #
- # no: Disable markup parsing, incoming notifications will be treated as
- # plain text. Dunst will not advertise that it has the body-markup
- # capability if this is set as a global setting.
- #
- # It's important to note that markup inside the format option will be parsed
- # regardless of what this is set to.
- markup = full
-
- # The format of the message. Possible variables are:
- # %a appname
- # %s summary
- # %b body
- # %i iconname (including its path)
- # %I iconname (without its path)
- # %p progress value if set ([ 0%] to [100%]) or nothing
- # %n progress value if set without any extra characters
- # %% Literal %
- # Markup is allowed
- format = "%s\n%b"
-
- # Alignment of message text.
- # Possible values are "left", "center" and "right".
- alignment = center
-
- # Vertical alignment of message text and icon.
- # Possible values are "top", "center" and "bottom".
- vertical_alignment = center
-
- # Show age of message if message is older than show_age_threshold
- # seconds.
- # Set to -1 to disable.
- show_age_threshold = 60
-
- # Specify where to make an ellipsis in long lines.
- # Possible values are "start", "middle" and "end".
- ellipsize = middle
-
- # Ignore newlines '\n' in notifications.
- ignore_newline = no
-
- # Stack together notifications with the same content
- stack_duplicates = true
-
- # Hide the count of stacked notifications with the same content
- hide_duplicate_count = false
-
- # Display indicators for URLs (U) and actions (A).
- show_indicators = yes
-
- ### Icons ###
-
- # Recursive icon lookup. You can set a single theme, instead of having to
- # define all lookup paths.
- enable_recursive_icon_lookup = true
-
- # Set icon theme (only used for recursive icon lookup)
- icon_theme = Tela-circle-dracula
- # You can also set multiple icon themes, with the leftmost one being used first.
- # icon_theme = "Adwaita, breeze"
-
- # Align icons left/right/top/off
- icon_position = left
-
- # Scale small icons up to this size, set to 0 to disable. Helpful
- # for e.g. small files or high-dpi screens. In case of conflict,
- # max_icon_size takes precedence over this.
- min_icon_size = 32
-
- # Scale larger icons down to this size, set to 0 to disable
- max_icon_size = 128
-
- # Paths to default icons (only necessary when not using recursive icon lookup)
- icon_path = $HOME/.icons/Tela-circle-dracula/16/actions:$HOME/.icons/Tela-circle-dracula/16/apps:$HOME/.icons/Tela-circle-dracula/16/devices:$HOME/.icons/Tela-circle-dracula/16/mimetypes:$HOME/.icons/Tela-circle-dracula/16/panel:$HOME/.icons/Tela-circle-dracula/16/places:$HOME/.icons/Tela-circle-dracula/16/status
-
- ### History ###
-
- # Should a notification popped up from history be sticky or timeout
- # as if it would normally do.
- sticky_history = yes
-
- # Maximum amount of notifications kept in history
- history_length = 20
-
- ### Misc/Advanced ###
-
- # dmenu path.
- dmenu = /usr/bin/dmenu -p dunst:
-
- # Browser for opening urls in context menu.
- browser = /usr/bin/xdg-open
-
- # Always run rule-defined scripts, even if the notification is suppressed
- always_run_script = true
-
- # Define the title of the windows spawned by dunst (X11 only)
- title = Dunst
-
- # Define the class of the windows spawned by dunst (X11 only)
- class = Dunst
-
- # Define the corner radius of the notification window
- # in pixel size. If the radius is 0, you have no rounded
- # corners.
- # The radius will be automatically lowered if it exceeds half of the
- # notification height to avoid clipping text and/or icons.
-corner_radius = 15
-
- # Define which corners to round when drawing the window. If the corner radius
- # is set to 0 this option will be ignored.
- #
- # Comma-separated list of the corners. The accepted corner values are bottom-right,
- # bottom-left, top-right, top-left, top, bottom, left, right or all.
- corners = all
-
- # Ignore the dbus closeNotification message.
- # Useful to enforce the timeout set by dunst configuration. Without this
- # parameter, an application may close the notification sent before the
- # user defined timeout.
- ignore_dbusclose = false
-
- ### Wayland ###
- # These settings are Wayland-specific. They have no effect when using X11
-
- # Uncomment this if you want to let notifications appear under fullscreen
- # applications (default: overlay)
- # layer = top
-
- # Set this to true to use X11 output on Wayland.
- force_xwayland = false
-
- ### Legacy
-
- # Use the Xinerama extension instead of RandR for multi-monitor support.
- # This setting is provided for compatibility with older nVidia drivers that
- # do not support RandR and using it on systems that support RandR is highly
- # discouraged.
- #
- # By enabling this setting dunst will not be able to detect when a monitor
- # is connected or disconnected which might break follow mode if the screen
- # layout changes.
- force_xinerama = false
-
- ### mouse
-
- # Defines list of actions for each mouse event
- # Possible values are:
- # * none: Don't do anything.
- # * do_action: Invoke the action determined by the action_name rule. If there is no
- # such action, open the context menu.
- # * open_url: If the notification has exactly one url, open it. If there are multiple
- # ones, open the context menu.
- # * close_current: Close current notification.
- # * close_all: Close all notifications.
- # * context: Open context menu for the notification.
- # * context_all: Open context menu for all notifications.
- # These values can be strung together for each mouse event, and
- # will be executed in sequence.
- mouse_left_click = close_current
- mouse_middle_click = do_action, close_current
- mouse_right_click = close_all
-
-# Experimental features that may or may not work correctly. Do not expect them
-# to have a consistent behaviour across releases.
+ frame_width = 2
+ frame_color = "#313244"
+ separator_color = "frame"
+ corner_radius = 8
+ transparency = 0
+ gap_size = 8
+ line_height = 0
+ notification_limit = 0
+ idle_threshold = 120
+ history_length = 20
+ show_age_threshold = 60
+ markup = "full"
+ font = "JetBrains Mono Nerd Font 10"
+ format = "%s\n%b:
+ word_wrap = "yes"
+ sort = "yes"
+ shrink = "no"
+ indicate_hidden = "yes"
+ sticky_history = "yes"
+ ignore_newline = "no"
+ show_indicators = "no"
+ stack_duplicates = true
+ always_run_script = true
+ hide_duplicate_count = false
+ ignore_dbusclose = false
+ force_xwayland = false
+ force_xinerama = false
+ mouse_left_click = "do_action"
+ mouse_middle_click = "close_all"
+ mouse_right_click = "close_current"
[experimental]
- # Calculate the dpi to use on a per-monitor basis.
- # If this setting is enabled the Xft.dpi value will be ignored and instead
- # dunst will attempt to calculate an appropriate dpi value for each monitor
- # using the resolution and physical size. This might be useful in setups
- # where there are multiple screens with very different dpi values.
per_monitor_dpi = false
-# Every section that isn't one of the above is interpreted as a rules to
-# override settings for certain messages.
-#
-# Messages can be matched by
-# appname (discouraged, see desktop_entry)
-# body
-# category
-# desktop_entry
-# icon
-# match_transient
-# msg_urgency
-# stack_tag
-# summary
-#
-# and you can override the
-# background
-# foreground
-# format
-# frame_color
-# fullscreen
-# new_icon
-# set_stack_tag
-# set_transient
-# set_category
-# timeout
-# urgency
-# icon_position
-# skip_display
-# history_ignore
-# action_name
-# word_wrap
-# ellipsize
-# alignment
-# hide_text
-# override_pause_level
-#
-# Shell-like globbing will get expanded.
-#
-# Instead of the appname filter, it's recommended to use the desktop_entry filter.
-# GLib based applications export their desktop-entry name. In comparison to the appname,
-# the desktop-entry won't get localized.
-#
-# You can also allow a notification to appear even when paused. Notification will appear whenever notification's override_pause_level >= dunst's paused level.
-# This can be used to set partial pause modes, where more urgent notifications get through, but less urgent stay paused. To do that, you can override the following in the rules:
-# override_pause_level = X
-
-# SCRIPTING
-# You can specify a script that gets run when the rule matches by
-# setting the "script" option.
-# The script will be called as follows:
-# script appname summary body icon urgency
-# where urgency can be "LOW", "NORMAL" or "CRITICAL".
-#
-# NOTE: It might be helpful to run dunst -print in a terminal in order
-# to find fitting options for rules.
-
-# Disable the transient hint so that idle_threshold cannot be bypassed from the
-# client
-#[transient_disable]
-# match_transient = yes
-# set_transient = no
-#
-# Make the handling of transient notifications more strict by making them not
-# be placed in history.
-#[transient_history_ignore]
-# match_transient = yes
-# history_ignore = yes
-
-# fullscreen values
-# show: show the notifications, regardless if there is a fullscreen window opened
-# delay: displays the new notification, if there is no fullscreen window active
-# If the notification is already drawn, it won't get undrawn.
-# pushback: same as delay, but when switching into fullscreen, the notification will get
-# withdrawn from screen again and will get delayed like a new notification
-#[fullscreen_delay_everything]
-# fullscreen = delay
-#[fullscreen_show_critical]
-# msg_urgency = critical
-# fullscreen = show
-
-#[espeak]
-# summary = "*"
-# script = dunst_espeak.sh
-
-#[script-test]
-# summary = "*script*"
-# script = dunst_test.sh
-
-#[ignore]
-# # This notification will not be displayed
-# summary = "foobar"
-# skip_display = true
-
-#[history-ignore]
-# # This notification will not be saved in history
-# summary = "foobar"
-# history_ignore = yes
-
-#[skip-display]
-# # This notification will not be displayed, but will be included in the history
-# summary = "foobar"
-# skip_display = yes
-
-#[signed_on]
-# appname = Pidgin
-# summary = "*signed on*"
-# urgency = low
-#
-#[signed_off]
-# appname = Pidgin
-# summary = *signed off*
-# urgency = low
-#
-#[says]
-# appname = Pidgin
-# summary = *says*
-# urgency = critical
-#
-#[twitter]
-# appname = pidgin
-# summary = *twitter.com*
-# urgency = normal
-#
-#[stack-volumes]
-# appname = "some_volume_notifiers"
-# set_stack_tag = "volume"
-#
-# vim: ft=cfg
-
-
[urgency_low]
- background = "#091016"
- foreground = "#a6c1c7"
- timeout = 10
+ background = "#1e1e2e"
+ foreground = "#cdd6f4"
+ highlight = "#cba6f7"
+ timeout = 4
[urgency_normal]
- background = "#09101680"
- foreground = "#a6c1c7"
- timeout = 10
- override_pause_level = 30
+ background = "#1e1e2e"
+ foreground = "#cdd6f4"
+ highlight = "#cba6f7"
+ timeout = 6
[urgency_critical]
- background = "#8B0000"
- foreground = "#a6c1c7"
- frame_color = "#a6c1c7"
+ background = "#1e1e2e"
+ foreground = "#cdd6f4"
+ highlight = "#cba6f7"
timeout = 0
- override_pause_level = 60
diff --git a/dunst/dunstrc_bak b/dunst/dunstrc_bak
deleted file mode 100755
index 46efb9f..0000000
--- a/dunst/dunstrc_bak
+++ /dev/null
@@ -1,107 +0,0 @@
-[global]
- monitor = 0
- follow = mouse
- width = 350
- height = (0,100)
- origin = top-right
- offset = 18x18
-
- # Progress Bar
- progress_bar = true
- progress_bar_height = 8
- progress_bar_frame_width = 2
- progress_bar_min_width = 150
- progress_bar_max_width = 1000
- progress_bar_corner_radius = 2
- progress_bar_background = "#313244"
- progress_bar_color = "#a6e3a1"
-
- # Notification Layout
- notification_limit = 2
- indicate_hidden = true
- shrink = no
- separator_height = 2
- separator_color = "#313244"
- padding = 15
- horizontal_padding = 15
- frame_width = 1
- frame_color = "#cdd6f4"
- corner_radius = 6
- sort = yes
- idle_threshold = 120
-
- # Font and Text
- font = JetbrainsMono Nerd Font Mono 12
- line_height = 1.2
- markup = full
- format = "%s\n%b"
- alignment = left
- vertical_alignment = center
- show_age_threshold = 60
- word_wrap = yes
- ellipsize = middle
- ignore_newline = yes
- stack_duplicates = true
- hide_duplicate_count = false
- show_indicators = false
-
- # Icons
- icon_position = right
- min_icon_size = 50
- max_icon_size = 70
- icon_path = $HOME/.local/share/fonts/
-
- # Behavior
- sticky_history = no
- history_length = 20
- always_run_script = true
- title = Dunst
- class = Dunst
- ignore_dbusclose = false
- force_xwayland = false
- force_xinerama = false
-
- # Mouse Actions
- mouse_left_click = do_action, close_current
- mouse_middle_click = do_action, close_current
- mouse_right_click = close_all
-
-[experimental]
- per_monitor_dpi = false
-
-[urgency_low]
- background = "#1e1e2e" # Mocha Base
- foreground = "#cdd6f4" # Mocha Text
- highlight = "#89b4fa" # Mocha Blue for highlight
- frame_color = "#313244" # Mocha Surface0 for frame
- timeout = 5
- border_color = "#89b4fa" # Mocha Blue for border
- border_width = 1
-
-[urgency_normal]
- background = "#1e1e2e" # Mocha Base
- foreground = "#cdd6f4" # Mocha Text
- highlight = "#a6e3a1" # Mocha Green for highlight
- frame_color = "#313244" # Mocha Surface0 for frame
- timeout = 5
- border_color = "#a6e3a1" # Mocha Green for border
- border_width = 1
-
-[urgency_critical]
- background = "#1e1e2e" # Mocha Base
- foreground = "#cdd6f4" # Mocha Text
- highlight = "#f38ba8" # Mocha Red for highlight
- frame_color = "#f38ba8" # Mocha Red for frame
- timeout = 10
- border_color = "#f38ba8" # Mocha Red for border
- border_width = 1
-
-[volume]
- highlight = "#a6e3a1" # Mocha Green
- icon_size = 60
- icon_position = right
-
-[backlight]
- highlight = "#f5c2e7" # Mocha Pink
- icon_size = 60
- icon_position = right
\ No newline at end of file
diff --git a/dunst/icons/brightness/brightness-100.png b/dunst/icons/brightness/brightness-100.png
deleted file mode 100644
index 1e28ac3..0000000
Binary files a/dunst/icons/brightness/brightness-100.png and /dev/null differ
diff --git a/dunst/icons/brightness/brightness-20.png b/dunst/icons/brightness/brightness-20.png
deleted file mode 100644
index aee9c52..0000000
Binary files a/dunst/icons/brightness/brightness-20.png and /dev/null differ
diff --git a/dunst/icons/brightness/brightness-40.png b/dunst/icons/brightness/brightness-40.png
deleted file mode 100644
index bbedd1c..0000000
Binary files a/dunst/icons/brightness/brightness-40.png and /dev/null differ
diff --git a/dunst/icons/brightness/brightness-60.png b/dunst/icons/brightness/brightness-60.png
deleted file mode 100644
index 4cd838b..0000000
Binary files a/dunst/icons/brightness/brightness-60.png and /dev/null differ
diff --git a/dunst/icons/brightness/brightness-80.png b/dunst/icons/brightness/brightness-80.png
deleted file mode 100644
index 6684bdb..0000000
Binary files a/dunst/icons/brightness/brightness-80.png and /dev/null differ
diff --git a/dunst/icons/vol/muted-mic.svg b/dunst/icons/vol/muted-mic.svg
deleted file mode 100644
index b0d0e36..0000000
--- a/dunst/icons/vol/muted-mic.svg
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/dunst/icons/vol/muted-speaker.svg b/dunst/icons/vol/muted-speaker.svg
deleted file mode 100644
index 49119fc..0000000
--- a/dunst/icons/vol/muted-speaker.svg
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/dunst/icons/vol/unmuted-mic.svg b/dunst/icons/vol/unmuted-mic.svg
deleted file mode 100644
index 904908f..0000000
--- a/dunst/icons/vol/unmuted-mic.svg
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/dunst/icons/vol/unmuted-speaker.svg b/dunst/icons/vol/unmuted-speaker.svg
deleted file mode 100644
index e003d3f..0000000
--- a/dunst/icons/vol/unmuted-speaker.svg
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/dunst/icons/vol/vol-0.svg b/dunst/icons/vol/vol-0.svg
deleted file mode 100644
index 6535e5e..0000000
--- a/dunst/icons/vol/vol-0.svg
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
-
diff --git a/dunst/icons/vol/vol-10.svg b/dunst/icons/vol/vol-10.svg
deleted file mode 100644
index 823dee3..0000000
--- a/dunst/icons/vol/vol-10.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
diff --git a/dunst/icons/vol/vol-100.svg b/dunst/icons/vol/vol-100.svg
deleted file mode 100644
index bff61a4..0000000
--- a/dunst/icons/vol/vol-100.svg
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
-
diff --git a/dunst/icons/vol/vol-15.svg b/dunst/icons/vol/vol-15.svg
deleted file mode 100644
index b96bd5c..0000000
--- a/dunst/icons/vol/vol-15.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
diff --git a/dunst/icons/vol/vol-20.svg b/dunst/icons/vol/vol-20.svg
deleted file mode 100644
index fe81cf4..0000000
--- a/dunst/icons/vol/vol-20.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
diff --git a/dunst/icons/vol/vol-25.svg b/dunst/icons/vol/vol-25.svg
deleted file mode 100644
index bd4dab9..0000000
--- a/dunst/icons/vol/vol-25.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
diff --git a/dunst/icons/vol/vol-30.svg b/dunst/icons/vol/vol-30.svg
deleted file mode 100644
index 9225f42..0000000
--- a/dunst/icons/vol/vol-30.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
diff --git a/dunst/icons/vol/vol-35.svg b/dunst/icons/vol/vol-35.svg
deleted file mode 100644
index 211050c..0000000
--- a/dunst/icons/vol/vol-35.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
diff --git a/dunst/icons/vol/vol-40.svg b/dunst/icons/vol/vol-40.svg
deleted file mode 100644
index 6ef2e3d..0000000
--- a/dunst/icons/vol/vol-40.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
diff --git a/dunst/icons/vol/vol-45.svg b/dunst/icons/vol/vol-45.svg
deleted file mode 100644
index bee965f..0000000
--- a/dunst/icons/vol/vol-45.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
diff --git a/dunst/icons/vol/vol-5.svg b/dunst/icons/vol/vol-5.svg
deleted file mode 100644
index 5ad7f09..0000000
--- a/dunst/icons/vol/vol-5.svg
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
-
-
diff --git a/dunst/icons/vol/vol-50.svg b/dunst/icons/vol/vol-50.svg
deleted file mode 100644
index 22d967c..0000000
--- a/dunst/icons/vol/vol-50.svg
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
-
-
diff --git a/dunst/icons/vol/vol-55.svg b/dunst/icons/vol/vol-55.svg
deleted file mode 100644
index 6868c5e..0000000
--- a/dunst/icons/vol/vol-55.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
diff --git a/dunst/icons/vol/vol-60.svg b/dunst/icons/vol/vol-60.svg
deleted file mode 100644
index 2db27ec..0000000
--- a/dunst/icons/vol/vol-60.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
diff --git a/dunst/icons/vol/vol-65.svg b/dunst/icons/vol/vol-65.svg
deleted file mode 100644
index 78b6404..0000000
--- a/dunst/icons/vol/vol-65.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
diff --git a/dunst/icons/vol/vol-70.svg b/dunst/icons/vol/vol-70.svg
deleted file mode 100644
index 8534bcb..0000000
--- a/dunst/icons/vol/vol-70.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
diff --git a/dunst/icons/vol/vol-75.svg b/dunst/icons/vol/vol-75.svg
deleted file mode 100644
index 56bc16c..0000000
--- a/dunst/icons/vol/vol-75.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
diff --git a/dunst/icons/vol/vol-80.svg b/dunst/icons/vol/vol-80.svg
deleted file mode 100644
index b893b57..0000000
--- a/dunst/icons/vol/vol-80.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
diff --git a/dunst/icons/vol/vol-85.svg b/dunst/icons/vol/vol-85.svg
deleted file mode 100644
index 8bca371..0000000
--- a/dunst/icons/vol/vol-85.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
diff --git a/dunst/icons/vol/vol-90.svg b/dunst/icons/vol/vol-90.svg
deleted file mode 100644
index 2d4d648..0000000
--- a/dunst/icons/vol/vol-90.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
diff --git a/dunst/icons/vol/vol-95.svg b/dunst/icons/vol/vol-95.svg
deleted file mode 100644
index d9a7903..0000000
--- a/dunst/icons/vol/vol-95.svg
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index 6a590a0..a2a3b79 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -9,12 +9,9 @@ exec-once = wl-paste --type text --watch cliphist store
exec-once = wl-paste --type image --watch cliphist store
exec-once = hyprpaper & waybar
exec-once = hypridle
-#windowrulev2 = suppressevent maximize, class:.*
-#windowrule = float, kitty
-#windowrule = size 1000 500, kitty
-# windowrulev2 = workspace 2, class:kitty
windowrulev2 = workspace 1, class:zen-alpha
+windowrulev2 = workspace 1, class:firefox-bin
windowrulev2 = workspace 3, class:Code
windowrulev2 = workspace 1, class:obsidian
windowrulev2 = workspace 9, class:Docker Desktop
@@ -23,7 +20,6 @@ exec-once = [workspace 1] zen-browser
exec-once = [workspace 2] kitty
-# Set programs that I use
$terminal = kitty
$fileManager = yazi
$menu = rofi -show run
@@ -57,13 +53,13 @@ decoration {
dim_special = 0.2
rounding = 6
-active_opacity = 1
+active_opacity = 0.95
inactive_opacity = 0.75
shadow {
- # enabled = false
- # range = 4
- # render_power = 3
+ enabled = true
+ # range = 3
+ # render_power = 1
}
blur {
@@ -76,65 +72,33 @@ active_opacity = 1
}
-# animations {
-# enabled = true
-
-# bezier = myBezier, 0.05, 0.9, 0.1, 1.05
-
-# animation = windows, 1, 4, default, slide top
-# animation = windowsOut, 1, 2, default, slide bottom
-# animation = border, 1, 10, default
-# animation = borderangle, 1, 8, default
-# animation = fade, 1, 7, default
-# animation = workspaces, 1, 3, default
- # animation = layers, 1, 3, smoothOut, slide
-
-# }
animations {
enabled = true
-
- bezier = overshot, 0.05, 0.9, 0.1, 1.1
- bezier = smoothOut, 0.36, -0.2,1.1,0
- bezier = smoothIn, 0.25, 1, 0.5, 1
-
- animation = windows, 1, 5, overshot, slide
- animation = windowsOut, 1, 4, smoothIn, slide
- animation = windowsMove, 1, 5, smoothIn, slide
-
- animation = border, 1, 10, default
- animation = borderangle, 1, 8, default
-
- animation = fade, 1, 7, default
-
- animation = workspaces, 1, 4, overshot, slidefade 15%
- animation = specialWorkspace, 1, 4, smoothIn, slidefade 15%
-
- # animation = layers, 1, 5, overshot, slidefade 40%
-
+ bezier = easeOutQuint, 0.23,1,0.32,1
+ bezier = easeInOutCubic, 0.65,0.05,0.36,1
+ bezier = linear, 0,0,1,1
+ bezier = almostLinear, 0.5,0.5,0.75,1.0
+ bezier = quick, 0.15,0,0.1,1
+ animation = windowsIn, 1, 10, easeOutQuint
+ animation = workspacesOut, 1, 5.39, easeInOutCubic
+ animation = windows, 1, 4.79, easeOutQuint
+ animation = windowsIn, 1, 4.1, easeOutQuint, popin 87%
+ animation = windowsOut, 1, 1.49, linear, popin 87%
+ animation = fadeIn, 1, 1.73, almostLinear
+ animation = fadeOut, 1, 1.46, almostLinear
+ animation = fade, 1, 3.03, quick
+ animation = layers, 1, 3.81, easeOutQuint
+ animation = layersIn, 1, 4, easeOutQuint, fade
+ animation = layersOut, 1, 1.5, linear, fade
+ animation = fadeLayersIn, 1, 1.79, almostLinear
+ animation = fadeLayersOut, 1, 1.39, almostLinear
+ animation = workspaces, 1, 1.94, almostLinear, fade
+ animation = workspacesIn, 1, 1.21, almostLinear, fade
+ animation = workspacesOut, 1, 1.94, almostLinear, fade
}
-# animations {
-# enabled = 1
-# bezier = overshot,0.13,0.99,0.29,1.15
-# bezier = win, 0.15,0.90,0.25,1.2
-# bezier = wind, 0.05, 0.9, 0.1, 1.05
-# bezier = winIn, 0.1, 1.1, 0.1, 1.1
-# bezier = winOut, 0.3, -0.3, 0, 1
-# bezier = liner, 1, 1, 1, 1
-# # animation = windows, 1, 6, wind, slide
-# animation = windowsIn, 1, 5, overshot, slide
-# animation = windowsOut, 1, 5, overshot, slide
-# animation = windowsMove, 1, 5, wind, slide
-# animation = border, 1, 1, liner
-# animation = fade, 1, 10, default
-# animation = workspaces, 1, 5, overshot, slide
-# animation = layers, 1, 5, overshot, slidefade 40%
-
-# # animation = layersIn, 1, 4, overshot, slide
-# # animation = layersOut, 1, 7, overshot, slide 10%
-# }
dwindle {
@@ -186,8 +150,8 @@ xwayland {
}
misc {
- force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
- disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
+ force_default_wallpaper = -1
+ disable_hyprland_logo = true
}
$mainMod = SUPER
@@ -214,7 +178,8 @@ bind = $mainMod, Space, exec, ~/.config/rofi/launcher/launcher.sh
#Grim & Slurp for Screenshot
bind = $mainMod_Shift, S, exec, slurp | grim -g - /tmp/photo && wl-copy < /tmp/photo && notify-send 'Screenshot Copied to Clipboard'
-bind = Alt+Shift, S, exec, grim -g "$(slurp)" $HOME/Downloads/Screenshot/$(date +'%Y%m%d%H%M%S').png && notify-send 'Screenshot Saved'
+bind = Alt+Shift, S, exec, grim -g "$(slurp)" $HOME/Pictures/Screenshot/$(date +'%Y%m%d%H%M%S').png && notify-send 'Screenshot Saved'
+
bind = Alt+Shift, W, exec, pkill -9 waybar || waybar &
#Task Manager
@@ -223,37 +188,32 @@ bind = Ctrl_Shift, Tab, exec, $terminal $taskManager
#ColorPicker
bind = $mainMod, C, exec, $colorpicker -a
-bind = $mainMod, I, exec, bash -c "~/SideProjects/Scripts/selectWallpaper.sh"#Clipboard for Copy / Paste
+bind = $mainMod, I, exec, kitty -e /home/arcadian/SideProjects/Scripts/sync/selectWallpaper.sh
bind = $mainMod, M, exec, ~/.config/rofi/clipboard/launcher.sh
-#Audio Control
-binde = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 2%+
-bindl = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%-
+
#Volume Control
-# binde = , XF86AudioRaiseVolume, exec, ~/.local/bin/volume.sh up
-# binde = , XF86AudioLowerVolume, exec, ~/.local/bin/volume.sh down
-# binde = , XF86AudioMute, exec, ~/.local/bin/volume.sh mute
-# binde = , XF86AudioRaiseVolume, exec, ~/.local/bin/volume.sh --inc
-# binde = , XF86AudioLowerVolume, exec, ~/.local/bin/volume.sh --dec
-# binde = , XF86AudioMute, exec, ~/.local/bin/volume.sh --toggle
+binde = , xf86audioraisevolume, exec, pamixer -i 2 && dunstify -h int:value:"$(pamixer --get-volume)" -i ~/.config/dunst/assets/volume.svg -t 500 -r 2593 "Volume: $(pamixer --get-volume) %"
+binde = , xf86audiolowervolume, exec, pamixer -d 2 && dunstify -h int:value:"$(pamixer --get-volume)" -i ~/.config/dunst/assets/volume.svg -t 500 -r 2593 "Volume: $(pamixer --get-volume) %"
+binde = , xf86AudioMute, exec, pamixer -t && dunstify -i ~/.config/dunst/assets/$(pamixer --get-mute | grep -q "true" && echo "volume-mute.svg" || echo "volume.svg") -t 500 -r 2593 "Toggle Mute"
+
#Player Control
bindl = , XF86AudioPlay, exec, playerctl play-pause
bindl = , XF86AudioPrev, exec, playerctl previous
bindl = , XF86AudioNext, exec, playerctl next
-#Brightness Control
-binde = , XF86MonBrightnessDown, exec, ~/.local/bin/backlight.sh down
-binde = , XF86MonBrightnessUp, exec, ~/.local/bin/backlight.sh up
-# binde = , XF86MonBrightnessDown, exec, brightnessctl set 2%-
-# binde = , XF86MonBrightnessUp, exec, brightnessctl set +2%
+#Brightness Control
+binde = , XF86MonBrightnessDown,exec,brillo -q -U 5 && dunstify -h int:value:"$(( ($(cat /sys/class/backlight/*/brightness) * 100) / $(cat /sys/class/backlight/*/max_brightness) ))" -i ~/.config/dunst/assets/brightness.svg -t 500 -r 2593 "Brightness: $(( ($(cat /sys/class/backlight/*/brightness) * 100) / $(cat /sys/class/backlight/*/max_brightness) ))%"
+binde = , XF86MonBrightnessUp,exec,brillo -q -A 5 && dunstify -h int:value:"$(( ($(cat /sys/class/backlight/*/brightness) * 100) / $(cat /sys/class/backlight/*/max_brightness) ))" -i ~/.config/dunst/assets/brightness.svg -t 500 -r 2593 "Brightness: $(( ($(cat /sys/class/backlight/*/brightness) * 100) / $(cat /sys/class/backlight/*/max_brightness) ))%"
bind = $mainMod_Shift, l, exec, hyprlock
bind = Alt, Tab , cyclenext
bind = $mainMod, Tab, bringactivetotop,
bind = Alt Shift, Tab, cyclenext, prev
+
# bind = $mainMod, Tab, workspace, e-2
bind = $mainMod, A, exec,bash ~/.config/rofi/wifi/wifi.sh
bind = $mainMod, S, exec,bash ~/.config/rofi/search/search.sh
@@ -290,7 +250,6 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8
bind = $mainMod SHIFT, 9, movetoworkspace, 9
bind = $mainMod SHIFT, 0, movetoworkspace, 10
-#bindl = , CapsLock, exec, ~/.local/bin/lockctl/key.sh
# Example special workspace (scratchpad)
#bind = $mainMod, S, togglespecialworkspace, magic
diff --git a/hypr/hyprland.conf.save b/hypr/hyprland.conf.save
new file mode 100644
index 0000000..f0c5a40
--- /dev/null
+++ b/hypr/hyprland.conf.save
@@ -0,0 +1,305 @@
+
+monitor=DP-1,1920x1080@144,auto,auto
+
+exec-once = hyprctl setcursor "Banana" 40
+exec = gsettings set org.gnome.desktop.interface cursor-theme "Banana"
+exec = gsettings set org.gnome.desktop.interface cursor-size 40
+
+exec-once = wl-paste --type text --watch cliphist store
+exec-once = wl-paste --type image --watch cliphist store
+exec-once = hyprpaper & waybar
+exec-once = hypridle
+#windowrulev2 = suppressevent maximize, class:.*
+
+#windowrule = float, kitty
+#windowrule = size 1000 500, kitty
+# windowrulev2 = workspace 2, class:kitty
+windowrulev2 = workspace 1, class:zen-alpha
+windowrulev2 = workspace 3, class:Code
+windowrulev2 = workspace 1, class:obsidian
+windowrulev2 = workspace 9, class:Docker Desktop
+
+exec-once = [workspace 1] zen-browser
+exec-once = [workspace 2] kitty
+
+
+# Set programs that I use
+$terminal = kitty
+$fileManager = yazi
+$menu = rofi -show run
+$browser = zen-browser
+$taskManager = btop
+$colorpicker = hyprpicker
+
+env = XCURSOR_SIZE,8
+env = HYPRCURSOR_SIZE,8
+
+general {
+ gaps_in = 3
+ gaps_out = 6
+
+ border_size = 0
+
+ col.active_border = rgb(8839ef) rgb(179299) 45deg
+ col.inactive_border = rgb(1e66f5) rgb(8839ef) 90deg
+
+ resize_on_border = true
+ extend_border_grab_area = 30
+ hover_icon_on_border = true
+ resize_corner = 5
+ allow_tearing = false
+
+
+ layout = dwindle
+}
+
+decoration {
+ dim_special = 0.2
+ rounding = 6
+
+active_opacity = 1
+ inactive_opacity = 0.75
+
+ shadow {
+ # enabled = false
+ # range = 4
+ # render_power = 3
+ }
+
+ blur {
+ enabled = true
+ size = 3
+ passes = 1
+ special = true
+ vibrancy = 0.1696
+ }
+
+}
+
+# animations {
+# enabled = true
+
+# bezier = myBezier, 0.05, 0.9, 0.1, 1.05
+
+# animation = windows, 1, 4, default, slide top
+# animation = windowsOut, 1, 2, default, slide bottom
+# animation = border, 1, 10, default
+# animation = borderangle, 1, 8, default
+# animation = fade, 1, 7, default
+# animation = workspaces, 1, 3, default
+ # animation = layers, 1, 3, smoothOut, slide
+
+# }
+
+# animations {
+# enabled = true
+
+# bezier = overshot, 0.05, 0.9, 0.1, 1.1
+# bezier = smoothOut, 0.36, -0.2,1.1,0
+# bezier = smoothIn, 0.25, 1, 0.5, 1
+
+# animation = windows, 1, 5, overshot, slide
+# animation = windowsOut, 1, 4, smoothIn, slide
+# animation = windowsMove, 1, 5, smoothIn, slide
+
+# animation = border, 1, 10, default
+# animation = borderangle, 1, 8, default
+
+# animation = fade, 1, 7, default
+
+# animation = workspaces, 1, 4, overshot, slidefade 15%
+# animation = specialWorkspace, 1, 4, smoothIn, slidefade 15%
+
+# # animation = layers, 1, 5, overshot, slidefade 40%
+
+# }
+
+animations {
+ enabled = 1
+ bezier = overshot,0.13,0.99,0.29,1.15
+ bezier = win, 0.15,0.90,0.25,1.2
+ bezier = wind, 0.05, 0.9, 0.1, 1.05
+ bezier = winIn, 0.1, 1.1, 0.1, 1.1
+ bezier = winOut, 0.3, -0.3, 0, 1
+ bezier = liner, 1, 1, 1, 1
+
+ # animation = windows, 1, 6, wind, slide
+ animation = windowsIn, 1, 5, overshot, slide
+ animation = windowsOut, 1, 5, overshot, slide
+ animation = windowsMove, 1, 5, wind, slide
+ animation = border, 1, 1, liner
+ animation = fade, 1, 10, default
+ animation = workspaces, 1, 5, overshot, slide
+ animation = layers, 1, 5, overshot, slidefade 40%
+
+# animation = layersIn, 1, 4, overshot, slide
+# animation = layersOut, 1, 7, overshot, slide 10%
+}
+
+
+dwindle {
+ pseudotile = true
+ preserve_split = true
+}
+
+master {
+ new_status = inherit
+ new_on_top = true
+ new_on_active = true
+ smart_resizing = true
+}
+
+input {
+ kb_layout = us
+ kb_variant =
+ kb_model =
+ kb_options =
+ kb_rules =
+
+ follow_mouse = 1
+
+ sensitivity = -0.1
+
+ touchpad {
+ disable_while_typing = true
+ natural_scroll = true
+ }
+ force_no_accel = 0
+}
+
+gestures {
+ workspace_swipe = true
+}
+
+device {
+ name = epic-mouse-v1
+ sensitivity = -0.5
+}
+
+binds {
+ workspace_back_and_forth = true
+ allow_workspace_cycles = true
+}
+
+xwayland {
+ force_zero_scaling = true
+}
+
+misc {
+ force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
+ disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
+}
+
+$mainMod = SUPER
+bind = $mainMod, T, exec, $terminal
+bind = $mainMod ,B, exec, $browser
+bind = $mainMod, W, killactive
+bind = $mainMod, V, togglefloating
+bind = $mainMod, F, fullscreen, 1
+bind = $mainMod, G, fullscreen, 0
+bind = $mainMod, O, exec, obsidian
+bind = $mainMod_Shift, T, exec, [float; size 1000 500] $terminal
+
+$key = tab
+$mod = super
+
+
+#Yazi File Manager
+bind = $mainMod, E, exec, $terminal $fileManager
+#Rofi Powermenu
+bind = $mainMod, P, exec, ~/.config/rofi/powermenu/powermenu.sh
+#Rofi Launcher
+bind = $mainMod, Space, exec, ~/.config/rofi/launcher/launcher.sh
+
+
+#Grim & Slurp for Screenshot
+bind = $mainMod_Shift, S, exec, slurp | grim -g - /tmp/photo && wl-copy < /tmp/photo && notify-send 'Screenshot Copied to Clipboard'
+bind = Alt+Shift, S, exec, grim -g "$(slurp)" $HOME/Downloads/Screenshot/$(date +'%Y%m%d%H%M%S').png && notify-send 'Screenshot Saved'
+bind = Alt+Shift, W, exec, pkill -9 waybar || waybar &
+
+#Task Manager
+bind = Ctrl_Shift, Tab, exec, $terminal $taskManager
+
+#ColorPicker
+bind = $mainMod, C, exec, $colorpicker -a
+
+bind = $mainMod, I, exec, bash -c "~/SideProjects/Scripts/selectWallpaper.sh"#Clipboard for Copy / Paste
+bind = $mainMod, M, exec, ~/.config/rofi/clipboard/launcher.sh
+#Audio Control
+binde = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 2%+
+bindl = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%-
+
+#Volume Control
+# binde = , XF86AudioRaiseVolume, exec, ~/.local/bin/volume.sh up
+# binde = , XF86AudioLowerVolume, exec, ~/.local/bin/volume.sh down
+# binde = , XF86AudioMute, exec, ~/.local/bin/volume.sh mute
+# binde = , XF86AudioRaiseVolume, exec, ~/.local/bin/volume.sh --inc
+# binde = , XF86AudioLowerVolume, exec, ~/.local/bin/volume.sh --dec
+# binde = , XF86AudioMute, exec, ~/.local/bin/volume.sh --toggle
+
+#Player Control
+bindl = , XF86AudioPlay, exec, playerctl play-pause
+bindl = , XF86AudioPrev, exec, playerctl previous
+bindl = , XF86AudioNext, exec, playerctl next
+
+#Brightness Control
+binde = , XF86MonBrightnessDown, exec, ~/.local/bin/backlight.sh down
+binde = , XF86MonBrightnessUp, exec, ~/.local/bin/backlight.sh up
+
+# binde = , XF86MonBrightnessDown, exec, brightnessctl set 2%-
+# binde = , XF86MonBrightnessUp, exec, brightnessctl set +2%
+
+bind = $mainMod_Shift, l, exec, hyprlock
+
+bind = Alt, Tab , cyclenext
+bind = $mainMod, Tab, bringactivetotop,
+bind = Alt Shift, Tab, cyclenext, prev
+# bind = $mainMod, Tab, workspace, e-2
+bind = $mainMod, A, exec,bash ~/.config/rofi/wifi/wifi.sh
+bind = $mainMod, S, exec,bash ~/.config/rofi/search/search.sh
+
+
+
+# Move focus with mainMod + arrow keys
+bind = $mainMod, h, movefocus, l
+bind = $mainMod, l, movefocus, r
+bind = $mainMod, k, movefocus, u
+bind = $mainMod, j, movefocus, d
+
+# Switch workspaces with mainMod + [0-9]
+bind = $mainMod, 1, workspace, 1
+bind = $mainMod, 2, workspace, 2
+bind = $mainMod, 3, workspace, 3
+bind = $mainMod, 4, workspace, 4
+bind = $mainMod, 5, workspace, 5
+bind = $mainMod, 6, workspace, 6
+bind = $mainMod, 7, workspace, 7
+bind = $mainMod, 8, workspace, 8
+bind = $mainMod, 9, workspace, 9
+bind = $mainMod, 0, workspace, 10
+
+# Move active window to a workspace with mainMod + SHIFT + [0-9]
+bind = $mainMod SHIFT, 1, movetoworkspace, 1
+bind = $mainMod SHIFT, 2, movetoworkspace, 2
+bind = $mainMod SHIFT, 3, movetoworkspace, 3
+bind = $mainMod SHIFT, 4, movetoworkspace, 4
+bind = $mainMod SHIFT, 5, movetoworkspace, 5
+bind = $mainMod SHIFT, 6, movetoworkspace, 6
+bind = $mainMod SHIFT, 7, movetoworkspace, 7
+bind = $mainMod SHIFT, 8, movetoworkspace, 8
+bind = $mainMod SHIFT, 9, movetoworkspace, 9
+bind = $mainMod SHIFT, 0, movetoworkspace, 10
+
+#bindl = , CapsLock, exec, ~/.local/bin/lockctl/key.sh
+
+# Example special workspace (scratchpad)
+#bind = $mainMod, S, togglespecialworkspace, magic
+#bind = $mainMod SHIFT, S, movetoworkspace, special:magic
+
+# Scroll through existing workspaces with mainMod + scroll
+bind = $mainMod, mouse_down, workspace, e+1
+bind = $mainMod, mouse_up, workspace, e-1
+
+# Move/resize windows with mainMod + LMB/RMB and dragging
+bindm = $mainMod, mouse:272, movewindow
+bindm = $mainMod, mouse:273, resizewindow
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 5485f76..96b2db1 100755
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -169,6 +169,10 @@ take() {
mkdir -p "$1" && cd "$1"
}
+c() {
+ cd "$1" && ls
+}
+
#fastfetch
autoload -U +X bashcompinit && bashcompinit