Changes for the images path used in the config files
This commit is contained in:
parent
3c1d7927a0
commit
db7389e587
5 changed files with 8 additions and 12 deletions
|
@ -2,12 +2,12 @@
|
|||
"settings": {
|
||||
"tabs": [
|
||||
{
|
||||
"name": "#memes",
|
||||
"url": "/channels/674984102860161025/675369610253434900",
|
||||
"name": "#música-maestro",
|
||||
"url": "/channels/674984102860161025/705732662429614181",
|
||||
"selected": true,
|
||||
"currentStatus": "none",
|
||||
"iconUrl": "https://cdn.discordapp.com/icons/674984102860161025/a4c5c84a118b923dfe68dccd886d1d87.webp?size=40",
|
||||
"channelId": "675369610253434900"
|
||||
"channelId": "705732662429614181"
|
||||
},
|
||||
{
|
||||
"name": "#feedback-and-suggestions",
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
# Change the path of the image to yours
|
||||
function load_wp(){
|
||||
swww img --transition-type wipe --transition-pos top-right --transition-duration 3.8 --transition-step 255 --transition-fps 75 ~/Imagenes/Diseños-FanArt-Wallpapers/Wallpapers/Landscapes/resul222t.png
|
||||
swww img --transition-type wipe --transition-pos top-right --transition-duration 3.8 --transition-step 255 --transition-fps 75 ~/.config/wallpaper.png
|
||||
}
|
||||
|
||||
swww init
|
||||
|
||||
load_wp
|
||||
load_wp
|
||||
|
|
BIN
.config/logo.png
Executable file
BIN
.config/logo.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
|
@ -1,6 +1,3 @@
|
|||
# https://github.com/chick2d/neofetch-themes
|
||||
# Made by https://gist.github.com/Talljoe
|
||||
|
||||
print_info() {
|
||||
prin "┌─────────\n Hardware Information \n─────────┐"
|
||||
info " " cpu
|
||||
|
@ -18,8 +15,7 @@ print_info() {
|
|||
# info " " de
|
||||
info " " de
|
||||
info " " shell
|
||||
info " " term
|
||||
info " " term_font
|
||||
info " " term
|
||||
info " " font
|
||||
info " " theme
|
||||
info " " icons
|
||||
|
@ -126,7 +122,7 @@ uptime_shorthand="on"
|
|||
|
||||
# Memory
|
||||
|
||||
# Show memory pecentage in output.
|
||||
# Show memory percentage in output.
|
||||
#
|
||||
# Default: 'off'
|
||||
# Values: 'on', 'off'
|
||||
|
@ -636,7 +632,7 @@ image_backend="kitty"
|
|||
# NOTE: 'auto' will pick the best image source for whatever image backend is used.
|
||||
# In ascii mode, distro ascii art will be used and in an image mode, your
|
||||
# wallpaper will be used.
|
||||
image_source="/docs/Imagenes/Edicion Imagen/Trabajos/logo.png"
|
||||
image_source="$HOME/.config/logo.png"
|
||||
|
||||
# Ascii Options
|
||||
|
||||
|
|
BIN
.config/wallpaper.png
Executable file
BIN
.config/wallpaper.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
Loading…
Add table
Reference in a new issue