From 577f07b3ca06b3ba36372080aebc92cc9247c3de Mon Sep 17 00:00:00 2001 From: Felix Suchert Date: Wed, 23 Oct 2024 08:27:30 -0400 Subject: [PATCH] bump flake.lock; hyprland adjustments --- entropy/borg_exclude | 9 + entropy/dunst/dunstrc | 264 +++++++++++--------- entropy/dunst/icons/arch.svg | 129 ++++++++++ entropy/dunst/icons/critical.svg | 47 ++++ entropy/dunst/icons/hyprdots.png | Bin 0 -> 7751 bytes entropy/dunst/icons/hyprdots.svg | 192 ++++++++++++++ entropy/dunst/icons/keyboard.svg | 105 ++++++++ entropy/dunst/icons/vol/muted-mic.svg | 11 + entropy/dunst/icons/vol/muted-speaker.svg | 2 + entropy/dunst/icons/vol/unmuted-mic.svg | 11 + entropy/dunst/icons/vol/unmuted-speaker.svg | 2 + entropy/dunst/icons/vol/vol-0.svg | 82 ++++++ entropy/dunst/icons/vol/vol-10.svg | 85 +++++++ entropy/dunst/icons/vol/vol-100.svg | 82 ++++++ entropy/dunst/icons/vol/vol-15.svg | 85 +++++++ entropy/dunst/icons/vol/vol-20.svg | 85 +++++++ entropy/dunst/icons/vol/vol-25.svg | 85 +++++++ entropy/dunst/icons/vol/vol-30.svg | 85 +++++++ entropy/dunst/icons/vol/vol-35.svg | 85 +++++++ entropy/dunst/icons/vol/vol-40.svg | 85 +++++++ entropy/dunst/icons/vol/vol-45.svg | 85 +++++++ entropy/dunst/icons/vol/vol-5.svg | 84 +++++++ entropy/dunst/icons/vol/vol-50.svg | 84 +++++++ entropy/dunst/icons/vol/vol-55.svg | 85 +++++++ entropy/dunst/icons/vol/vol-60.svg | 85 +++++++ entropy/dunst/icons/vol/vol-65.svg | 85 +++++++ entropy/dunst/icons/vol/vol-70.svg | 85 +++++++ entropy/dunst/icons/vol/vol-75.svg | 85 +++++++ entropy/dunst/icons/vol/vol-80.svg | 85 +++++++ entropy/dunst/icons/vol/vol-85.svg | 85 +++++++ entropy/dunst/icons/vol/vol-90.svg | 85 +++++++ entropy/dunst/icons/vol/vol-95.svg | 85 +++++++ entropy/nixos/configuration.nix | 7 +- entropy/nixos/flake.lock | 18 +- entropy/nixos/modules/audio.nix | 5 + entropy/nixos/modules/sway.nix | 17 +- 36 files changed, 2469 insertions(+), 127 deletions(-) create mode 100644 entropy/borg_exclude create mode 100644 entropy/dunst/icons/arch.svg create mode 100644 entropy/dunst/icons/critical.svg create mode 100644 entropy/dunst/icons/hyprdots.png create mode 100644 entropy/dunst/icons/hyprdots.svg create mode 100644 entropy/dunst/icons/keyboard.svg create mode 100644 entropy/dunst/icons/vol/muted-mic.svg create mode 100644 entropy/dunst/icons/vol/muted-speaker.svg create mode 100644 entropy/dunst/icons/vol/unmuted-mic.svg create mode 100644 entropy/dunst/icons/vol/unmuted-speaker.svg create mode 100644 entropy/dunst/icons/vol/vol-0.svg create mode 100644 entropy/dunst/icons/vol/vol-10.svg create mode 100644 entropy/dunst/icons/vol/vol-100.svg create mode 100644 entropy/dunst/icons/vol/vol-15.svg create mode 100644 entropy/dunst/icons/vol/vol-20.svg create mode 100644 entropy/dunst/icons/vol/vol-25.svg create mode 100644 entropy/dunst/icons/vol/vol-30.svg create mode 100644 entropy/dunst/icons/vol/vol-35.svg create mode 100644 entropy/dunst/icons/vol/vol-40.svg create mode 100644 entropy/dunst/icons/vol/vol-45.svg create mode 100644 entropy/dunst/icons/vol/vol-5.svg create mode 100644 entropy/dunst/icons/vol/vol-50.svg create mode 100644 entropy/dunst/icons/vol/vol-55.svg create mode 100644 entropy/dunst/icons/vol/vol-60.svg create mode 100644 entropy/dunst/icons/vol/vol-65.svg create mode 100644 entropy/dunst/icons/vol/vol-70.svg create mode 100644 entropy/dunst/icons/vol/vol-75.svg create mode 100644 entropy/dunst/icons/vol/vol-80.svg create mode 100644 entropy/dunst/icons/vol/vol-85.svg create mode 100644 entropy/dunst/icons/vol/vol-90.svg create mode 100644 entropy/dunst/icons/vol/vol-95.svg diff --git a/entropy/borg_exclude b/entropy/borg_exclude new file mode 100644 index 0000000..b3e1b30 --- /dev/null +++ b/entropy/borg_exclude @@ -0,0 +1,9 @@ +/sys +/proc +/nix +/home/felix/mnt +/home/felix/.cargo/registry +/home/*/.cache +/home/*/.stack +/home/**/.stack_work +/home/felix/VirtualBox VMs/ diff --git a/entropy/dunst/dunstrc b/entropy/dunst/dunstrc index 541220c..567c8d5 100644 --- a/entropy/dunst/dunstrc +++ b/entropy/dunst/dunstrc @@ -1,3 +1,5 @@ +# See dunst(5) for all configuration options + [global] ### Display ### @@ -17,40 +19,66 @@ # will be ignored. follow = mouse - # The geometry of the window: - # [{width}]x{height}[+/-{x}+/-{y}] - # The geometry of the message window. - # The height is measured in number of notifications everything else - # in pixels. If the width is omitted but the height is given - # ("-geometry x2"), the message window expands over the whole screen - # (dmenu-like). If width is 0, the window expands to the longest - # message displayed. A positive x is measured from the left, a - # negative from the right side of the screen. Y is measured from - # 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 = "600x5-30+20" + ### Geometry ### - # Show how many messages are currently hidden (because of geometry). + # dynamic width from 0 to 300 + # width = (0, 300) + # constant width of 300 + width = (300, 450) + + # The maximum height of a single notification, excluding the frame. + height = 300 + + # Position the notification in the top right corner + origin = top-right + + # Offset from the origin + offset = 20x20 + + # Scale factor. It is auto-detected if value is 0. + scale = 0 + + # Maximum number of notification (0 means no limit) + notification_limit = 20 + + ### Progress bar ### + + # Turn on the progress bar. It appears when a progress hint is passed with + # for example dunstify -h int:value:12 + progress_bar = true + + # Set the progress bar height. This includes the frame, so make sure + # it's at least twice as big as the frame width. + progress_bar_height = 10 + + # Set the frame width of the progress bar + progress_bar_frame_width = 0 + + # Set the minimum width for the progress bar + progress_bar_min_width = 125 + + # Set the maximum width for the progress bar + progress_bar_max_width = 250 + + # Corner radius for the progress bar. 0 disables rounded corners. + progress_bar_corner_radius = 4 + + # Corner radius for the icon image. + icon_corner_radius = 10 + + # Show how many messages are currently hidden (because of + # notification_limit). indicate_hidden = yes - # Shrink window if it's smaller than the width. Will be ignored if - # width is 0. - shrink = no - # 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.). - transparency = 0 - - # The height of the entire notification. If the height is smaller - # than the font height and padding combined, it will be raised - # to the font height and padding. - notification_height = 0 + # present (e.g. xcompmgr, compiz, etc.). (X11 only) + transparency = 10 # Draw a line of "separator_height" pixel height between two # notifications. # Set to 0 to disable. + # If gap_size is greater than 0, this setting will be ignored. separator_height = 2 # Padding between text and separator. @@ -59,12 +87,21 @@ # Horizontal padding. horizontal_padding = 8 + # Padding between text and icon. + text_icon_padding = 10 + # Defines width in pixels of frame around the notification window. # Set to 0 to disable. - frame_width = 3 + frame_width = 5 # Defines color of the frame around the notification window. - frame_color = "#aaaaaa" + #frame_color = "#eba0ac" + + # Size of gap to display between notifications - requires a compositor. + # If value is greater than 0, separator_height will be ignored and a border + # of size frame_width will be drawn around each notification instead. + # Click events on gaps do not currently propagate to applications below. + gap_size = 5 # Define a color for the separator. # possible values are: @@ -72,7 +109,7 @@ # * foreground: use the same color as the foreground; # * frame: use the same color as the frame; # * anything else will be interpreted as a X color. - separator_color = frame + separator_color = auto # Sort messages by urgency. sort = yes @@ -82,15 +119,16 @@ # 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 + # idle_threshold = 120 ### Text ### - font = Monospace 8 + font = Iosevka Medium 9 + # font = mononoki Nerd Font 8 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. - line_height = 0 + line_height = 3 # Possible values are: # full: Allow a small subset of html markup in notifications: @@ -100,7 +138,7 @@ # 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 @@ -126,7 +164,7 @@ # %n progress value if set without any extra characters # %% Literal % # Markup is allowed - format = "%s\n%b" + format = "%s\n%b" # Alignment of message text. # Possible values are "left", "center" and "right". @@ -141,11 +179,7 @@ # Set to -1 to disable. show_age_threshold = 60 - # Split notifications into multiple lines if they don't fit into - # geometry. - word_wrap = yes - - # When word_wrap is set to no, specify where to make an ellipsis in long lines. + # Specify where to make an ellipsis in long lines. # Possible values are "start", "middle" and "end". ellipsize = middle @@ -163,19 +197,28 @@ ### Icons ### - # Align icons left/right/off + # 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 = Adwaita + # You can also set multiple icon themes, with the leftmost one being used first. + icon_theme = "Tela-circle-dracula" + + # 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 = 0 + min_icon_size = 32 # Scale larger icons down to this size, set to 0 to disable - max_icon_size = 32 + max_icon_size = 128 - # Paths to default icons. - icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ + # 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 ### @@ -189,10 +232,11 @@ ### Misc/Advanced ### # dmenu path. - dmenu = /run/current-system/sw/bin/dmenu -p dunst: + dmenu = wofi -dmenu -p dunst: + # dmenu = /usr/bin/rofi -config "$HOME/.config/rofi/notification.rasi" -dmenu -p dunst: # Browser for opening urls in context menu. - browser = /run/current-system/sw/bin/firefox -new-tab + browser = xdg-open # Always run rule-defined scripts, even if the notification is suppressed always_run_script = true @@ -203,33 +247,29 @@ # Define the class of the windows spawned by dunst class = Dunst - # Print a notification on startup. - # This is mainly for error detection, since dbus (re-)starts dunst - # automatically after a crash. - startup_notification = false - - # Manage dunst's desire for talking - # Can be one of the following values: - # crit: Critical features. Dunst aborts - # warn: Only non-fatal warnings - # mesg: Important Messages - # info: all unimportant stuff - # debug: all less than unimportant stuff - verbosity = mesg - # 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 = 0 + corner_radius = 10 # 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 + # 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. @@ -247,18 +287,22 @@ # Defines list of actions for each mouse event # Possible values are: # * none: Don't do anything. - # * do_action: If the notification has exactly one action, or one is marked as default, - # invoke it. If there are multiple and no default, open the context menu. + # * 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_left_click = context, 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. +# to have a consistent behavior across releases. [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 @@ -267,52 +311,6 @@ # where there are multiple screens with very different dpi values. per_monitor_dpi = false -[shortcuts] - - # Shortcuts are specified as [modifier+][modifier+]...key - # Available modifiers are "ctrl", "mod1" (the alt-key), "mod2", - # "mod3" and "mod4" (windows-key). - # Xev might be helpful to find names for keys. - - # Close notification. - close = ctrl+space - - # Close all notifications. - close_all = ctrl+shift+space - - # Redisplay last message(s). - # On the US keyboard layout "grave" is normally above TAB and left - # of "1". Make sure this key actually exists on your keyboard layout, - # e.g. check output of 'xmodmap -pke' - history = ctrl+grave - - # Context menu. - context = ctrl+shift+period - -[urgency_low] - # IMPORTANT: colors have to be defined in quotation marks. - # Otherwise the "#" and following would be interpreted as a comment. - background = "#222222" - foreground = "#888888" - timeout = 10 - # Icon for notifications with low urgency, uncomment to enable - #icon = /path/to/icon - -[urgency_normal] - background = "#285577" - foreground = "#ffffff" - timeout = 10 - # Icon for notifications with normal urgency, uncomment to enable - #icon = /path/to/icon - -[urgency_critical] - background = "#900000" - foreground = "#ffffff" - frame_color = "#ff0000" - timeout = 0 - # Icon for notifications with critical urgency, uncomment to enable - #icon = /path/to/icon - # Every section that isn't one of the above is interpreted as a rules to # override settings for certain messages. # @@ -336,10 +334,19 @@ # 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 # -# Shell-like globbing will get expanded. +# Shell-like globing 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, @@ -352,8 +359,6 @@ # script appname summary body icon urgency # where urgency can be "LOW", "NORMAL" or "CRITICAL". # -# NOTE: if you don't want a notification to be displayed, set the format -# to "". # NOTE: It might be helpful to run dunst -print in a terminal in order # to find fitting options for rules. @@ -392,7 +397,7 @@ #[ignore] # # This notification will not be displayed # summary = "foobar" -# format = "" +# skip_display = true #[history-ignore] # # This notification will not be saved in history @@ -429,3 +434,32 @@ # set_stack_tag = "volume" # # vim: ft=cfg + +[Type-1] + appname = "t1" + format = "%s" + +[Type-2] + appname = "t2" + format = "%s\n%b" + +[urgency_critical] + background = "#f5e0dc" + foreground = "#1e1e2e" + frame_color = "#f38ba8" + icon = "$HOME/.config/dunst/icons/critical.svg" + timeout = 0 + +[urgency_low] + background = "#6591A380" + foreground = "#CCF0FFE6" + frame_color = "#6591A303" + icon = "$HOME/.config/dunst/icons/hyprdots.svg" + timeout = 5 + +[urgency_normal] + background = "#3A4A6B80" + foreground = "#CCDDFFE6" + frame_color = "#3A4A6B03" + icon = "$HOME/.config/dunst/icons/hyprdots.svg" + timeout = 5 diff --git a/entropy/dunst/icons/arch.svg b/entropy/dunst/icons/arch.svg new file mode 100644 index 0000000..5820a24 --- /dev/null +++ b/entropy/dunst/icons/arch.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/entropy/dunst/icons/critical.svg b/entropy/dunst/icons/critical.svg new file mode 100644 index 0000000..64379d1 --- /dev/null +++ b/entropy/dunst/icons/critical.svg @@ -0,0 +1,47 @@ + + + + + + + + + diff --git a/entropy/dunst/icons/hyprdots.png b/entropy/dunst/icons/hyprdots.png new file mode 100644 index 0000000000000000000000000000000000000000..2886bd6dba07674f0d59d46c2ae28c2ff8343f2d GIT binary patch literal 7751 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 b`HWSM)$?&lApi~l0063rnjdTAKZpK5_NF5e literal 0 HcmV?d00001 diff --git a/entropy/dunst/icons/hyprdots.svg b/entropy/dunst/icons/hyprdots.svg new file mode 100644 index 0000000..f0d4fdd --- /dev/null +++ b/entropy/dunst/icons/hyprdots.svg @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/entropy/dunst/icons/keyboard.svg b/entropy/dunst/icons/keyboard.svg new file mode 100644 index 0000000..35dab29 --- /dev/null +++ b/entropy/dunst/icons/keyboard.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + diff --git a/entropy/dunst/icons/vol/muted-mic.svg b/entropy/dunst/icons/vol/muted-mic.svg new file mode 100644 index 0000000..b0d0e36 --- /dev/null +++ b/entropy/dunst/icons/vol/muted-mic.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/entropy/dunst/icons/vol/muted-speaker.svg b/entropy/dunst/icons/vol/muted-speaker.svg new file mode 100644 index 0000000..49119fc --- /dev/null +++ b/entropy/dunst/icons/vol/muted-speaker.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/entropy/dunst/icons/vol/unmuted-mic.svg b/entropy/dunst/icons/vol/unmuted-mic.svg new file mode 100644 index 0000000..904908f --- /dev/null +++ b/entropy/dunst/icons/vol/unmuted-mic.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/entropy/dunst/icons/vol/unmuted-speaker.svg b/entropy/dunst/icons/vol/unmuted-speaker.svg new file mode 100644 index 0000000..e003d3f --- /dev/null +++ b/entropy/dunst/icons/vol/unmuted-speaker.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/entropy/dunst/icons/vol/vol-0.svg b/entropy/dunst/icons/vol/vol-0.svg new file mode 100644 index 0000000..6535e5e --- /dev/null +++ b/entropy/dunst/icons/vol/vol-0.svg @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + diff --git a/entropy/dunst/icons/vol/vol-10.svg b/entropy/dunst/icons/vol/vol-10.svg new file mode 100644 index 0000000..823dee3 --- /dev/null +++ b/entropy/dunst/icons/vol/vol-10.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + diff --git a/entropy/dunst/icons/vol/vol-100.svg b/entropy/dunst/icons/vol/vol-100.svg new file mode 100644 index 0000000..bff61a4 --- /dev/null +++ b/entropy/dunst/icons/vol/vol-100.svg @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + diff --git a/entropy/dunst/icons/vol/vol-15.svg b/entropy/dunst/icons/vol/vol-15.svg new file mode 100644 index 0000000..b96bd5c --- /dev/null +++ b/entropy/dunst/icons/vol/vol-15.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + diff --git a/entropy/dunst/icons/vol/vol-20.svg b/entropy/dunst/icons/vol/vol-20.svg new file mode 100644 index 0000000..fe81cf4 --- /dev/null +++ b/entropy/dunst/icons/vol/vol-20.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + diff --git a/entropy/dunst/icons/vol/vol-25.svg b/entropy/dunst/icons/vol/vol-25.svg new file mode 100644 index 0000000..bd4dab9 --- /dev/null +++ b/entropy/dunst/icons/vol/vol-25.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + diff --git a/entropy/dunst/icons/vol/vol-30.svg b/entropy/dunst/icons/vol/vol-30.svg new file mode 100644 index 0000000..9225f42 --- /dev/null +++ b/entropy/dunst/icons/vol/vol-30.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + diff --git a/entropy/dunst/icons/vol/vol-35.svg b/entropy/dunst/icons/vol/vol-35.svg new file mode 100644 index 0000000..211050c --- /dev/null +++ b/entropy/dunst/icons/vol/vol-35.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + diff --git a/entropy/dunst/icons/vol/vol-40.svg b/entropy/dunst/icons/vol/vol-40.svg new file mode 100644 index 0000000..6ef2e3d --- /dev/null +++ b/entropy/dunst/icons/vol/vol-40.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + diff --git a/entropy/dunst/icons/vol/vol-45.svg b/entropy/dunst/icons/vol/vol-45.svg new file mode 100644 index 0000000..bee965f --- /dev/null +++ b/entropy/dunst/icons/vol/vol-45.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + diff --git a/entropy/dunst/icons/vol/vol-5.svg b/entropy/dunst/icons/vol/vol-5.svg new file mode 100644 index 0000000..5ad7f09 --- /dev/null +++ b/entropy/dunst/icons/vol/vol-5.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + diff --git a/entropy/dunst/icons/vol/vol-50.svg b/entropy/dunst/icons/vol/vol-50.svg new file mode 100644 index 0000000..22d967c --- /dev/null +++ b/entropy/dunst/icons/vol/vol-50.svg @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + diff --git a/entropy/dunst/icons/vol/vol-55.svg b/entropy/dunst/icons/vol/vol-55.svg new file mode 100644 index 0000000..6868c5e --- /dev/null +++ b/entropy/dunst/icons/vol/vol-55.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + diff --git a/entropy/dunst/icons/vol/vol-60.svg b/entropy/dunst/icons/vol/vol-60.svg new file mode 100644 index 0000000..2db27ec --- /dev/null +++ b/entropy/dunst/icons/vol/vol-60.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + diff --git a/entropy/dunst/icons/vol/vol-65.svg b/entropy/dunst/icons/vol/vol-65.svg new file mode 100644 index 0000000..78b6404 --- /dev/null +++ b/entropy/dunst/icons/vol/vol-65.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + diff --git a/entropy/dunst/icons/vol/vol-70.svg b/entropy/dunst/icons/vol/vol-70.svg new file mode 100644 index 0000000..8534bcb --- /dev/null +++ b/entropy/dunst/icons/vol/vol-70.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + diff --git a/entropy/dunst/icons/vol/vol-75.svg b/entropy/dunst/icons/vol/vol-75.svg new file mode 100644 index 0000000..56bc16c --- /dev/null +++ b/entropy/dunst/icons/vol/vol-75.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + diff --git a/entropy/dunst/icons/vol/vol-80.svg b/entropy/dunst/icons/vol/vol-80.svg new file mode 100644 index 0000000..b893b57 --- /dev/null +++ b/entropy/dunst/icons/vol/vol-80.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + diff --git a/entropy/dunst/icons/vol/vol-85.svg b/entropy/dunst/icons/vol/vol-85.svg new file mode 100644 index 0000000..8bca371 --- /dev/null +++ b/entropy/dunst/icons/vol/vol-85.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + diff --git a/entropy/dunst/icons/vol/vol-90.svg b/entropy/dunst/icons/vol/vol-90.svg new file mode 100644 index 0000000..2d4d648 --- /dev/null +++ b/entropy/dunst/icons/vol/vol-90.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + diff --git a/entropy/dunst/icons/vol/vol-95.svg b/entropy/dunst/icons/vol/vol-95.svg new file mode 100644 index 0000000..d9a7903 --- /dev/null +++ b/entropy/dunst/icons/vol/vol-95.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + diff --git a/entropy/nixos/configuration.nix b/entropy/nixos/configuration.nix index 6863d80..6107709 100644 --- a/entropy/nixos/configuration.nix +++ b/entropy/nixos/configuration.nix @@ -63,13 +63,14 @@ # }; # ------------ kernel ------------------------------------------------------- - boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_10; + boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_11; services.fwupd.enable = true; # ------------ time, location & input --------------------------------------- # Set your time zone. - time.timeZone = "Europe/Berlin"; # "US/Pacific"; + # time.timeZone = "Europe/Berlin"; # "US/Pacific"; + time.timeZone = "America/New_York"; # geoclue2 does not yield a location at home, so I'll make the manual configuration the default # location.provider = "geoclue2"; location.provider = "manual"; @@ -297,6 +298,7 @@ ## terminal, browsers, text editing, note taking alacritty wezterm + nautilus # TODO(feliix42): Fix at some point! # unstable.vscode.fhs tree-sitter # for NVIM completions @@ -326,6 +328,7 @@ mpv ffmpeg-full musikcube + playerctl ## messenger slack tdesktop diff --git a/entropy/nixos/flake.lock b/entropy/nixos/flake.lock index ba8503a..cdfb287 100644 --- a/entropy/nixos/flake.lock +++ b/entropy/nixos/flake.lock @@ -21,11 +21,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1727665282, - "narHash": "sha256-oKtfbQB1MBypqIyzkC8QCQcVGOa1soaXaGgcBIoh14o=", + "lastModified": 1729624485, + "narHash": "sha256-iEffyT68tEU5kHQuyP05QRH+JhWNNLAwHfgZAzXFS7o=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "11c43c830e533dad1be527ecce379fcf994fbbb5", + "rev": "22e8de2729f40d29a445c8baeaf22740b8b25daf", "type": "github" }, "original": { @@ -52,11 +52,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1727348695, - "narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=", + "lastModified": 1729413321, + "narHash": "sha256-I4tuhRpZFa6Fu6dcH9Dlo5LlH17peT79vx1y1SpeKt0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1925c603f17fc89f4c8f6bf6f631a802ad85d784", + "rev": "1997e4aa514312c1af7e2bda7fad1644e778ff26", "type": "github" }, "original": { @@ -75,11 +75,11 @@ }, "unstable": { "locked": { - "lastModified": 1727348695, - "narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=", + "lastModified": 1729413321, + "narHash": "sha256-I4tuhRpZFa6Fu6dcH9Dlo5LlH17peT79vx1y1SpeKt0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1925c603f17fc89f4c8f6bf6f631a802ad85d784", + "rev": "1997e4aa514312c1af7e2bda7fad1644e778ff26", "type": "github" }, "original": { diff --git a/entropy/nixos/modules/audio.nix b/entropy/nixos/modules/audio.nix index 08b7bed..d9181c7 100644 --- a/entropy/nixos/modules/audio.nix +++ b/entropy/nixos/modules/audio.nix @@ -23,10 +23,15 @@ wireplumber.extraConfig."10-bluez" = { "monitor.bluez.properties" = { + "bluez5.enable-sbc-xq" = true; "bluez5.enable-msbc" = true; "bluez5.enable-hw-volume" = true; "bluez5.roles" = [ + "a2dp_sink" + "a2dp_source" + "bap_sink" + "bap_source" "hsp_hs" "hsp_ag" "hfp_hf" diff --git a/entropy/nixos/modules/sway.nix b/entropy/nixos/modules/sway.nix index ad875a6..01bcf9a 100644 --- a/entropy/nixos/modules/sway.nix +++ b/entropy/nixos/modules/sway.nix @@ -88,6 +88,18 @@ in programs.waybar.enable = true; programs.xwayland.enable = true; # for legacy apps + # Hyprland! Experimental + programs.hyprland = { + enable = true; + }; + + environment.systemPackages = with pkgs; [ + kitty + dunst + tela-circle-icon-theme + eww + ]; + services.redshift = { enable = true; package = pkgs.gammastep; @@ -110,9 +122,12 @@ in }; environment.etc."greetd/environments".text = '' - ${pkgs.sway}/bin/sway + Hyprland sway startplasma-wayland + fish + ${pkgs.sway}/bin/sway + ${pkgs.hyprland}/bin/Hyprland ${pkgs.fish}/bin/fish ''; # ${pkgs.xorg.xinit}/bin/startx