diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-12-01 18:22:20 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-12-01 18:22:20 -0500 |
| commit | 08a3c310e5e91a18cbf89db7399927f1f04ebef6 (patch) | |
| tree | 44b9d9af65bb5ec55e367cdf0c6f8d0557e3f0a1 | |
| parent | 4fc7bb5bf8deab009f844c2fbbad793fce700035 (diff) | |
| download | eibhear-08a3c310e5e91a18cbf89db7399927f1f04ebef6.tar.gz eibhear-08a3c310e5e91a18cbf89db7399927f1f04ebef6.tar.zst eibhear-08a3c310e5e91a18cbf89db7399927f1f04ebef6.zip | |
friendship ended with pywal
| -rw-r--r-- | .config/i3/config | 6 | ||||
| -rw-r--r-- | .readme.mom | 13 |
2 files changed, 8 insertions, 11 deletions
diff --git a/.config/i3/config b/.config/i3/config index 85ac83b..7ea5ae7 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -49,10 +49,8 @@ for_window [instance="dropdowncalc"] border pixel 2 for_window [instance="dropdowncalc"] sticky enable # #---Starting External Scripts---# # -# Setting the background and colorscheme: -exec --no-startup-id wal -i ~/.config/wall.png >/dev/null -# If you don't want to use wal, comment out the line above and uncomment this one: -#exec --no-startup-id feh --bg-scale ~/.config/wall.png +# Setting the background: +exec --no-startup-id feh --bg-scale ~/.config/wall.png # Starts dunst for notifications: exec --no-startup-id dunst # Composite manager: diff --git a/.readme.mom b/.readme.mom index e624fa4..8efd3b4 100644 --- a/.readme.mom +++ b/.readme.mom @@ -342,13 +342,12 @@ To be specific, i3 will always be looking to the file in \f(CW~/.config/wall.png So if you want a persistent wallpaper, move/rename it to \f(CW~/.config/wall.png\fP. .HEADING 2 "How I change the colorscheme?" .PP -LARBS uses -.PDF_WWW_LINK "https://www.youtube.com/watch?v=Es79N_9BblE" "\f(CWwal/pyal\fP" -to automatically produce colorschemes based on the background. -In the same way that you can set wallpapers in ranger with \f(CWbg\fP, you can change wallpapers \fIand\fP colorschemes with \f(CWbw\fP. -.PP -If you want to use your own custom colorscheme, you can set your colors in \f(CW~/.Xdefaults\fP, but you should also remove the \f(CWwal\fP command from the i3 config (\f(CW~/.config/i3/config\fP) so \f(CWwal\fP does not overwrite them. -Be sure to uncomment the \f(CWfeh\fP command right below it to continue setting the wallpaper on startup. +You can edit \f(CW~/.Xresources\fP to change the colorscheme. +The terminal, status bar and other programs will automatically read the Xresources colors. +Check +.PDF_WWW_LINK "https://wiki.archlinux.org/index.php/X_resources" "the Arch Wiki's article" +for more information. +LARBS is also compatible with pywal, but it is not installed or used by default anymore. .HEADING 2 "How do I set up my email?" .LI .ITEM |
