Commit graph

348 commits

Author SHA1 Message Date
elenapan
1a065752a0 Only add left padding to notification if an icon is displayed 2020-07-10 07:06:38 +03:00
elenapan
189632edd2 Fix notification sizing issue due to min width constraint 2020-07-10 07:06:02 +03:00
elenapan
f418845dba Remove obsolete amarena decoration theme
Since ephemeral is not anti-aliased anymore, these two decoration themes
serve exactly the same purpose.
2020-07-10 06:44:16 +03:00
elenapan
7bb5239603 Add minimal taglist to amarena bar theme 2020-07-09 20:01:25 +03:00
elenapan
90bf9f23e3 Restyle amarena notification theme 2020-07-09 19:52:39 +03:00
elenapan
85e827d213 Fix notification border width not being applied 2020-07-05 16:04:46 +03:00
elenapan
0b507ec076 Draw unfocused indicator for dock icons with cairo
This fixes the ugly hack used to create the "cut-off" arc and rounded
rectangle shapes used in dock indicators.
2020-07-04 00:05:30 +03:00
elenapan
ce8aef24ac Dock rofi menu: Handle the case when a client has no name 2020-06-30 21:30:21 +03:00
elenapan
a7a1729c24 Dock: Handle clients that can change their own class 2020-06-30 16:47:36 +03:00
elenapan
d5b25fa387 Fix initial width of dock activator 2020-06-30 15:23:36 +03:00
elenapan
d0c343b30a Implement dock widget and add to amarena bar theme 2020-06-25 22:45:10 +03:00
elenapan
16c48c139a Really fix window_switcher attempting to raise killed clients 2020-06-24 21:38:05 +03:00
elenapan
11bb0c8632 Fix rofi window switcher bug when a client has no class 2020-06-24 20:54:06 +03:00
elenapan
c545ea70e8 Fix fortune cookie text alignment 2020-06-21 17:55:19 +03:00
elenapan
e44be4f480 Fix window_switcher attempting to raise killed clients 2020-06-21 17:40:09 +03:00
elenapan
412e838e0e Change performance_mode app function to compositor toggling script 2020-06-20 18:14:04 +03:00
elenapan
20f3fcab06 Remove useless code for applying theme variables to notifications
It was required in older versions of Awesome, but not anymore
2020-06-20 17:12:21 +03:00
elenapan
39af6d9f92 Reorganize icons array and add text icons 2020-06-20 17:06:28 +03:00
elenapan
83442642f7 Remove anti-aliasing code from ephemeral decoration theme
There are now better solutions for anti-aliasing window corners.
https://github.com/ibhagwan/picom
2020-06-20 01:58:32 +03:00
elenapan
ad9958e673 Add custom_decoration flags to clients and respect them
This is needed when decorations are toggled. We do not want the custom
titlebars to be hidden by the `decoration.foo` functions.
2020-06-20 01:36:29 +03:00
elenapan
2af3fa1d20 Restore ontop after disabling fullscreen on mpv 2020-06-18 14:41:31 +03:00
elenapan
e67efa8b27 Reorganize 'user' section a bit 2020-05-24 06:37:27 +03:00
elenapan
98a23d9fea Clean up code and comments plus some refactoring 2020-05-24 06:04:18 +03:00
elenapan
3ce53e84d6 Move dashboard calendar to a new noodle widget 2020-05-23 21:41:50 +03:00
elenapan
65f1f2d9df Fix helpers.colorize_text 2020-05-21 22:56:16 +03:00
elenapan
9dabf25e84 Merge 'Fix wibars_toggle' 2020-05-20 14:39:22 +03:00
Manuel Hurtado
091fca6804
Fix wibars_toggle 2020-05-17 13:40:31 +03:00
elenapan
ff123f7817 Add squircle shape wrappers 2020-05-12 13:37:08 +03:00
elenapan
8a4d0d2df7 Raise originally focused client before chosen client in window switcher 2020-05-05 16:24:23 +03:00
elenapan
28f86888aa Update calendar whenever dashboard is shown 2020-04-27 20:24:55 +03:00
elenapan
6757cfbc1e Fix wrong titlebar button color on initially undecorated clients 2020-04-27 04:34:46 +03:00
elenapan
9b4a27448b Use XDG env vars with fallback values for various user directories 2020-04-26 05:54:04 +03:00
elenapan
e45b70f98d Adjust notification max height and width for all themes 2020-04-24 01:50:30 +03:00
elenapan
5d54b47ec4 Add actions for screenshot notifications 2020-04-22 01:17:28 +03:00
elenapan
b1b8bc5c74 Add minimum width for notification action buttons
For all notification themes
2020-04-22 01:13:20 +03:00
elenapan
3d8f2aeaac Add email icons for amarena and ephemeral notification themes 2020-04-22 00:58:15 +03:00
elenapan
6902968bbc Add close mouse bind for amarena tray box 2020-04-22 00:06:57 +03:00
elenapan
871f1b8ef2 Add tray box to amarena bar theme 2020-04-22 00:02:01 +03:00
elenapan
6e73702df5 Add more client rules and fix some pattern matching mistakes 2020-04-21 23:19:35 +03:00
elenapan
b60c1ccda6 Fix screenshot binds
Forgot to change them from helpers.screenshot to apps.screenshot
2020-04-21 21:43:40 +03:00
elenapan
41281d368b Fix black section appearing on notifications that end with a new line
Only affected amarena notification theme
2020-04-21 18:54:22 +03:00
elenapan
045ea54d14 Add new rule block for "needy" clients
Needy clients steal focus whenever they are urgent
2020-04-21 18:33:24 +03:00
elenapan
aba5cb9b78 Refactor float_and_edge_snap helper function 2020-04-21 18:21:07 +03:00
elenapan
43457a1e28 Refactor move to edge helper function 2020-04-21 17:56:14 +03:00
elenapan
50c8015d39 Make remote_watch update exactly once during the specified interval 2020-04-21 01:06:18 +03:00
elenapan
55ba4eb3df Make evil remote watch temp files specific to configuration
This makes it so that whenever the user changes a configuration option such as weather city ID, they do not have to delete the daemon's temp file in order to force an update in the next restart of AwesomeWM
2020-04-21 00:08:25 +03:00
elenapan
7dbfe4360b Move screenshot helper to apps.lua 2020-04-20 23:47:05 +03:00
elenapan
66241e20cd Style lovelace notification theme actions 2020-04-20 23:41:53 +03:00
elenapan
9a07ba4ae6 Style ephemeral notification theme actions 2020-04-20 23:31:51 +03:00
elenapan
6b6c0301a8 Style amarena notification theme actions 2020-04-20 23:22:45 +03:00