Vincent Bernat
93943c0bc3
widgets: remove volume icon
...
Not needed, we use a unicode symbol for mute/unmute.
2020-08-17 08:37:57 +02:00
Vincent Bernat
2362ab61cc
Revert "widgets: put widget at bottom"
...
This reverts commit a591d118ba
.
2020-08-10 16:53:22 +02:00
Vincent Bernat
a591d118ba
widgets: put widget at bottom
2020-08-10 16:13:12 +02:00
Vincent Bernat
8017a5ab3f
widgets: add a widget to suspend/unsuspend naughty
2020-08-10 10:00:09 +02:00
Vincent Bernat
355f983fdb
theme: don't hardcode Terminus outside theme.lua
2020-04-11 08:02:30 +02:00
Vincent Bernat
ceaac5525e
widgets: tentative to fix calendar for days of last week
2020-03-31 08:16:15 +02:00
Vincent Bernat
53bff663c3
widgets: correctly wrap volume functions
2020-03-08 18:59:01 +01:00
Vincent Bernat
c0e324ea73
widgets: new guybrush has its battery as BAT0
2020-01-11 23:08:41 +01:00
Vincent Bernat
7d036a8c05
widget: make volume widget work again too
2018-11-10 00:25:45 +01:00
Vincent Bernat
1907e37928
volume: scale volume text with DPI
2018-08-16 18:46:55 +02:00
Vincent Bernat
39e515bab6
widgets: better handling of HiDPI
2018-08-14 21:23:12 +02:00
Vincent Bernat
9d19e3e0b0
widgets: also scale widget width with theme scale
2018-07-28 17:14:39 +02:00
Vincent Bernat
b4b2f5064e
widgets: don't rely on ncal highlighting current date
...
On recent versions, highlighting is disabled on non-TTY outputs.
2018-01-22 06:36:49 +01:00
Vincent Bernat
ffea7be396
Revert "widgets: don't do anything when clicking on tasklist"
...
This reverts commit dd27658d13
. OK, if I
minimize something, I need it.
2017-07-04 16:30:52 +02:00
Vincent Bernat
dd27658d13
widgets: don't do anything when clicking on tasklist
...
I never used this feature except by mistake.
2017-03-14 21:01:10 +01:00
Vincent Bernat
505a575614
widgets: remove unneeded mountpoints to watch
2014-06-29 11:27:09 +02:00
Vincent Bernat
b302b70787
theme: adapt to "hidpi" screens
...
We use a scale factor. We are expected to have something sensible set
for DPI.
2014-06-17 22:22:47 +02:00
Vincent Bernat
d79a3d0f5c
widgets: enable battery widget on zoro
2014-06-13 16:32:49 +02:00
Vincent Bernat
38a6b2205b
widgets: don't get free space for AUFS filesystems
2013-08-11 11:30:31 +02:00
Vincent Bernat
505477db76
widget: don't query df for fuse filesystems
...
Some of them (like sshfs or curlftpfs) can take a long time to answer
and this blocks awesome for a while.
2013-08-05 09:06:27 +02:00
Vincent Bernat
9de7485159
widgets: guess display name for a given mountpoint
2012-12-13 08:29:33 +01:00
Vincent Bernat
ea09188897
tags: switch to shifty
2012-09-08 22:47:35 +02:00
Vincent Bernat
05b845ff66
widget: with one screen, better keep battery icon than volume icon
2012-08-15 13:46:40 +02:00
Vincent Bernat
58d7c0fcfa
widgets: fix calendar widget
2012-08-01 10:28:30 +02:00
Vincent Bernat
2467776a58
theme: include directory for icons inside the theme
2012-07-31 07:03:22 +02:00
Vincent Bernat
ffde6bd222
widget: display calendar widget on current screen
2012-07-31 07:00:20 +02:00
Vincent Bernat
066f82611b
widgets: add a calendar widget
2012-07-30 00:10:23 +02:00
Vincent Bernat
7b1de40744
widget: free more space when using one screen
2012-07-29 22:40:29 +02:00
Vincent Bernat
a749a63a61
widgets: display window names even with one screen
...
Icons are useless alone. We display window names even with one
screen. We try to make some space by removing less useful widgets like
icons, netgraph and some others...
2012-07-29 20:41:58 +02:00
Vincent Bernat
1c96367c6a
widgets: reduce CPU usage
2012-07-29 20:10:13 +02:00
Vincent Bernat
d1d27691f0
widgets: reduce used space by displaying only currently tagged windows
2012-07-29 17:37:29 +02:00
Vincent Bernat
bb6ad3907e
widgets: fix battery widget (remove extra label)
2012-07-29 17:33:46 +02:00
Vincent Bernat
36cea762bd
widgets: add battery icon
2012-07-29 16:59:33 +02:00
Vincent Bernat
782c1ff0da
widgets: use less aggressive colors for netgraph
2012-07-29 16:43:36 +02:00
Vincent Bernat
2d5c5892b1
widgets: add many icons
2012-07-29 16:36:31 +02:00
Vincent Bernat
548ed82f2d
theme: switch to Terminus 8
2012-07-29 15:43:22 +02:00
Vincent Bernat
881d41cdb8
widgets: add a (long) timeout for battery notification
2012-07-25 18:31:31 +02:00
Vincent Bernat
335b80262d
icons: move icon lookup in a seperate module
2012-07-15 22:24:10 +02:00
Vincent Bernat
a79215d4dc
keydoc: add documentation of various keybindings
...
This work by monkey-patching awful.key to include documentation. The
documentation is available through modkey + F1.
2012-07-14 21:21:52 +02:00
Vincent Bernat
47115a0fbe
theme: use less colors
2012-07-14 19:48:19 +02:00
Vincent Bernat
c478921aea
modules: add namespace vbe/
for modules
2012-07-14 16:37:32 +02:00
Vincent Bernat
3415d39992
volume: move volume functions into a lib
...
Also add some notification when changing the volume. Also move
sharetags to the `lib/` directory. And modify `loadrc` to be able to
load modules.
2012-07-14 16:31:22 +02:00
Vincent Bernat
5671652669
widgets: make volume widget works with pulseaudio
...
Also add mute/unmute with right button.
2012-07-11 10:51:15 +02:00
Vincent Bernat
45d2260bf7
widget: replace previous notification for low battery notification
2012-07-10 22:40:57 +02:00
Vincent Bernat
fa7d139a30
widget: display a warning when running out of battery
2012-07-10 22:12:00 +02:00
Vincent Bernat
54034803dc
widget: don't allow to switch tags with the mouse
...
Because of the use of shared tags, buttons should behave as key
bindings (defined in `bindings.lua`). Since I don't use mouse to
switch tags, it is just easier to remove buttons.
2012-07-09 23:31:22 +02:00
Vincent Bernat
d00ba1f4cd
widget: display a minimal tasklist for one-screen setups
...
We do not have enough space for a complete tasklist on one-screen
setups. Therefore, we just display a minimal ones with just
icons. Since this does not take much space, we display icons for all
tags.
2012-07-09 22:31:31 +02:00
Vincent Bernat
1359929f15
widget: add more space to the left of the layout box
2012-07-09 16:38:05 +02:00
Vincent Bernat
f6e37460a5
widget: search for an alternative icon if none available
...
If no icon is available for the tasklist, search for an alternative
one. Also set the application icon to avoid to search again
later. Maybe this would be better to search for an icon when managing
the new window?
2012-07-09 15:53:11 +02:00
Vincent Bernat
b4cc2a5b33
widget: change the position of the network widget
2012-07-07 20:20:26 +02:00