This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <table class="wikitable" style="text-align:center"> | |
| <caption>Zenburn color definitions (originally defined for <a href="/w/index.php?title=Vim&action=edit" class="new" title="Vim">Vim</a>)</caption> | |
| <tr> | |
| <th>Category</th> | |
| <th>Example Text</th> | |
| <th colspan="2">Foreground</th> | |
| <th colspan="2">Background</th> | |
| <th>Extra</th> | |
| </tr> | |
| <tr> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # colors | |
| client.focused #688060 #688060 #303030 #ffcfaf | |
| client.focused_inactive #3f3f3f #3F3F3F #7f9f7f #3f3f3f | |
| client.unfocused #3f3f3f #3F3F3F #DCDCCC #3f3f3f | |
| client.urgent #dca3a3 #dca3a3 #DCDCCC #3f3f3f | |
| # Start i3bar to display a workspace bar (plus the system information i3status | |
| # finds out, if available) | |
| bar { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| pattern="NAME\s\?=\s\?" | |
| kernelVersion=$(uname -r | sed "s/-.*//g") | |
| # strip trailing .0 version, since the git tags on kernel.org do not have them | |
| kernelVersion=${kernelVersion/%".0"/} | |
| cacheFile="$HOME/.kernelcodename" | |
| if [ -f "$cacheFile" ] | |
| then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| echo '{"version":1}' | |
| echo '[' | |
| echo '[],' | |
| exec conky -c "$HOME/.conkyjson" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| out_to_x no | |
| own_window no | |
| out_to_console yes | |
| background no | |
| max_text_width 0 | |
| # Update interval in seconds | |
| update_interval 2.0 | |
| # This is the number of times Conky will update before quitting. |
NewerOlder