Commit graph

35 commits

Author SHA1 Message Date
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
Vincent Bernat
124235e904 widget: add a network widget 2012-07-07 20:18:29 +02:00
Vincent Bernat
ba218af659 widget: display battery level in red if low 2012-07-07 15:17:00 +02:00
Vincent Bernat
a9fda54455 widget: don't display a separator when no tasklist is needed 2012-07-07 12:08:10 +02:00
Vincent Bernat
0427cce9c8 widget: use BAT1 on guybrush, not BAT0 2012-07-07 12:07:45 +02:00
Vincent Bernat
9040614ea9 widget: add the tasklist only on multihead setup 2012-07-07 11:14:26 +02:00
Vincent Bernat
a882194432 widget: use empty string for battery widget when not available 2012-07-07 10:26:34 +02:00
Vincent Bernat
89af7feb58 widget: add filesystem widgets 2012-07-07 10:23:53 +02:00
Vincent Bernat
76e330d981 widget: use empty string instead of nil when no widget is wanted 2012-07-07 10:21:40 +02:00
Vincent Bernat
5a4473d370 widget: remove label for volume widget, the symbol should be sufficient 2012-07-07 10:06:37 +02:00
Vincent Bernat
f6b4a19dbb widgets: don't use a graph for CPU
I don't really use it.
2012-07-07 10:06:37 +02:00
Vincent Bernat
026c03dd8b widgets: fix CPU graph
The default maximum value is 1 and vicious already normalizes graph
values to be between 0 and 1.
2012-07-07 01:58:56 +02:00
Vincent Bernat
c130561cb7 Initial commit. 2012-07-07 00:26:35 +02:00