Clean comments, add screenshot

remotes/origin/manjaro
Shaun Reed 4 years ago
parent d033ada721
commit 5cfd6b608a

@ -26,8 +26,10 @@ ${goto 120}${voffset 8}${color2}${font Bitstream Vera Sans:size=16}${time %A}$fo
${goto 120}${voffset -8}$alignr${color}${font Bitstream Vera Sans:size=38}${time %e}$font
${goto 120}${color}${voffset -30}${color}${font Bitstream Vera Sans:size=18}${time %b}$font\
${voffset -3} ${color}${font Bitstream Vera Sans:size=20}${time %Y}$font${color2}$hr
# Report public IP to dev box for remote access
# Public IP found in dev box nginx access.log (conky-curl is the requester)
# CAUTION: These configs use conky to report your public IP to a remote server owned by the author
# Remove the following line or change the URL below if you are cloning or copying these configs
# Report public IP to webserver when online for remote access
# Public IP found in nginx access.log (conky-curl is the requester)
${font}${alignc}- Public IP reporting to kapp.ga -${alignc}${curl https://kapp.ga 10}${alignr}
#
# Process list, load average

@ -108,7 +108,8 @@ bindsym $mod+comma workspace number $ws94 # Musak
exec --no-startup-id i3-msg 'exec geary'
for_window [class="Geary"] move to workspace number $ws98
for_window [class="Geary"] floating enable
for_window [class="Geary"] resize set width 500
for_window [class="Geary"] resize set width 1250
for_window [class="Geary"] resize set height 1000
for_window [class="Geary"] move position center
exec --no-startup-id i3-msg 'exec signal-desktop'

@ -3,7 +3,7 @@
A place for backing up my dotfiles.
Easiest installation is to clone repository into home directory -
These configs were created and tested on Manjaro Linux using i3wm, and should only be used on similar systems. Easiest installation is to clone repository into home directory -
```bash
git clone https://github.com/shaunrd0/dot ~/dot
@ -21,3 +21,7 @@ stow -t ~ .
Note that the `dot/packages/` directory is for reference and is the only directory included not meant to be used with stow. If this directory is stowed there will be no real change to the system - you will still need to install the package lists manually.
`stow --adopt .` can be used to install conflicting files, but doing so will result in the loss of your local configurations. If you want to keep them, back up the conflicting files output in the error message before running this command.
![desktop](screens/dtop.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

Loading…
Cancel
Save