Commit Graph

46 Commits

Author SHA1 Message Date
6cb038f03b Updated status conky for netbook. 2013-09-30 23:57:34 +02:00
5e8b37ec69 Added parameter to i3bar_wrapper.bash and updated conkyrcs.
i3bar_wrapper.bash now takes the conkyrc for the status line as the
first argument so host specific conkyrcs can be used. Additionaly, the
conkyrcs for virtualarch and netbook were updated. Virtualarch has
hardly changed, but netbook now has a quite short statusline that fits
the screen size.
2013-09-30 01:33:28 +02:00
977f91cf22 Fixed comment about bar position. 2013-09-30 01:29:51 +02:00
80cd5cfc4f Removed unneeded variable. 2013-09-30 01:29:15 +02:00
13a9beb772 Renamed workspaces. 2013-09-30 01:26:15 +02:00
da11c02493 Moved i3bar to the top. 2013-09-28 02:42:35 +02:00
9c001bf7c4 Moved some fixed values into variables. 2013-09-28 02:41:32 +02:00
c3defbb708 Fixed errors in ~/.i3/config. 2013-09-27 05:23:24 +02:00
1b94367e97 Added variables for workspace names. 2013-09-27 05:08:08 +02:00
c714972b08 Restructured ~/.i3/config. 2013-09-27 02:11:00 +02:00
2d09f9cfd8 Added output for volume and for eth0.
Note that the output of volume needs the kernel module snd-pcm-oss to be
loaded.

    echo "snd-pcm-oss" >> /etc/modules-load.d/snd-pcm-oss.conf
2013-09-27 02:09:16 +02:00
1d13d3869c Made i3exit.bash multiscreen-aware. 2013-09-27 02:08:38 +02:00
ed7f3da11b Fixed i3bar id, now starting from 0. 2013-09-26 23:32:40 +02:00
a82f437d26 Added i3bar for second monitor for virtualarch. 2013-09-26 22:15:48 +02:00
4e5be594d5 Completely reworked the status bar.
It's now conky -> i3bar. To enable colors, conky produces JSON output.
The script i3bar_wrapper.bash handles the invocation of conky and
redirects the output of i3bar to i3bar_clickparser.bash, in which click
events can be handled (none implemented right now).
conky/virtualarch.conky.dzen is a conky output suitable for dzen2, it
should produce the same output as conky/virtualarch.conky does with
i3bar and JSON.
2013-09-26 12:32:25 +02:00
0e80a0c114 Removed borders for notifications of xfce4-notifyd. 2013-09-26 12:23:33 +02:00
690518b3ce Added conky file for i3bar. 2013-09-24 18:52:44 +02:00
92dcc25615 Various changes. 2013-09-24 18:40:40 +02:00
eec323bb68 Made a directory for host specific i3status configs. 2013-09-23 00:20:01 +02:00
f03225391e Merge branch 'master' of github.com:whatevsz/dotfiles 2013-09-22 19:43:10 +02:00
9f523ab67c Added virtualarch-specific i3config. 2013-09-22 19:42:10 +02:00
6cbb1b5c0b Deleted unneeded files. 2013-09-22 19:37:09 +02:00
0f65086d63 Added redshift and pa-applet to i3 startup. 2013-09-21 23:23:14 +02:00
d5fdd8f7b5 Moved .i3/genconfig.bash into appropriate location. 2013-09-20 23:28:19 +02:00
d0c26f52ee Merge branch 'master' of http://www.github.com/whatevsz/dotfiles 2013-09-20 17:50:40 +02:00
44235ed5c2 Merge branch 'master' of github.com:whatevsz/dotfiles
Conflicts:
	i3/i3/config
	x/xinitrc
2013-09-20 15:27:33 +02:00
ef5eb6c960 netbook: Autostarting of dropbox enabled. 2013-09-20 15:22:35 +02:00
ca2444ea8e Merge branch 'master' of http://www.github.com/whatevsz/dotfiles 2013-09-19 17:19:57 +02:00
9f1492cc84 Minor changes, x/Xresources added. 2013-09-19 14:45:05 +02:00
266ad314cd $mod+Shift+c will now generate a new config first. 2013-09-18 23:10:32 +02:00
2b73e43832 Minor changes.
- archey in .zshrc
- no scrollbar in terminator
- no border for terminator windows in .i3/config
2013-09-18 23:03:20 +02:00
5caefa1b2b Added dynamic config generation for i3.
The script genconfig.bash concatenates the main configuration file with
a host specific one to create a session-specific configration file that
is then passed to i3. It therefore has to be called in .xinitrc or
something comparable before starting i3. If no host specific
configuration is found, a default file will be used instead. This is
useful for providing default that should not go into the main
configuration file, maybe because they are incompatible with some host
specific settings. For example a default bar{} block goes there, as if
this was in the main config, two i3bar instances would be started when a
host specific config specifies its own.
2013-09-18 20:07:35 +02:00
263efe3000 Added dynamic config generation for i3.
The script genconfig.bash concatenates the main configuration file with
a host specific one to create a session-specific configration file that
is then passed to i3. It therefore has to be called in .xinitrc or
something comparable before starting i3. If no host specific
configuration is found, a default file will be used instead. This is
useful for providing default that should not go into the main
configuration file, maybe because they are incompatible with some host
specific settings. For example a default bar{} block goes there, as if
this was in the main config, two i3bar instances would be started when a
host specific config specifies its own.
2013-09-18 19:57:01 +02:00
31ed7c9620 Added ~/.xinitrc to the repository.
In addition, a host-specific file that will be executed
by .xinitrc was added in ~/.xinitrc.d/.
2013-09-18 18:01:16 +02:00
9f0c304fed Merge branch 'netbook' 2013-09-18 16:56:25 +02:00
fc48cb71a2 Enabled vertical edge scroll in .i3/config and disabled conky. 2013-09-18 15:28:09 +02:00
2f362892d2 Added folder "logs/" in i3.
Otherwise wallchanger will fail because it cannot log.
2013-09-17 01:22:39 +02:00
de80cbf3f4 Minor changes. 2013-09-16 21:36:02 +02:00
082b3ef676 Added empty directory for i3 logs.
Otherwise you would have to create it yourself after cloning, if you do
not, wallchanger will fail.
2013-09-16 17:38:08 +02:00
8168bbe253 Made resolution detection in i3exit.bash more robust. 2013-09-15 22:19:39 +02:00
91b4b22634 Added automatic background detection for locking in i3exit.bash. 2013-09-15 22:14:43 +02:00
55e36d31cd Disabled some modules in i3status.conf. 2013-09-15 21:07:41 +02:00
5b716ace9a Fixed error when trying to shut down in .i3/config. 2013-09-15 21:07:00 +02:00
3054113e0f Added logging to i3exit.bash. 2013-09-15 21:05:30 +02:00
8122ba7cad Added conky configuration. 2013-09-14 19:32:22 +02:00
6252ec3a09 Initial commit. 2013-09-14 15:07:52 +02:00