Commit graph

103 commits

Author SHA1 Message Date
56a0a8c79a
fix: rewrite JSON notification access script
The `makoctl` program dropped support for JSON output, so we have to
use something a little more low-level to get it.
2025-04-03 07:02:14 -04:00
c98b527a01
tweak(hyprland): modify window behavior 2025-04-03 06:50:54 -04:00
88d2988f9b
compat(hy3): disable new tab border 2025-04-03 06:50:41 -04:00
f82b512e17
chore: bump inputs 2025-04-03 00:45:43 -04:00
264fc1406d
tweak: switch from jaq to jq
`jaq` is not really better than `jq`, and it's more useful to have
the more popular version in my environment.
2025-03-07 21:28:04 -05:00
0275dcacdd
fix(eww): add support for multiple screens to status bar 2025-03-03 16:41:05 -05:00
7933cd829b
refactor: remove unnecessary classes in EWW config 2025-02-27 15:54:20 -05:00
c029404eaa
fix: close EWW power menu on button press 2025-02-27 15:50:13 -05:00
2981dca288
refactor: remove unnecessary label widgets in EWW bar 2025-02-27 15:44:11 -05:00
e3228bb1ef
fix: resolve conflicting click actions in status bar volume 2025-02-25 00:55:44 -05:00
7a4b7cd6cc
feat: EWW power menu 2025-02-25 00:48:57 -05:00
f30e0773cc
refactor: use relative script paths in eww.yuck
This is apparently something EWW supports.
2025-02-23 02:33:44 -05:00
d8da49460e
refactor: use lib.range for workspace numbers 2025-02-23 02:33:44 -05:00
1b8806be7a
fix: correct outdated hyprland config 2025-02-23 02:33:43 -05:00
fff683e301
fix: poll idle inhibitor on toggle
This requires the latest version of EWW, so that will be its own
input until nixpkgs catches up.
2025-02-23 02:33:35 -05:00
f4898718a8
fix(eww): fix workspace 10 button in status bar
When workspace 10 was selected, the larger two-digit ID caused the
button to be too large and clip into the side of the module. This can be
easily fixed using a `min-width` property.
2025-01-27 17:55:24 -05:00
75f34c0f52
tweak(eww): modify status bar appearance 2025-01-10 18:48:47 -05:00
9e69ab94dc
feat(eww): reduce poll times for eww status bar 2025-01-10 18:48:12 -05:00
47cbbef34c
style: enforce 2-space tabs in shell scripts 2025-01-10 18:47:31 -05:00
624ca5314e
refactor: simplify hyprland config 2025-01-10 18:47:03 -05:00
9910a2fddb
add: new hyprland keybinding for saving screenshots 2024-11-04 16:43:04 -05:00
539429e421
add: provide hyprcursor theme 2024-11-04 16:16:40 -05:00
9e441be7c5
style: redesign lock screen 2024-11-03 18:21:21 -05:00
b542ff2162
tweak!: disable xdg user config for now 2024-10-15 03:32:26 -04:00
ea6c17cc74
fix(eww): add unit to font sizes in eww.scss
This quiets a few warning messages.
2024-10-15 03:31:24 -04:00
af0e27630f
refactor: use systemd services instead of start script
This is probably what I should've done from the beginning, but I didn't
really know how `systemd` worked when I started writing this config.
2024-10-15 03:30:13 -04:00
fb7b45f98d
feat!: change machine hostnames
Instead of merely naming my systems "laptop", "desktop", etc. (boring),
I now have them named after Aristotelian elements (cool).

This also gives me an excuse to refactor my flake file.
2024-10-15 03:25:56 -04:00
d6317901a2 feat(hyprland): change border of fullscreen windows 2024-08-03 09:52:49 -04:00
d44facece9 fix(eww): fix incorrect path to hyprland socket2 2024-08-03 09:52:05 -04:00
8efbae4907 fix(hyprland): update name of cursor.inactive_timeout var 2024-08-03 09:48:45 -04:00
9bc7be3365 fix: mark config directory as safe for git 2024-07-26 05:49:13 -04:00
d96a66e5ed fix(hyprland): use correct dispatcher for hy3 plugin 2024-07-26 05:37:53 -04:00
2933c110b6 Shorten status bar date 2024-07-05 01:44:06 -04:00
da26a63998 Set up wluma 2024-06-18 22:20:22 -04:00
e763b564f0 Add mute indicator to volume bar 2024-06-13 16:29:23 -04:00
e3a88cb2d0 Adjust email config for new pass organization 2024-06-13 16:29:01 -04:00
411e879de1 Reorganize git config 2024-06-13 16:28:44 -04:00
36441ce7fd Fix status bar on desktop 2024-06-05 02:39:28 -04:00
7d446d026a Switch from swayidle to hypridle 2024-05-14 01:39:50 -04:00
e304f05642 Add status bar idle inhibitor module 2024-05-13 23:04:40 -04:00
9e28e6eebc Fix idle inhibitor derivation 2024-05-13 21:42:49 -04:00
b4ae0e7547 Replace swayidle with hypridle 2024-05-13 16:41:24 -04:00
2334582c33 Add idle inhibiting programs 2024-05-13 16:41:24 -04:00
7b998a9023 Improve eww status bar platform compatibility 2024-05-12 22:31:04 -04:00
700906bb8f Update dependencies 2024-05-12 19:04:06 -04:00
0a82c47f48 Fix eww networking issue 2024-05-11 20:51:04 -04:00
f410f3a20e Add hy3 plugin to hyprland 2024-05-11 20:16:58 -04:00
d3b14d2698 Move wayland scripts 2024-05-11 19:25:27 -04:00
07eac39788 Add mpv to home manager 2024-05-11 19:19:22 -04:00
48792e9514 Don't use nerd font in terminal
Nerd fonts tend to mess with text dimensions, so let's not do that.
2024-05-11 19:18:24 -04:00