added new fetch and fetchconf commands, to customize fastfetch
This commit is contained in:
@@ -4,7 +4,7 @@ background-opacity = 0.7
|
||||
|
||||
command = /bin/zsh
|
||||
|
||||
initial-command = /bin/zsh -c fastfetch && echo "" && shuf -n 1 ~/.config/sdgos/tips/tips.list && echo "[SDG-OS Tips]: use the 'tipme' command for random tips" && echo "[SDG-OS Tips]: 'alltips' to see all tips in a searchable interface" && echo "[SDG-OS Tips]: or the SUPER+0 keybind to be notified of a random tip" && zsh
|
||||
initial-command = /bin/zsh -c ~/.config/sdgos/fastfetch/fetch.sh && echo "" && shuf -n 1 ~/.config/sdgos/tips/tips.list && echo "[SDG-OS Tips]: use the 'tipme' command for random tips" && echo "[SDG-OS Tips]: 'alltips' to see all tips in a searchable interface" && echo "[SDG-OS Tips]: or the SUPER+0 keybind to be notified of a random tip" && zsh
|
||||
|
||||
scrollback-limit = 999999
|
||||
|
||||
|
||||
+21
-21
@@ -1,22 +1,22 @@
|
||||
background = #1a1018
|
||||
foreground = #f0dde9
|
||||
cursor-color = #ffaaf8
|
||||
selection-background = #7f0085
|
||||
selection-foreground = #f0dde9
|
||||
background = #0d141c
|
||||
foreground = #dde3ee
|
||||
cursor-color = #9bcaff
|
||||
selection-background = #00497a
|
||||
selection-foreground = #dde3ee
|
||||
|
||||
palette = 0=#1a1018
|
||||
palette = 1=#ff7282
|
||||
palette = 2=#a6ff7f
|
||||
palette = 3=#ffde72
|
||||
palette = 4=#f291ea
|
||||
palette = 5=#762d70
|
||||
palette = 6=#ffaaf8
|
||||
palette = 7=#ffeffd
|
||||
palette = 8=#a599a4
|
||||
palette = 9=#ff9fa9
|
||||
palette = 10=#c1ffa5
|
||||
palette = 11=#ffeaa5
|
||||
palette = 12=#ffb6f9
|
||||
palette = 13=#ffc3fa
|
||||
palette = 14=#ffd8fb
|
||||
palette = 15=#fff8fe
|
||||
palette = 0=#0d141c
|
||||
palette = 1=#ff729c
|
||||
palette = 2=#7fff90
|
||||
palette = 3=#fff772
|
||||
palette = 4=#80b5f2
|
||||
palette = 5=#214976
|
||||
palette = 6=#9bcaff
|
||||
palette = 7=#eff6ff
|
||||
palette = 8=#999fa5
|
||||
palette = 9=#ff9fbb
|
||||
palette = 10=#a5ffb1
|
||||
palette = 11=#fffaa5
|
||||
palette = 12=#aad1ff
|
||||
palette = 13=#b9d9ff
|
||||
palette = 14=#d2e7ff
|
||||
palette = 15=#f8fbff
|
||||
|
||||
Reference in New Issue
Block a user