diff options
author | katherine <shmibs@shmibbles.me> | 2016-02-06 17:48:13 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2016-02-06 17:48:13 -0700 |
commit | 7a2b35dda92f913d44cf273a1d4dfbdbf8ad64fb (patch) | |
tree | 9ee62972eb20d181ceb68a50036913077f2c0f5b | |
parent | 699e1904bbf22a40fdba34f53472ca773d7041fb (diff) | |
download | dotfiles-7a2b35dda92f913d44cf273a1d4dfbdbf8ad64fb.tar.gz |
update for "release" :P
-rwxr-xr-x | .config/herbstluftwm/panel.sh | 14 | ||||
-rw-r--r-- | README.md | 18 |
2 files changed, 25 insertions, 7 deletions
diff --git a/.config/herbstluftwm/panel.sh b/.config/herbstluftwm/panel.sh index 2a15462..4b7c1a0 100755 --- a/.config/herbstluftwm/panel.sh +++ b/.config/herbstluftwm/panel.sh @@ -236,16 +236,16 @@ event_when() { fields[5]="${sep}%{A:mpd: F" case "${event[1]}" in playing) - fields[5]+=$(echo -n "${std_green}} \uE0FE \uE09A") + fields[5]+=$(echo -n "${light_green}} \uE0FE \uE09A") ;; paused) - fields[5]+=$(echo -n "${std_yellow}} \uE0FE \uE09B") + fields[5]+=$(echo -n "${light_yellow}} \uE0FE \uE09B") ;; stopped) - fields[5]+=$(echo -n "${std_blue}} \uE0FE \uE099") + fields[5]+=$(echo -n "${light_blue}} \uE0FE \uE099") ;; *) - fields[5]+=$(echo -n "${std_red}} \uE0FE \uE09E") + fields[5]+=$(echo -n "${light_red}} \uE0FE \uE09E") ;; esac fields[5]+=" %{F${fg_normal} A}" @@ -256,15 +256,15 @@ event_when() { event[2]=$(printf "%-4s" ${event[2]}) fields[6]=$( echo -n "${sep}%{A:stats:} " - echo -n "%{F${std_blue}}\uE023%{F${fg_normal}} ${event[1]} " - echo -n "%{F${std_cyan}}\uE020%{F${fg_normal}} ${event[2]} " + echo -n "%{F${light_blue}}\uE023%{F${fg_normal}} ${event[1]} " + echo -n "%{F${light_cyan}}\uE020%{F${fg_normal}} ${event[2]} " echo -n "%{A}") ;; when) if [[ "${event[1]}" -eq 1 ]]; then fields[4]=$(echo -n "${sep}%{A:when:}" - echo -n "%{F${std_red}} \uE0AE %{F${fg_normal} A}") + echo -n "%{F${light_red}} \uE0AE %{F${fg_normal} A}") else fields[4]="" fi @@ -4,6 +4,15 @@ ##Screenshots [![clean](http://shmibbles.me/img/scrot/current/clean_small.png)](http://shmibbles.me/img/scrot/current/clean.png)[![dirty](http://shmibbles.me/img/scrot/current/dirty_small.png)](http://shmibbles.me/img/scrot/current/dirty.png) +##Structure + +[.config/init/](.config/init) contains [vars](.config/init/vars), a file +defining shared variables for the desktop which are sourced and used elsewhere, +and a series of "gen-*.sh" files, which create configuration files in /tmp/ so +programs not configurable via shell scripting will automatically match the +current settings as well. i stick symlinks to the /tmp/ version where they +would normally be. + ##Current Utilities ###MATE @@ -45,3 +54,12 @@ notifications, which is used by and probably any other similar things i add in the future. not sure what the default behaviour (pause / unpause notification display) was supposed to be used for ┐(¯-¯)┌. + +oh, also, using xft-compatible patches now. + +###infinality + +makes things look all purty n stuff. getting used to vector fonts, and they can +be pretty clean and readable with the right settings / colours, even with +non-ridiculous DPI screens. +[this font's nice](https://sourcefoundry.org/hack/). |