diff --git a/.config/conky/sysinfo_green b/.config/conky/sysinfo_green index acd2c54..0a53983 100644 --- a/.config/conky/sysinfo_green +++ b/.config/conky/sysinfo_green @@ -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 diff --git a/.config/i3/config b/.config/i3/config index 5b03323..a79372e 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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' diff --git a/README.md b/README.md index cb53eee..f359a71 100644 --- a/README.md +++ b/README.md @@ -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) + diff --git a/screens/dtop.png b/screens/dtop.png new file mode 100644 index 0000000..d2c67f3 Binary files /dev/null and b/screens/dtop.png differ