Commit graph

159 commits

Author SHA1 Message Date
d5f8c19e7d ssh: config: remove faui2hg 2018-04-29 01:12:48 +02:00
cd40153e8a ssh: config: fix fau hostname matching
If the full fqdn was entered ".informatik.uni-erlangen.de" was appended
again. To fix this not every hostname should be matched anymore.
2018-04-29 00:42:47 +02:00
9ee419ebc5 gitconfig: add git aliases for often used git commands 2018-03-02 23:10:13 +01:00
b40d85d559 config: barpyrus: config.py: add network download and upload speed 2018-03-02 22:41:51 +01:00
4d2bd4cc53 config: barpyrus: config.py: use TabbedLayout for keyboard switcher
Using the ShortLongLayout works well, but having a colored keyboard icon
with changing background color instead of '<'/'>' is fancier. Thus it
has been exchanged by a TabbedLayout using a custom rendering function
(kbd_renderer) which does exactly that.
2018-03-02 21:03:10 +01:00
675134d144 config: barpyrus: config.py: move frame-function in front of widget configuration
It most likely is better positioned here instead of next to the conky
configuration.
2018-03-02 21:03:10 +01:00
4c615d6167 config: barpyrus: config.py: add battery percentage/status to conky
Depending on the state of the battery (discharging/charging) the color
and the battery icon will change.
2018-03-02 21:03:10 +01:00
38a8c0710b config: barpyrus: config.py: add colorized cpu temperature to conky
Adds cpu temperature to the conky configuration of barpyrus. If the
temperature has reached a specific value, change the color.

if temp <= 50:		blue
else if temp <= 70:	orange
else:			red
2018-03-02 21:03:10 +01:00
37516662d1 config: barpyrus: config.py: add cpu and memory load factor to conky 2018-03-02 21:03:10 +01:00
35d203b5cd config: barpyrus: config.py: add conky_icon function for easy formatting
In order to not having to repeat the same string sequence over and over
again there now is a helper method which does exactly this.
2018-03-02 21:03:06 +01:00
e31c496951 config: barpyrus: config.py: add keyboard layout switcher
There are now several keyboard layouts to switch to with the click of a
button. In order to not make the panel too crowded the available layouts
are hidden behind a ShortLongLayout which allows to make them visible
only when necessary.
2018-03-02 01:29:24 +01:00
7f624d2742 config: barpyrus: config.py: add dummy ConkyWidget 2018-03-02 01:21:09 +01:00
66e91a3308 config: barpyrus: config.py: add colordict and frame-function
Instead of using rgb-colorvalues everywhere there now is a dictionary
with a set of colors + colorvalues so adjusting colors won't be too
annoying in the future. Also instead of creating a frame-variable for
every possible color combination there now is a function to create
frames when necessary.
2018-03-02 01:21:03 +01:00
2e3f4c3c65 config; barpyrus: config.py: increase size of panel/font for HiDPI screens
Adds a check for hostname == 'warthog' which currently is my only system
with a HiDPI screen in order to adjust the font size and the panel height.
2018-03-02 01:13:11 +01:00
82db8c5d7a config: barpyrus: config.py: reinit with basic configuration
The current config.py is rather messy. In order to get a nice and clean
configuration for barpyrus I decided to completely rewrite it from
scratch. For now it will only show the tags, the focused window title
and the date/time. Further functionality will be added later.
2018-03-02 01:12:47 +01:00
4ae0621e21 barpyrus: increase siji fontsize for HiDPI-screens 2018-02-24 12:46:22 +01:00
e2be7fc217 herbstluftwm: add keybind for 'fakefullscreen' and remove chromium/firefox rule
Apparently the workaround for only fullscreening into pane used for
chromium depends on its buggy behaviour and does not work with firefox
(which instance is Navigator instead of firefox anyways). As an
alternative there now is a new keybind to switch from fullscreen into
this 'fakefullscreen'. To switch back one must go into normal fullscreen
again. Therefore this still could use some rework.
2018-02-20 16:39:29 +01:00
88bcca040f herbstluftwm: use dmenu_run_hlwm instead of dmenu_run
herbstluftm 0.7.0-2 on debian does not ship a completely functioning
dmenu_run-wrapper, but it is probably better to just temporarily copy
the working script from github into ~/bin until it is fixed in debian.

(As of now dmenu_run_hlwm will not pass any option to dmenu_run.)
2018-02-20 16:33:33 +01:00
48f1b974cc herbstluftwm: use ~/bin/lock as default screenlock 2018-02-20 16:32:22 +01:00
11f256160b herbstluftwm: add keybinds to adjust brightness more precisely 2018-02-04 00:43:34 +01:00
5261afc3bb xinitrc: always use us keyboard layout 2018-02-03 00:14:40 +01:00
31e461fb38 zsh: prompt: only show percentage of the first battery available 2018-02-03 00:11:39 +01:00
7267ce56b7 gitconfig: use vim as default editor 2018-02-03 00:08:31 +01:00
65fcf9738a herbstluftwm: make firefox fullscreen only occupy its own frame 2018-02-03 00:05:55 +01:00
a10df38027 Xresources: add transparency to urxvt 2018-02-03 00:04:12 +01:00
a5f062b83f zsh: aliases: add shortcuts for often used commands 2017-11-24 15:13:14 +01:00
66efcc883e herbstluftwm: improve panel startup and add autokill-hooks
Save pids of each panel in order to kill each process in case of
herbstluftwm restart/reload.
2017-11-11 22:29:37 +01:00
f7a6dddd7b zsh: aliases: make automake check recursively for file modifications 2017-10-14 16:12:25 +02:00
1a3f0a08a0 ssh: remove default settings + unnecessary settings 2017-10-14 16:10:27 +02:00
8a8a62a50a ssh: reorder entries 2017-10-14 16:09:49 +02:00
39d069859f ssh: remove git.tpreisner.de entry
Not needed when using just one sshkey.
2017-10-14 15:22:06 +02:00
06f48f2c99 ssh: add modeline for filetype 2017-10-14 15:19:24 +02:00
dc13a6589b herbstluftwm: add randomized wallpapers + add wallpapers repository 2017-10-12 11:02:54 +02:00
eab35022eb zsh: exports: extend PATH variable 2017-10-10 14:42:32 +02:00
5fd4472c50 add fetch-3rd-party.sh and remove installExternal.sh
The new script not only clones the git repo once but can also pulls
updates from all git repositories every time it is executed and allows
to symlink binaries into $HOME/bin
2017-10-10 14:09:32 +02:00
c1a8e98d61 zsh: prompt: only set LS_COLORS if not using darwin nor bsd 2017-10-09 22:59:54 +02:00
0a2d9d9c6f zsh: remove obsolete checks.zsh 2017-10-09 22:42:12 +02:00
bd33ff52a3 zsh: merge colors.zsh into prompt.zsh 2017-10-09 22:38:28 +02:00
499bbaa823 zsh: aliases: add alias to automate make 2017-10-09 22:15:25 +02:00
c4807eebb4 zsh: aliases: fix aliases when using sudo 2017-10-09 21:31:26 +02:00
5b1954b5b2 zsh: completion: improve case insensitivity of approximate-completer 2017-10-09 21:12:41 +02:00
6182aeca25 zsh: prompt: display lightning symbol when charging battery 2017-10-09 21:12:41 +02:00
119f365424 zsh: prompt: use ZLE_RPROMPT_INDENT in tmux to fix prompt whitespaces 2017-10-09 21:12:41 +02:00
2bd6fd9eb4 herbstluftwm: use i3lock-fancy instead of i3lock 2017-10-09 21:12:41 +02:00
66680daac1 herbstluftwm: add screen brightness bindings for warthog 2017-10-09 21:12:19 +02:00
3f2fc4b860 herbstluftwm: change background color 2017-10-06 22:47:44 +02:00
f91af0f79e zsh: aliases: add 'o' for xdg-open 2017-10-06 09:14:02 +02:00
1e9fbb4779 tmux: change default-terminal to new tmux-specific value 2017-10-05 17:58:20 +02:00
e49928d279 gitconfig: use verbose output for commits by default 2017-10-05 14:30:18 +02:00
e7d72245bd setup: zsh: symlink .zsh instead of every single file 2017-10-05 14:21:18 +02:00