1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 20:41:22 +00:00
Commit graph

198 commits

Author SHA1 Message Date
Jeferson Siqueira 4c5c8a7846 adding keyboard layout widget to powerarrow-dark 2020-08-31 17:36:20 +01:00
Jeferson Siqueira 99988d7c1f Add usage for buttons 4/5 (mouse scroll) to the volume widget. 2019-11-26 14:43:24 +00:00
Jeferson Siqueira 0d60af1161 Using string.format() on the net widget in powerarrow-dark.
As the net usage varies, so the numbers on the widget does. The problem is
that it makes the whole widget bar to go back and forth as the numbers change.
Adding a 'padding' number of zeroes reduces the number of 'moves' of the
widget row, and does not reduces the visibility of the widgets.
2019-11-26 14:43:24 +00:00
Luca Capezzuto 403e896aeb
2019-08-20 15:25:15 +01:00
Luca Capezzuto 15aade78dd
vertex: fix expanding of centered tasklist 2019-06-06 12:33:23 +01:00
Luca Capezzuto 51879a0372
lain: new commit 2019-05-27 13:15:13 +01:00
Frédéric VANNIÈRE 684a432de2 HiDPI compatibility fixes 2019-04-05 17:35:33 +01:00
wish 55d7c68bc3 Consistent font on mailcount 2019-04-05 17:35:33 +01:00
GrayJack 6081139506 Powerarrow: fix a problem in the brightness widget that made awesome use
too much CPU load
2019-02-13 01:22:00 -02:00
GrayJack 55c720528f Powerarrow: Added brightness widget (not set by default) 2019-02-12 21:29:45 -02:00
7twin 14cdee4512 Changed "fs" to "theme.fs"
Restored "fs" declaration and changed "fs" to "theme.fs" instead, to prevent breaking the filestorage notification in rc.lua, while fixing the file storage widget being added.
2018-12-01 18:39:32 +00:00
Sorky 698bc0163d Add mouse-middle-click on layout box icon
Middle-click to go straight to the first layout
2018-11-05 20:37:22 +00:00
guigot 665055bf25 Wrong assignment on powerarrow/theme.lua 2018-11-01 10:36:06 +01:00
Luca CPZ f39710c2af
Merge pull request #243 from MisterDA/patch-1
Show battery percentage even when on sector
2018-10-16 16:31:34 +01:00
Luca CPZ de166423c9 switch to full os library requirement; closes #242 2018-10-16 16:28:46 +01:00
Antonin Décimo 87cede648a
Show battery percentage even when on sector
Easier to check the percentage of the load of the battery when charging it
2018-10-13 14:11:36 +02:00
Luca CPZ a013123527 fs widget disabled by default; #235 2018-09-17 21:35:27 +02:00
Luca CPZ 398a658a7d Copland: Tamzen -> Tamsyn; #237 2018-09-17 21:01:56 +02:00
aajjbb 266539b6c3 remove duplicate assign of theme.cal in multicolor/powerarrow/powerarrow-dark 2018-09-14 20:09:25 -03:00
Luca CPZ 09929eee2f lain: new commit 2018-09-14 21:26:47 +02:00
Luca CPZ ff4caa01b7 fix font names; closes #237 2018-09-14 10:53:39 +02:00
Luca CPZ c53da4c7f0 fixed awful.spawn/os.execute calls 2018-08-03 11:29:32 +02:00
Luca CPZ 0ecfb69ab1 lain: new commit 2018-07-25 12:45:34 +02:00
Luca CPZ 0e14c92e25 multicolor: fs widget usage updated; #235 2018-07-19 11:06:27 +02:00
Luca CPZ 18918df4e9 rc.lua.template: add command for replicating XDG autostart (commented by default); closes #234 2018-06-06 13:22:04 +02:00
Luca CPZ 4e01272133 vertex: uniform focus sizes; some tweaks; closes #200 2018-04-10 11:24:47 +02:00
Logan Hennessy ad6d3f2eb5 Fix fsicon in multicolor. .percentage no longer works 2018-03-22 22:27:08 -07:00
Luca CPZ f7279e9fc9 lain: new commit 2018-02-16 17:56:03 +01:00
Luca CPZ 29b8ad484f #217: make themes retrocompatible as well 2018-02-02 12:17:33 +01:00
cool-cool-sweat 9a2c8d4ca8 Replace deprecated awful.util.table.join w/ gears.table.join 2018-01-22 05:51:55 -05:00
Settis 3ef49c5f04 Powerarrow-dark: fix calendar widget attaching.
Now calendar is showing when you mouse over clock widget.
2017-10-16 19:41:23 +02:00
Luca CPZ 79d28db32a lain: fix commit; #205 2017-10-07 13:15:32 +02:00
Ng Oon-Ee 0871e219d1 Vertex: Properly center using expand = "none"
Previous behaviour would not center the text clock, also the textclock would get 'squashed' and time would not be visible if, for example, a long command is typed into the prompt or there are too many icons in the systray.

By setting the align.horizontal layout to "none", this guarantees textclock will be in the middle, and that any overflow of right/left widgets do not affect it. Much neater behaviour. Also allows removing arbitray calculation for constraints based on workarea width.
2017-09-27 17:33:52 +08:00
Luke Bonham 854d58a9d2 removed whitespace signatures; lain: new commit 2017-09-13 12:34:28 +02:00
Luke Bonham 79ff5a9d9e optimised PNGs; lain: new commit 2017-08-18 11:53:34 +02:00
Luke Bonham e98d2eeb29 powearrow: binclock code syntax improved 2017-08-16 12:46:23 +02:00
Luke Bonham f063c210fa lain: new commit; powerarrow: escape colors in task widget 2017-07-15 14:36:21 +02:00
Luke Bonham 3274879411 fix battery perc variable; closes #187 2017-06-23 11:56:47 +02:00
Luke Bonham bd766aa932 eminent: remove submodule and integrate functionality directly into copland theme.lua
fixes #185

readme updated
2017-06-11 20:24:40 +02:00
Luke Bonham 07b3947464 powerarrow{-dark}: fix spawn.with_shell typo; closes #183 2017-06-07 11:11:34 +02:00
Luke Bonham ba354d7d9e lain.widget.watch -> awful.widget.watch; closes #181 2017-05-02 17:56:08 +02:00
Luke Bonham b5a7ece856 walls: 1080p optimized png; closes #177; closes #178 2017-04-01 12:35:49 +02:00
Luke Bonham c7ffacb512 don't override theme.wallpaper; closes #172 2017-03-20 13:26:18 +01:00
Luke Bonham 8332e6b751 lain: new commit 2017-03-10 20:48:23 +01:00
Kevin Isaac 095a91d3e9 Fixed the global variable mpd is nill error 2017-03-08 21:13:16 +05:30
Stéphane Albert 019ce8f1be Fixes powerarrow theme broken due to [[ nesting
One comment was using [[[[, making the lua parser crash at loading of
the theme.
2017-03-03 13:30:08 +01:00
Luke Bonham 5ff41cc188 fix #165; close #166 2017-03-03 13:13:14 +01:00
Luke Bonham f0cd62d7f8 new theme: original powerarrow 2017-03-03 12:58:57 +01:00
Luke Bonham cfaf87df51 lain: new commit 2017-02-28 18:27:53 +01:00
Luke Bonham fb4d8cb5e7 steamburn: remove duplicate wibox code; #161 2017-02-24 13:11:18 +01:00