Commit graph

483 commits

Author SHA1 Message Date
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
elenapan
3013bd3992 battery: Reduce update interval from 30 to 10 2024-07-17 08:42:06 +03:00
elenapan
e952184146 Do not use undefined variable modkey (thanks @EllatharTheHalfling)
Fixes https://github.com/elenapan/dotfiles/issues/124
2020-11-11 20:47:23 +02:00
elenapan
b7786196da Tweak microphone overlay size and position 2020-10-27 17:40:47 +02:00
Peter Lyons
8bf5d2e606
Replace ps pipeline for pactl with single pkill command (#123)
Co-authored-by: Peter Lyons <pete.lyons@mailchimp.com>
2020-10-27 17:39:42 +02:00
Michał
caca49e3fa
Stick to english language when listening for pulseaudio events. (#122) 2020-10-21 14:29:28 +03:00
elenapan
db79c1f610 Configure dock pinned apps and their launcher functions in the same table 2020-09-28 00:33:32 +03:00
elenapan
c79f2555ba Fix pinned dock icon indicators sometimes not getting updated 2020-09-28 00:03:05 +03:00
elenapan
aa13c252ca Fix errors when hot plugging monitors while a full screen widget is active 2020-09-27 18:25:45 +03:00
elenapan
afcfbb50e5 Disconnect from some dock related signals when a screen is removed 2020-09-27 18:24:00 +03:00
elenapan
f2730f5565 Prevent unnecessary window_switcher_hide call after a monitor is connected 2020-09-27 17:48:13 +03:00
elenapan
7e7feea974 Use pulseaudio instead of alsa command for microphone (un)mute 2020-09-27 00:55:13 +03:00
elenapan
ce387838d0 Only emit microphone info of the currently active source 2020-09-27 00:51:53 +03:00
elenapan
2e143eff4f Add microphone overlay desktop element 2020-09-27 00:47:04 +03:00
elenapan
fdbc9a4403 Split microphone daemon from volume daemon 2020-09-26 23:27:37 +03:00
elenapan
2ee504bea9 Fix wrong disk widget output when free space is lower than 1GB 2020-09-25 20:01:22 +03:00
elenapan
ce0bc75ada Remove dead code 2020-09-25 17:23:37 +03:00