Commit graph

449 commits

Author SHA1 Message Date
elenapan
e720d3ec01 agenda: Exit if any of the .org files do not exist 2024-12-18 10:24:29 +02:00
elenapan
4e73935c18 readme: Fix "Back to top" button 2024-12-15 13:26:20 +02:00
elenapan
6c29a84817 readme: Add light to the dependency table 2024-12-14 10:04:31 +02:00
elenapan
1b548281f6 readme: Fix header bunny font 2024-12-14 09:38:08 +02:00
elenapan
0b93489573 Add aphelion gtk theme 2024-12-14 01:43:16 +02:00
elenapan
6d3f8187c4 Add sway and eww configs 2024-12-14 01:41:23 +02:00
elenapan
53a1fdab2a readme: Minor fixes 2024-12-14 01:29:20 +02:00
elenapan
2718b18862 Add dunst config 2024-12-14 01:09:43 +02:00
elenapan
dc12e0954f misc: Remove very old homepages directory 2024-12-14 01:06:27 +02:00
elenapan
3abfa61a8f Add aphelion colorschemes (Xresources) 2024-12-14 01:05:29 +02:00
elenapan
ac05c7d8d0 Update kitty 2024-12-14 01:04:40 +02:00
elenapan
2335c39f48 Update rofi 2024-12-14 00:59:54 +02:00
elenapan
edbe876ff6 misc: Remove fonts from repo 2024-12-14 00:21:36 +02:00
elenapan
d3762931b7 readme: SwayFX update 2024-12-14 00:05:06 +02:00
elenapan
38a926bc0d readme: Add "Back to top" button 2024-12-13 11:08:55 +02:00
elenapan
7f34048bcb Move colorschemes from .xfiles to config/colorschemes 2024-12-11 19:40:33 +02:00
elenapan
d968d8aaab tasks: Fix delta calculation in pretty_print_date() 2024-07-23 14:39:09 +03:00
elenapan
4ff6c97df2 calendar_custom: Remove unneeded library 2024-07-22 09:27:43 +03:00
elenapan
5c906633d9 scroll_container: Skip update when scroll_start_index is unchanged 2024-07-22 09:10:22 +03:00
elenapan
2ce605ad31 calendar: Update once per day instead of once per minute 2024-07-22 08:57:17 +03:00
elenapan
9684d9a173 Add scroll_container widget 2024-07-22 08:51:22 +03:00
elenapan
a4f1ecb28d tasks: Update only when the day changes 2024-07-21 19:19:15 +03:00
elenapan
2bc4a39c0f tasks: Fix sorting ignoring event start time 2024-07-21 15:57:53 +03:00
elenapan
6f70659a55 tasks: Compare with last task array before update
This avoids emitting evil::tasks when there are no changes.
2024-07-21 14:16:30 +03:00
elenapan
c4b58db757 helpers: Add debounce function
This can be used to solve widget signals being emitted more than
once (e.g. widget::layout_changed signal being emitted twice when the
widget children are updated).
2024-07-20 18:57:19 +03:00
elenapan
13a1229a97 Fix awful.layout.layouts warning 2024-07-20 18:24:53 +03:00
elenapan
61d55a73da Add custom calendar widget 2024-07-20 14:45:16 +03:00
elenapan
23b4fa357b Add org tasks daemon 2024-07-20 14:44:39 +03:00
elenapan
427865e798 dotted_line: Rename set_bg to set_color 2024-07-19 09:28:42 +03:00
elenapan
20c5242017 Add more volume control keybinds
super+\ = toggle
super+[ = decrease
super+] = increase
2024-07-18 23:36:48 +03:00
elenapan
a860aa0da3 Add day_of_the_week_and_month widget 2024-07-18 23:11:14 +03:00
elenapan
6292f157c9 Add uptime daemon 2024-07-18 21:28:59 +03:00
elenapan
ac90fe5953 icons: Add outline variant to weather icons 2024-07-18 21:28:51 +03:00
elenapan
c633db548f Move weather icon dictionary to icons init.lua 2024-07-18 18:32:42 +03:00
elenapan
31f2452228 Add customizable dotted line widget 2024-07-18 17:42:39 +03:00
elenapan
a3ea038a3d Add KDE Connect daemon 2024-07-18 17:39:59 +03:00
elenapan
83a2828b8c Add helpers.brightness_control 2024-07-18 16:50:46 +03:00
elenapan
d5cf4d5cbc Refactor helpers.volume_control 2024-07-18 13:52:11 +03:00
elenapan
8f62d03921 helpers: Rename pad functions 2024-07-18 01:54:26 +03:00
elenapan
7cb6b0ccbd Use os.date instead of running system date binary 2024-07-17 23:19:45 +03:00
elenapan
c085888cb5 Refactor exit_screen and its themes 2024-07-17 13:20:02 +03:00
elenapan
0a173fc8c8 exit_screen: Disable close on left click
Because this caused it to close when clicking on buttons
2024-07-17 12:30:08 +03:00
elenapan
a8d2ed7aaf Add GPU usage daemon
Works for AMD GPUs only using the amdgpu_top utility
2024-07-17 11:26:10 +03:00
elenapan
ef486f4e39 Disable coronavirus daemon 2024-07-17 11:11:37 +03:00
elenapan
03b6c79e49 Change default user directories
`XDG_xxx_DIR` variables are not always available to Awesome
2024-07-17 11:04:33 +03:00
elenapan
841ba379d8 disk: Replace hardcoded partition with root ('/') 2024-07-17 10:42:28 +03:00
elenapan
911be8ae08 Update file manager and editor commands 2024-07-17 10:29:56 +03:00
elenapan
6f80efa018 Remove unneeded floating_terminal command and rule 2024-07-17 10:24:07 +03:00
elenapan
6506d321a1 temperature: Add script for AMD CPUs 2024-07-17 10:09:22 +03:00
elenapan
20c7a8b4c1 battery: Only send charger update when status changes
On some laptops, `acpi_listen` sometimes prints charger updates even if
there was no change. This commit ensures that no unneeded updates will
be sent with the `evil::charger` signal.
2024-07-17 08:43:02 +03:00