archtop update
This commit is contained in:
parent
cda84ba4b6
commit
2b0e424b95
@ -14,22 +14,32 @@ if [[ $- != *i* ]] ; then
|
||||
return
|
||||
fi
|
||||
|
||||
source /etc/profile
|
||||
|
||||
# Put your fun stuff here.
|
||||
|
||||
# Import some custom scripts
|
||||
for f in $(ls $HOME/.config/shellconfig); do
|
||||
source $HOME/.config/shellconfig/$f
|
||||
done
|
||||
|
||||
neofetch
|
||||
#fastfetch
|
||||
fortune -cs | cowsay -f tux | lolcat
|
||||
# Draw system info
|
||||
#neofetch
|
||||
fastfetch
|
||||
fortune -cs | cowsay -f tux
|
||||
# fortune -cs | cowsay -f tux | lolcat
|
||||
|
||||
# Declare custom PATH variable
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
export PS1="\[\e]133;k;start_kitty\a\]\[\e]133;D;$?\a\e]133;A\a\]\[\e]133;k;end_kitty\a\]\[\e[01;32m\]\u@\h\[\e[01;34m\]\n\w \$\[\e[00m\] \[\e]133;k;start_suffix_kitty\a\]\[\e[5 q\]\[\e]2;\w\a\]\[\e]133;k;end_suffix_kitty\a\]"
|
||||
export GPG_TTY=$(tty)
|
||||
export EDITOR=nvim
|
||||
export PS1="\[\e]133;k;start_kitty\a\]\[\e]133;D;$?\a\e]133;A\a\]\[\e]133;k;end_kitty\a\][\u@\h]\n\W \$ \[\e]133;k;start_suffix_kitty\a\]\[\e[5 q\]\[\e]2;\w\a\]\[\e]133;k;end_suffix_kitty\a\]"
|
||||
|
||||
# Turn off RFKILL
|
||||
sudo rfkill unblock all
|
||||
# Setup custom Editors
|
||||
VISUAL=/usr/bin/geany
|
||||
EDITOR=/usr/bin/nvim
|
||||
BROWSER=/usr/bin/firefox
|
||||
|
||||
# Setup Starship
|
||||
# eval "$(starship init bash)"
|
||||
|
||||
# Added by LM Studio CLI (lms)
|
||||
export PATH="$PATH:/home/ganome/.lmstudio/bin:$HOME/.local/bin:/opt/steamcmd"
|
||||
|
||||
49
Arch/archtop/home/user/.config/GIMP/3.0/action-history
Normal file
49
Arch/archtop/home/user/.config/GIMP/3.0/action-history
Normal file
@ -0,0 +1,49 @@
|
||||
# GIMP action-history
|
||||
|
||||
(history-item "layers-lock-alpha" 0)
|
||||
(history-item "layers-lock-content" 0)
|
||||
(history-item "layers-lock-position" 1)
|
||||
(history-item "dockable-show-button-bar" 0)
|
||||
(history-item "dockable-preview-size-tiny" 0)
|
||||
(history-item "dockable-preview-size-medium" 0)
|
||||
(history-item "dockable-tab-style-icon" 0)
|
||||
(history-item "dockable-tab-style-preview" 0)
|
||||
(history-item "dockable-view-type-list" 0)
|
||||
(history-item "dock-show-image-menu" 0)
|
||||
(history-item "dock-auto-follow-active" 0)
|
||||
(history-item "dock-move-to-screen-wayland-1" 0)
|
||||
(history-item "layers-mask-show" 0)
|
||||
(history-item "layers-mask-disable" 1)
|
||||
(history-item "layers-visible" 1)
|
||||
(history-item "channels-lock-content" 0)
|
||||
(history-item "channels-lock-position" 1)
|
||||
(history-item "view-show-statusbar" 0)
|
||||
(history-item "layers-blend-space-auto" 0)
|
||||
(history-item "layers-composite-space-auto" 0)
|
||||
(history-item "layers-composite-mode-auto" 0)
|
||||
(history-item "paths-lock-content" 0)
|
||||
(history-item "paths-lock-position" 0)
|
||||
(history-item "view-show-canvas-boundary" 0)
|
||||
(history-item "view-show-guides" 0)
|
||||
(history-item "view-show-sample-points" 0)
|
||||
(history-item "view-show-rulers" 0)
|
||||
(history-item "view-show-scrollbars" 0)
|
||||
(history-item "images-raise-views" 0)
|
||||
(history-item "image-convert-non-linear" 0)
|
||||
(history-item "image-color-profile-use-srgb" 0)
|
||||
(history-item "file-export-as" 0)
|
||||
(history-item "file-quit" 0)
|
||||
(history-item "view-dot-for-dot" 0)
|
||||
(history-item "view-display-black-point-compensation" 0)
|
||||
(history-item "view-snap-to-guides" 0)
|
||||
(history-item "view-show-menubar" 0)
|
||||
(history-item "drawable-visible" 0)
|
||||
(history-item "drawable-lock-content" 0)
|
||||
(history-item "drawable-lock-position" 0)
|
||||
(history-item "view-color-management-enable" 0)
|
||||
(history-item "view-show-selection" 0)
|
||||
(history-item "view-show-layer-boundary" 0)
|
||||
(history-item "tools-pencil" 0)
|
||||
(history-item "file-open" 0)
|
||||
|
||||
# end of action-history
|
||||
8
Arch/archtop/home/user/.config/GIMP/3.0/colorrc
Normal file
8
Arch/archtop/home/user/.config/GIMP/3.0/colorrc
Normal file
@ -0,0 +1,8 @@
|
||||
# GIMP colorrc
|
||||
#
|
||||
# This file holds a list of recently used colors.
|
||||
|
||||
(color-history
|
||||
(color "R'G'B'A float" 16 "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\77" 0))
|
||||
|
||||
# end of colorrc
|
||||
14
Arch/archtop/home/user/.config/GIMP/3.0/contextrc
Normal file
14
Arch/archtop/home/user/.config/GIMP/3.0/contextrc
Normal file
@ -0,0 +1,14 @@
|
||||
# GIMP user context
|
||||
|
||||
(tool "gimp-pencil-tool")
|
||||
(paint-info "gimp-pencil")
|
||||
(brush "2. Hardness 050")
|
||||
(dynamics "Pressure Size")
|
||||
(mybrush "100% Opaque")
|
||||
(pattern "Pine")
|
||||
(gradient "FG to BG (RGB)")
|
||||
(palette "Color History")
|
||||
(font "Sans-serif")
|
||||
(tool-preset "Core Pointer")
|
||||
|
||||
# end of user context
|
||||
40
Arch/archtop/home/user/.config/GIMP/3.0/controllerrc
Normal file
40
Arch/archtop/home/user/.config/GIMP/3.0/controllerrc
Normal file
@ -0,0 +1,40 @@
|
||||
# GIMP controllerrc
|
||||
#
|
||||
# This file will be entirely rewritten each time you exit.
|
||||
|
||||
(GimpControllerInfo "Main Mouse Wheel"
|
||||
(icon-name "gimp-controller-wheel")
|
||||
(enabled yes)
|
||||
(debug-events no)
|
||||
(controller "GimpControllerWheel")
|
||||
(mapping
|
||||
(map "scroll-down-shift-primary" "tools-aspect-decrease")
|
||||
(map "scroll-up-shift-alt" "tools-angle-increase")
|
||||
(map "scroll-down-shift-primary-alt" "tools-spacing-decrease")
|
||||
(map "scroll-down-shift-alt" "tools-angle-decrease")
|
||||
(map "scroll-up-shift-primary" "tools-aspect-increase")
|
||||
(map "scroll-up-shift-primary-alt" "tools-spacing-increase")
|
||||
(map "scroll-down-alt" "tools-opacity-decrease")
|
||||
(map "scroll-up-primary-alt" "tools-size-increase")
|
||||
(map "scroll-down-primary-alt" "tools-size-decrease")
|
||||
(map "scroll-up-alt" "tools-opacity-increase")))
|
||||
(GimpControllerInfo "Main Keyboard"
|
||||
(icon-name "gimp-controller-keyboard")
|
||||
(enabled yes)
|
||||
(debug-events no)
|
||||
(controller "GimpControllerKeyboard")
|
||||
(mapping
|
||||
(map "cursor-right-alt" "tools-size-increase")
|
||||
(map "cursor-left-shift" "view-scroll-page-left")
|
||||
(map "cursor-right-shift" "view-scroll-page-right")
|
||||
(map "cursor-up-shift" "view-scroll-page-up")
|
||||
(map "cursor-up-primary" "view-scroll-top-border")
|
||||
(map "cursor-down-primary" "view-scroll-bottom-border")
|
||||
(map "cursor-up-alt" "tools-size-increase-skip")
|
||||
(map "cursor-left-alt" "tools-size-decrease")
|
||||
(map "cursor-down-shift" "view-scroll-page-down")
|
||||
(map "cursor-right-primary" "view-scroll-right-border")
|
||||
(map "cursor-left-primary" "view-scroll-left-border")
|
||||
(map "cursor-down-alt" "tools-size-decrease-skip")))
|
||||
|
||||
# end of controllerrc
|
||||
66
Arch/archtop/home/user/.config/GIMP/3.0/devicerc
Normal file
66
Arch/archtop/home/user/.config/GIMP/3.0/devicerc
Normal file
File diff suppressed because one or more lines are too long
4
Arch/archtop/home/user/.config/GIMP/3.0/dockrc
Normal file
4
Arch/archtop/home/user/.config/GIMP/3.0/dockrc
Normal file
@ -0,0 +1,4 @@
|
||||
# recently closed docks
|
||||
|
||||
|
||||
# end of recently closed docks
|
||||
6
Arch/archtop/home/user/.config/GIMP/3.0/extensionrc
Normal file
6
Arch/archtop/home/user/.config/GIMP/3.0/extensionrc
Normal file
@ -0,0 +1,6 @@
|
||||
# GIMP extensionrc
|
||||
|
||||
(GimpExtension "org.gimp.extension.goat-exercises"
|
||||
(active yes))
|
||||
|
||||
# end of extensionrc
|
||||
37
Arch/archtop/home/user/.config/GIMP/3.0/gimprc
Normal file
37
Arch/archtop/home/user/.config/GIMP/3.0/gimprc
Normal file
@ -0,0 +1,37 @@
|
||||
# GIMP gimprc
|
||||
#
|
||||
# This is your personal gimprc file. Any variable defined in this file takes
|
||||
# precedence over the value defined in the system-wide gimprc:
|
||||
# /etc/gimp/3.0/gimprc
|
||||
# Most values can be set within GIMP by changing some options in the
|
||||
# Preferences dialog.
|
||||
|
||||
(prev-language "American English")
|
||||
(config-version "3.0.2")
|
||||
(import-raw-plug-in "${gimp_plug_in_dir}/plug-ins/file-raw-placeholder/file-raw-placeholder")
|
||||
(monitor-xresolution 107)
|
||||
(monitor-yresolution 109)
|
||||
(fill-options
|
||||
(style fg-color)
|
||||
(custom-style solid-color)
|
||||
(antialias yes)
|
||||
(feather no)
|
||||
(feather-radius 10))
|
||||
(stroke-options
|
||||
(style fg-color)
|
||||
(custom-style solid-color)
|
||||
(antialias yes)
|
||||
(feather no)
|
||||
(feather-radius 10)
|
||||
(method line)
|
||||
(width 6)
|
||||
(unit pixels)
|
||||
(cap-style butt)
|
||||
(join-style miter)
|
||||
(miter-limit 10)
|
||||
(dash-offset 0)
|
||||
(dash-info 0)
|
||||
(emulate-brush-dynamics no))
|
||||
|
||||
|
||||
# end of gimprc
|
||||
@ -0,0 +1,4 @@
|
||||
GIMP Gradient
|
||||
Name: Custom
|
||||
1
|
||||
0 0.5 1 0 0 0 1 1 1 1 1 0 0 1 3
|
||||
7
Arch/archtop/home/user/.config/GIMP/3.0/modifiersrc
Normal file
7
Arch/archtop/home/user/.config/GIMP/3.0/modifiersrc
Normal file
@ -0,0 +1,7 @@
|
||||
# GIMP modifiersrc
|
||||
#
|
||||
# This file stores modifiers configuration. You are not supposed to edit it
|
||||
# manually, but of course you can do. The modifiersrc will be entirely
|
||||
# rewritten every time you quit GIMP. If this file isn't found, defaults are
|
||||
# used.
|
||||
|
||||
6
Arch/archtop/home/user/.config/GIMP/3.0/parasiterc
Normal file
6
Arch/archtop/home/user/.config/GIMP/3.0/parasiterc
Normal file
@ -0,0 +1,6 @@
|
||||
# GIMP parasiterc
|
||||
#
|
||||
# This file will be entirely rewritten each time you exit.
|
||||
|
||||
|
||||
# end of parasiterc
|
||||
@ -0,0 +1,20 @@
|
||||
# settings
|
||||
|
||||
(interlaced no)
|
||||
(compression 9)
|
||||
(bkgd no)
|
||||
(offs no)
|
||||
(phys yes)
|
||||
(time yes)
|
||||
(save-transparent no)
|
||||
(optimize-palette no)
|
||||
(format "auto")
|
||||
(include-exif no)
|
||||
(include-iptc no)
|
||||
(include-xmp no)
|
||||
(include-color-profile no)
|
||||
(include-thumbnail no)
|
||||
(include-comment no)
|
||||
(gimp-comment "Created with GIMP")
|
||||
|
||||
# end of settings
|
||||
@ -0,0 +1,4 @@
|
||||
# settings
|
||||
|
||||
|
||||
# end of settings
|
||||
4663
Arch/archtop/home/user/.config/GIMP/3.0/pluginrc
Normal file
4663
Arch/archtop/home/user/.config/GIMP/3.0/pluginrc
Normal file
File diff suppressed because it is too large
Load Diff
97
Arch/archtop/home/user/.config/GIMP/3.0/sessionrc
Normal file
97
Arch/archtop/home/user/.config/GIMP/3.0/sessionrc
Normal file
@ -0,0 +1,97 @@
|
||||
# GIMP sessionrc
|
||||
#
|
||||
# This file takes session-specific info (that is info, you want to keep
|
||||
# between two GIMP sessions). You are not supposed to edit it manually, but
|
||||
# of course you can do. The sessionrc will be entirely rewritten every time
|
||||
# you quit GIMP. If this file isn't found, defaults are used.
|
||||
|
||||
(session-info "toplevel"
|
||||
(factory-entry "gimp-empty-image-window")
|
||||
(position 200 100)
|
||||
(size 640 480))
|
||||
(session-info "toplevel"
|
||||
(factory-entry "gimp-single-image-window")
|
||||
(position 0 0)
|
||||
(size 1578 842)
|
||||
(monitor 0)
|
||||
(open-on-exit)
|
||||
(aux-info
|
||||
(left-docks-width "188")
|
||||
(right-docks-width "250")
|
||||
(maximized "yes"))
|
||||
(gimp-toolbox
|
||||
(side left)
|
||||
(book
|
||||
(current-page 0)
|
||||
(dockable "gimp-tool-options"
|
||||
(tab-style icon)
|
||||
(aux-info
|
||||
(show-button-bar "true")))
|
||||
(dockable "gimp-device-status"
|
||||
(tab-style icon)
|
||||
(aux-info
|
||||
(show-button-bar "true")))
|
||||
(dockable "gimp-undo-history"
|
||||
(tab-style icon)
|
||||
(aux-info
|
||||
(show-button-bar "true")))
|
||||
(dockable "gimp-image-list"
|
||||
(tab-style icon)
|
||||
(aux-info
|
||||
(show-button-bar "true")))))
|
||||
(gimp-dock
|
||||
(side right)
|
||||
(book
|
||||
(current-page 0)
|
||||
(dockable "gimp-brush-grid"
|
||||
(tab-style icon)
|
||||
(aux-info
|
||||
(show-button-bar "true")))
|
||||
(dockable "gimp-pattern-grid"
|
||||
(tab-style icon)
|
||||
(aux-info
|
||||
(show-button-bar "true")))
|
||||
(dockable "gimp-font-list"
|
||||
(tab-style icon)
|
||||
(aux-info
|
||||
(show-button-bar "true")))
|
||||
(dockable "gimp-document-list"
|
||||
(tab-style icon)
|
||||
(aux-info
|
||||
(show-button-bar "true"))))
|
||||
(book
|
||||
(position 336)
|
||||
(current-page 0)
|
||||
(dockable "gimp-layer-list"
|
||||
(tab-style icon)
|
||||
(preview-size 32)
|
||||
(aux-info
|
||||
(show-button-bar "true")))
|
||||
(dockable "gimp-channel-list"
|
||||
(tab-style icon)
|
||||
(preview-size 32)
|
||||
(aux-info
|
||||
(show-button-bar "true")))
|
||||
(dockable "gimp-vectors-list"
|
||||
(tab-style icon)
|
||||
(preview-size 32)
|
||||
(aux-info
|
||||
(show-button-bar "true"))))))
|
||||
(session-info "toplevel"
|
||||
(factory-entry "gimp-file-open-dialog")
|
||||
(position 0 0)
|
||||
(size 812 874)
|
||||
(monitor 0))
|
||||
(session-info "toplevel"
|
||||
(factory-entry "gimp-file-export-dialog")
|
||||
(position 0 0)
|
||||
(size 815 874)
|
||||
(monitor 0))
|
||||
|
||||
(hide-docks no)
|
||||
(single-window-mode yes)
|
||||
(show-tabs yes)
|
||||
(tabs-position 0)
|
||||
(last-tip-shown 0)
|
||||
|
||||
# end of sessionrc
|
||||
1132
Arch/archtop/home/user/.config/GIMP/3.0/shortcutsrc
Normal file
1132
Arch/archtop/home/user/.config/GIMP/3.0/shortcutsrc
Normal file
File diff suppressed because it is too large
Load Diff
1800
Arch/archtop/home/user/.config/GIMP/3.0/tags.xml
Normal file
1800
Arch/archtop/home/user/.config/GIMP/3.0/tags.xml
Normal file
File diff suppressed because it is too large
Load Diff
638
Arch/archtop/home/user/.config/GIMP/3.0/templaterc
Normal file
638
Arch/archtop/home/user/.config/GIMP/3.0/templaterc
Normal file
@ -0,0 +1,638 @@
|
||||
# GIMP templaterc
|
||||
#
|
||||
# This file will be entirely rewritten each time you exit.
|
||||
|
||||
(GimpTemplate "A0 (300 ppi)"
|
||||
(width 9933)
|
||||
(height 14043)
|
||||
(unit millimeters)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "A1 (300 ppi)"
|
||||
(width 7016)
|
||||
(height 9933)
|
||||
(unit millimeters)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "A2 (300 ppi)"
|
||||
(width 4960)
|
||||
(height 7016)
|
||||
(unit millimeters)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "A3 (300 ppi)"
|
||||
(width 3508)
|
||||
(height 4960)
|
||||
(unit millimeters)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "A4 (300 ppi)"
|
||||
(width 2480)
|
||||
(height 3508)
|
||||
(unit millimeters)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "A5 (300 ppi)"
|
||||
(width 1748)
|
||||
(height 2480)
|
||||
(unit millimeters)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "A6 (300 ppi)"
|
||||
(width 1240)
|
||||
(height 1748)
|
||||
(unit millimeters)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "A7 (300 ppi)"
|
||||
(width 874)
|
||||
(height 1240)
|
||||
(unit millimeters)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "B4 (300 ppi)"
|
||||
(width 2953)
|
||||
(height 4169)
|
||||
(unit millimeters)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "B5 (300 ppi)"
|
||||
(width 2079)
|
||||
(height 2953)
|
||||
(unit millimeters)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "B5-Japan (300 ppi)"
|
||||
(width 2150)
|
||||
(height 3035)
|
||||
(unit millimeters)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "US Letter (300 ppi)"
|
||||
(width 2550)
|
||||
(height 3300)
|
||||
(unit inches)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "US Legal (300 ppi)"
|
||||
(width 2550)
|
||||
(height 4200)
|
||||
(unit inches)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "88.9×50.8 US Business Card"
|
||||
(icon-name "gimp-business-card")
|
||||
(width 1050)
|
||||
(height 600)
|
||||
(unit millimeters)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "85×55 Western Europe Business Card"
|
||||
(icon-name "gimp-business-card")
|
||||
(width 1004)
|
||||
(height 650)
|
||||
(unit millimeters)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "90×50 Eastern Europe Business Card"
|
||||
(icon-name "gimp-business-card")
|
||||
(width 1063)
|
||||
(height 591)
|
||||
(unit millimeters)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "90×55 Business Card (AU, IN etc.)"
|
||||
(icon-name "gimp-business-card")
|
||||
(width 1063)
|
||||
(height 650)
|
||||
(unit millimeters)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "Toilet paper (US, 300 ppi)"
|
||||
(icon-name "gimp-toilet-paper")
|
||||
(width 1350)
|
||||
(height 1350)
|
||||
(unit inches)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "CD cover (300 ppi)"
|
||||
(icon-name "media-optical")
|
||||
(width 1417)
|
||||
(height 1417)
|
||||
(unit millimeters)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "Web profile / avatar / icon 512×512"
|
||||
(icon-name "gimp-web")
|
||||
(width 512)
|
||||
(height 512)
|
||||
(unit pixels)
|
||||
(xresolution 150)
|
||||
(yresolution 150)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "Web banner leaderboard 728×90"
|
||||
(icon-name "gimp-web")
|
||||
(width 728)
|
||||
(height 90)
|
||||
(unit pixels)
|
||||
(xresolution 72)
|
||||
(yresolution 72)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "Web banner half page 300×600"
|
||||
(icon-name "gimp-web")
|
||||
(width 300)
|
||||
(height 600)
|
||||
(unit pixels)
|
||||
(xresolution 72)
|
||||
(yresolution 72)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "Web banner medium rectangle 300×250"
|
||||
(icon-name "gimp-web")
|
||||
(width 300)
|
||||
(height 250)
|
||||
(unit pixels)
|
||||
(xresolution 72)
|
||||
(yresolution 72)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "Web banner wide skyscraper 160×600"
|
||||
(icon-name "gimp-web")
|
||||
(width 160)
|
||||
(height 600)
|
||||
(unit pixels)
|
||||
(xresolution 72)
|
||||
(yresolution 72)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "Web banner mobile leaderboard 320×50"
|
||||
(icon-name "gimp-web")
|
||||
(width 320)
|
||||
(height 50)
|
||||
(unit pixels)
|
||||
(xresolution 72)
|
||||
(yresolution 72)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "Display - 4:3 - 1024×768 (XGA)"
|
||||
(icon-name "gimp-display")
|
||||
(width 1024)
|
||||
(height 768)
|
||||
(unit pixels)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "Display - 4:3 - 1152×864 (XGA+)"
|
||||
(icon-name "gimp-display")
|
||||
(width 1152)
|
||||
(height 864)
|
||||
(unit pixels)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "Display - 4:3 - 1600×1200 (UXGA)"
|
||||
(icon-name "gimp-display")
|
||||
(width 1600)
|
||||
(height 1200)
|
||||
(unit pixels)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "Display - 4:3 - 2048×1536 (QXGA)"
|
||||
(icon-name "gimp-display")
|
||||
(width 2048)
|
||||
(height 1536)
|
||||
(unit pixels)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "Display - 16:10 - 1680×1050 (WSXGA+)"
|
||||
(icon-name "gimp-display")
|
||||
(width 1680)
|
||||
(height 1050)
|
||||
(unit pixels)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "Display - 16:10 - 1920×1200 (WUXGA)"
|
||||
(icon-name "gimp-display")
|
||||
(width 1920)
|
||||
(height 1200)
|
||||
(unit pixels)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "Display - 16:10 - 2560×1600 (WQXGA)"
|
||||
(icon-name "gimp-display")
|
||||
(width 2560)
|
||||
(height 1600)
|
||||
(unit pixels)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "Display - 16:10 - 3840×2400 (WQUXGA)"
|
||||
(icon-name "gimp-display")
|
||||
(width 3840)
|
||||
(height 2400)
|
||||
(unit pixels)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "Display - 16:9 - 1280×720 (HD 720p)"
|
||||
(icon-name "gimp-video")
|
||||
(width 1280)
|
||||
(height 720)
|
||||
(unit pixels)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "Display - 16:9 - 1920×1080 (Full HD 1080p)"
|
||||
(icon-name "gimp-video")
|
||||
(width 1920)
|
||||
(height 1080)
|
||||
(unit pixels)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "Display - 16:9 - 3840×2160 (4K UHD)"
|
||||
(icon-name "gimp-video")
|
||||
(width 3840)
|
||||
(height 2160)
|
||||
(unit pixels)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "Display - 16:9 - 7680×4320 (8K UHD)"
|
||||
(icon-name "gimp-video")
|
||||
(width 7680)
|
||||
(height 4320)
|
||||
(unit pixels)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "Display - 17:9 - 2048×1080 (DCI 2K)"
|
||||
(icon-name "gimp-video")
|
||||
(width 2048)
|
||||
(height 1080)
|
||||
(unit pixels)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "Display - 17:9 - 4096×2160 (DCI 4K)"
|
||||
(icon-name "gimp-video")
|
||||
(width 4096)
|
||||
(height 2160)
|
||||
(unit pixels)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "Phone - 18.5:9 - 1440×2960"
|
||||
(icon-name "gimp-smartphone")
|
||||
(width 1440)
|
||||
(height 2960)
|
||||
(unit pixels)
|
||||
(xresolution 500)
|
||||
(yresolution 500)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "Phone - 19:9 - 1440×3040"
|
||||
(icon-name "gimp-smartphone")
|
||||
(width 1440)
|
||||
(height 3040)
|
||||
(unit pixels)
|
||||
(xresolution 500)
|
||||
(yresolution 500)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "Phone - 19.5:9 - 1440×3120"
|
||||
(icon-name "gimp-smartphone")
|
||||
(width 1440)
|
||||
(height 3120)
|
||||
(unit pixels)
|
||||
(xresolution 500)
|
||||
(yresolution 500)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
(GimpTemplate "Phone - 20:9 - 1440×3200"
|
||||
(icon-name "gimp-smartphone")
|
||||
(width 1440)
|
||||
(height 3200)
|
||||
(unit pixels)
|
||||
(xresolution 500)
|
||||
(yresolution 500)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(fill-type background))
|
||||
|
||||
# end of templaterc
|
||||
16
Arch/archtop/home/user/.config/GIMP/3.0/theme.css
Normal file
16
Arch/archtop/home/user/.config/GIMP/3.0/theme.css
Normal file
@ -0,0 +1,16 @@
|
||||
/* GIMP theme.css
|
||||
*
|
||||
* This file is written on GIMP startup and on every theme change.
|
||||
* It is NOT supposed to be edited manually. Edit your personal
|
||||
* gimp.css file instead (/home/ganome/.config/GIMP/3.0/gimp.css).
|
||||
*/
|
||||
|
||||
@import url("file:///usr/share/gimp/3.0/themes/Default/gimp-dark.css");
|
||||
@import url("file:///etc/gimp/3.0/gimp.css");
|
||||
|
||||
* { -gtk-icon-style: symbolic; }
|
||||
|
||||
/* prefer-dark-theme */
|
||||
|
||||
|
||||
/* end of theme.css */
|
||||
@ -0,0 +1,11 @@
|
||||
# GIMP gimp-airbrush-tool options
|
||||
|
||||
(brush "2. Hardness 050")
|
||||
(dynamics "Pressure Size")
|
||||
(pattern "Pine")
|
||||
(gradient "FG to BG (RGB)")
|
||||
(palette "Color History")
|
||||
(brush-size 1)
|
||||
(brush-hardness 0.5)
|
||||
|
||||
# end of gimp-airbrush-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-align-tool options
|
||||
|
||||
|
||||
# end of gimp-align-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-brightness-contrast-tool options
|
||||
|
||||
|
||||
# end of gimp-brightness-contrast-tool options
|
||||
@ -0,0 +1,7 @@
|
||||
# GIMP gimp-bucket-fill-tool options
|
||||
|
||||
(pattern "Pine")
|
||||
(brush-size 51)
|
||||
(brush-hardness 0.5)
|
||||
|
||||
# end of gimp-bucket-fill-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-by-color-select-tool options
|
||||
|
||||
|
||||
# end of gimp-by-color-select-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-cage-tool options
|
||||
|
||||
|
||||
# end of gimp-cage-tool options
|
||||
@ -0,0 +1,10 @@
|
||||
# GIMP gimp-clone-tool options
|
||||
|
||||
(brush "2. Hardness 050")
|
||||
(dynamics "Pressure Size")
|
||||
(pattern "Pine")
|
||||
(palette "Color History")
|
||||
(brush-size 1)
|
||||
(brush-hardness 0.5)
|
||||
|
||||
# end of gimp-clone-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-color-picker-tool options
|
||||
|
||||
|
||||
# end of gimp-color-picker-tool options
|
||||
@ -0,0 +1,10 @@
|
||||
# GIMP gimp-convolve-tool options
|
||||
|
||||
(brush "2. Hardness 050")
|
||||
(dynamics "Pressure Size")
|
||||
(pattern "Pine")
|
||||
(palette "Color History")
|
||||
(brush-size 1)
|
||||
(brush-hardness 0.5)
|
||||
|
||||
# end of gimp-convolve-tool options
|
||||
@ -0,0 +1,5 @@
|
||||
# GIMP gimp-crop-tool options
|
||||
|
||||
(pattern "Pine")
|
||||
|
||||
# end of gimp-crop-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-curves-tool options
|
||||
|
||||
|
||||
# end of gimp-curves-tool options
|
||||
@ -0,0 +1,9 @@
|
||||
# GIMP gimp-dodge-burn-tool options
|
||||
|
||||
(brush "2. Hardness 050")
|
||||
(dynamics "Pressure Size")
|
||||
(palette "Color History")
|
||||
(brush-size 1)
|
||||
(brush-hardness 0.5)
|
||||
|
||||
# end of gimp-dodge-burn-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-ellipse-select-tool options
|
||||
|
||||
|
||||
# end of gimp-ellipse-select-tool options
|
||||
@ -0,0 +1,9 @@
|
||||
# GIMP gimp-eraser-tool options
|
||||
|
||||
(brush "2. Hardness 050")
|
||||
(dynamics "Pressure Size")
|
||||
(palette "Color History")
|
||||
(brush-size 1)
|
||||
(brush-hardness 0.5)
|
||||
|
||||
# end of gimp-eraser-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-flip-tool options
|
||||
|
||||
|
||||
# end of gimp-flip-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-foreground-select-tool options
|
||||
|
||||
|
||||
# end of gimp-foreground-select-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-free-select-tool options
|
||||
|
||||
|
||||
# end of gimp-free-select-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-fuzzy-select-tool options
|
||||
|
||||
|
||||
# end of gimp-fuzzy-select-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-gegl-tool options
|
||||
|
||||
|
||||
# end of gimp-gegl-tool options
|
||||
@ -0,0 +1,7 @@
|
||||
# GIMP gimp-gradient-tool options
|
||||
|
||||
(gradient "FG to BG (RGB)")
|
||||
(brush-size 51)
|
||||
(brush-hardness 0.5)
|
||||
|
||||
# end of gimp-gradient-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-handle-transform-tool options
|
||||
|
||||
|
||||
# end of gimp-handle-transform-tool options
|
||||
@ -0,0 +1,10 @@
|
||||
# GIMP gimp-heal-tool options
|
||||
|
||||
(brush "2. Hardness 050")
|
||||
(dynamics "Pressure Size")
|
||||
(pattern "Pine")
|
||||
(palette "Color History")
|
||||
(brush-size 1)
|
||||
(brush-hardness 0.5)
|
||||
|
||||
# end of gimp-heal-tool options
|
||||
@ -0,0 +1,7 @@
|
||||
# GIMP gimp-ink-tool options
|
||||
|
||||
(pattern "Pine")
|
||||
(brush-size 51)
|
||||
(brush-hardness 0.5)
|
||||
|
||||
# end of gimp-ink-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-iscissors-tool options
|
||||
|
||||
|
||||
# end of gimp-iscissors-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-levels-tool options
|
||||
|
||||
|
||||
# end of gimp-levels-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-measure-tool options
|
||||
|
||||
|
||||
# end of gimp-measure-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-move-tool options
|
||||
|
||||
|
||||
# end of gimp-move-tool options
|
||||
@ -0,0 +1,10 @@
|
||||
# GIMP gimp-mypaint-brush-tool options
|
||||
|
||||
(mybrush "100% Opaque")
|
||||
(pattern "Pine")
|
||||
(brush-size 51)
|
||||
(brush-hardness 0.5)
|
||||
(radius 3.0099999904632568)
|
||||
(hardness 0.94999998807907104)
|
||||
|
||||
# end of gimp-mypaint-brush-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-offset-tool options
|
||||
|
||||
|
||||
# end of gimp-offset-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-operation-tool options
|
||||
|
||||
|
||||
# end of gimp-operation-tool options
|
||||
@ -0,0 +1,11 @@
|
||||
# GIMP gimp-paintbrush-tool options
|
||||
|
||||
(brush "2. Hardness 050")
|
||||
(dynamics "Pressure Size")
|
||||
(pattern "Pine")
|
||||
(gradient "FG to BG (RGB)")
|
||||
(palette "Color History")
|
||||
(brush-size 1)
|
||||
(brush-hardness 0.5)
|
||||
|
||||
# end of gimp-paintbrush-tool options
|
||||
@ -0,0 +1,11 @@
|
||||
# GIMP gimp-pencil-tool options
|
||||
|
||||
(brush "2. Hardness 050")
|
||||
(dynamics "Pressure Size")
|
||||
(pattern "Pine")
|
||||
(gradient "FG to BG (RGB)")
|
||||
(palette "Color History")
|
||||
(brush-size 1)
|
||||
(brush-hardness 0.5)
|
||||
|
||||
# end of gimp-pencil-tool options
|
||||
@ -0,0 +1,10 @@
|
||||
# GIMP gimp-perspective-clone-tool options
|
||||
|
||||
(brush "2. Hardness 050")
|
||||
(dynamics "Pressure Size")
|
||||
(pattern "Pine")
|
||||
(palette "Color History")
|
||||
(brush-size 1)
|
||||
(brush-hardness 0.5)
|
||||
|
||||
# end of gimp-perspective-clone-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-perspective-tool options
|
||||
|
||||
|
||||
# end of gimp-perspective-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-rect-select-tool options
|
||||
|
||||
|
||||
# end of gimp-rect-select-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-rotate-tool options
|
||||
|
||||
|
||||
# end of gimp-rotate-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-scale-tool options
|
||||
|
||||
|
||||
# end of gimp-scale-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-shear-tool options
|
||||
|
||||
|
||||
# end of gimp-shear-tool options
|
||||
@ -0,0 +1,11 @@
|
||||
# GIMP gimp-smudge-tool options
|
||||
|
||||
(brush "2. Hardness 050")
|
||||
(dynamics "Pressure Size")
|
||||
(pattern "Pine")
|
||||
(gradient "FG to BG (RGB)")
|
||||
(palette "Color History")
|
||||
(brush-size 1)
|
||||
(brush-hardness 0.5)
|
||||
|
||||
# end of gimp-smudge-tool options
|
||||
@ -0,0 +1,6 @@
|
||||
# GIMP gimp-text-tool options
|
||||
|
||||
(palette "Color History")
|
||||
(font "Sans-serif")
|
||||
|
||||
# end of gimp-text-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-threshold-tool options
|
||||
|
||||
|
||||
# end of gimp-threshold-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-transform-3d-tool options
|
||||
|
||||
|
||||
# end of gimp-transform-3d-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-unified-transform-tool options
|
||||
|
||||
|
||||
# end of gimp-unified-transform-tool options
|
||||
@ -0,0 +1,9 @@
|
||||
# GIMP gimp-vector-tool options
|
||||
|
||||
(brush "2. Hardness 050")
|
||||
(dynamics "Pressure Size")
|
||||
(pattern "Pine")
|
||||
(gradient "FG to BG (RGB)")
|
||||
(palette "Color History")
|
||||
|
||||
# end of gimp-vector-tool options
|
||||
@ -0,0 +1,4 @@
|
||||
# GIMP gimp-warp-tool options
|
||||
|
||||
|
||||
# end of gimp-warp-tool options
|
||||
@ -0,0 +1,5 @@
|
||||
# GIMP gimp-zoom-tool options
|
||||
|
||||
(zoom-type out)
|
||||
|
||||
# end of gimp-zoom-tool options
|
||||
185
Arch/archtop/home/user/.config/GIMP/3.0/toolrc
Normal file
185
Arch/archtop/home/user/.config/GIMP/3.0/toolrc
Normal file
@ -0,0 +1,185 @@
|
||||
# GIMP toolrc
|
||||
|
||||
(file-version 1)
|
||||
|
||||
(GimpToolGroup "tool group"
|
||||
(visible yes)
|
||||
(active-tool "gimp-move-tool")
|
||||
(children
|
||||
(GimpToolInfo "gimp-move-tool"
|
||||
(icon-name "gimp-tool-move")
|
||||
(visible yes))
|
||||
(GimpToolInfo "gimp-align-tool"
|
||||
(icon-name "gimp-tool-align")
|
||||
(visible yes))))
|
||||
(GimpToolGroup "tool group"
|
||||
(visible yes)
|
||||
(active-tool "gimp-rect-select-tool")
|
||||
(children
|
||||
(GimpToolInfo "gimp-rect-select-tool"
|
||||
(icon-name "gimp-tool-rect-select")
|
||||
(visible yes))
|
||||
(GimpToolInfo "gimp-ellipse-select-tool"
|
||||
(icon-name "gimp-tool-ellipse-select")
|
||||
(visible yes))))
|
||||
(GimpToolGroup "tool group"
|
||||
(visible yes)
|
||||
(active-tool "gimp-free-select-tool")
|
||||
(children
|
||||
(GimpToolInfo "gimp-free-select-tool"
|
||||
(icon-name "gimp-tool-free-select")
|
||||
(visible yes))
|
||||
(GimpToolInfo "gimp-iscissors-tool"
|
||||
(icon-name "gimp-tool-iscissors")
|
||||
(visible yes))
|
||||
(GimpToolInfo "gimp-foreground-select-tool"
|
||||
(icon-name "gimp-tool-foreground-select")
|
||||
(visible yes))))
|
||||
(GimpToolGroup "tool group"
|
||||
(visible yes)
|
||||
(active-tool "gimp-fuzzy-select-tool")
|
||||
(children
|
||||
(GimpToolInfo "gimp-fuzzy-select-tool"
|
||||
(icon-name "gimp-tool-fuzzy-select")
|
||||
(visible yes))
|
||||
(GimpToolInfo "gimp-by-color-select-tool"
|
||||
(icon-name "gimp-tool-by-color-select")
|
||||
(visible yes))))
|
||||
(GimpToolInfo "gimp-crop-tool"
|
||||
(icon-name "gimp-tool-crop")
|
||||
(visible yes))
|
||||
(GimpToolGroup "tool group"
|
||||
(visible yes)
|
||||
(active-tool "gimp-unified-transform-tool")
|
||||
(children
|
||||
(GimpToolInfo "gimp-unified-transform-tool"
|
||||
(icon-name "gimp-tool-unified-transform")
|
||||
(visible yes))
|
||||
(GimpToolInfo "gimp-rotate-tool"
|
||||
(icon-name "gimp-tool-rotate")
|
||||
(visible yes))
|
||||
(GimpToolInfo "gimp-scale-tool"
|
||||
(icon-name "gimp-tool-scale")
|
||||
(visible yes))
|
||||
(GimpToolInfo "gimp-shear-tool"
|
||||
(icon-name "gimp-tool-shear")
|
||||
(visible yes))
|
||||
(GimpToolInfo "gimp-flip-tool"
|
||||
(icon-name "gimp-tool-flip")
|
||||
(visible yes))
|
||||
(GimpToolInfo "gimp-perspective-tool"
|
||||
(icon-name "gimp-tool-perspective")
|
||||
(visible yes))
|
||||
(GimpToolInfo "gimp-transform-3d-tool"
|
||||
(icon-name "gimp-tool-transform-3d")
|
||||
(visible yes))
|
||||
(GimpToolInfo "gimp-handle-transform-tool"
|
||||
(icon-name "gimp-tool-handle-transform")
|
||||
(visible yes))))
|
||||
(GimpToolGroup "tool group"
|
||||
(visible yes)
|
||||
(active-tool "gimp-warp-tool")
|
||||
(children
|
||||
(GimpToolInfo "gimp-warp-tool"
|
||||
(icon-name "gimp-tool-warp")
|
||||
(visible yes))
|
||||
(GimpToolInfo "gimp-cage-tool"
|
||||
(icon-name "gimp-tool-cage")
|
||||
(visible yes))))
|
||||
(GimpToolGroup "tool group"
|
||||
(visible yes)
|
||||
(active-tool "gimp-bucket-fill-tool")
|
||||
(children
|
||||
(GimpToolInfo "gimp-bucket-fill-tool"
|
||||
(icon-name "gimp-tool-bucket-fill")
|
||||
(visible yes))
|
||||
(GimpToolInfo "gimp-gradient-tool"
|
||||
(icon-name "gimp-tool-gradient")
|
||||
(visible yes))))
|
||||
(GimpToolGroup "tool group"
|
||||
(visible yes)
|
||||
(active-tool "gimp-pencil-tool")
|
||||
(children
|
||||
(GimpToolInfo "gimp-paintbrush-tool"
|
||||
(icon-name "gimp-tool-paintbrush")
|
||||
(visible yes))
|
||||
(GimpToolInfo "gimp-pencil-tool"
|
||||
(icon-name "gimp-tool-pencil")
|
||||
(visible yes))
|
||||
(GimpToolInfo "gimp-airbrush-tool"
|
||||
(icon-name "gimp-tool-airbrush")
|
||||
(visible yes))
|
||||
(GimpToolInfo "gimp-ink-tool"
|
||||
(icon-name "gimp-tool-ink")
|
||||
(visible yes))
|
||||
(GimpToolInfo "gimp-mypaint-brush-tool"
|
||||
(icon-name "gimp-tool-mypaint-brush")
|
||||
(visible yes))))
|
||||
(GimpToolInfo "gimp-eraser-tool"
|
||||
(icon-name "gimp-tool-eraser")
|
||||
(visible yes))
|
||||
(GimpToolGroup "tool group"
|
||||
(visible yes)
|
||||
(active-tool "gimp-clone-tool")
|
||||
(children
|
||||
(GimpToolInfo "gimp-clone-tool"
|
||||
(icon-name "gimp-tool-clone")
|
||||
(visible yes))
|
||||
(GimpToolInfo "gimp-perspective-clone-tool"
|
||||
(icon-name "gimp-tool-perspective-clone")
|
||||
(visible yes))
|
||||
(GimpToolInfo "gimp-heal-tool"
|
||||
(icon-name "gimp-tool-heal")
|
||||
(visible yes))))
|
||||
(GimpToolGroup "tool group"
|
||||
(visible yes)
|
||||
(active-tool "gimp-smudge-tool")
|
||||
(children
|
||||
(GimpToolInfo "gimp-smudge-tool"
|
||||
(icon-name "gimp-tool-smudge")
|
||||
(visible yes))
|
||||
(GimpToolInfo "gimp-convolve-tool"
|
||||
(icon-name "gimp-tool-blur")
|
||||
(visible yes))
|
||||
(GimpToolInfo "gimp-dodge-burn-tool"
|
||||
(icon-name "gimp-tool-dodge")
|
||||
(visible yes))))
|
||||
(GimpToolInfo "gimp-vector-tool"
|
||||
(icon-name "gimp-tool-path")
|
||||
(visible yes))
|
||||
(GimpToolInfo "gimp-text-tool"
|
||||
(icon-name "gimp-tool-text")
|
||||
(visible yes))
|
||||
(GimpToolGroup "tool group"
|
||||
(visible yes)
|
||||
(active-tool "gimp-color-picker-tool")
|
||||
(children
|
||||
(GimpToolInfo "gimp-color-picker-tool"
|
||||
(icon-name "gimp-tool-color-picker")
|
||||
(visible yes))
|
||||
(GimpToolInfo "gimp-measure-tool"
|
||||
(icon-name "gimp-tool-measure")
|
||||
(visible yes))))
|
||||
(GimpToolInfo "gimp-zoom-tool"
|
||||
(icon-name "gimp-tool-zoom")
|
||||
(visible yes))
|
||||
(GimpToolInfo "gimp-brightness-contrast-tool"
|
||||
(icon-name "gimp-tool-brightness-contrast")
|
||||
(visible no))
|
||||
(GimpToolInfo "gimp-threshold-tool"
|
||||
(icon-name "gimp-tool-threshold")
|
||||
(visible no))
|
||||
(GimpToolInfo "gimp-levels-tool"
|
||||
(icon-name "gimp-tool-levels")
|
||||
(visible no))
|
||||
(GimpToolInfo "gimp-curves-tool"
|
||||
(icon-name "gimp-tool-curves")
|
||||
(visible no))
|
||||
(GimpToolInfo "gimp-offset-tool"
|
||||
(icon-name "gimp-tool-offset")
|
||||
(visible no))
|
||||
(GimpToolInfo "gimp-gegl-tool"
|
||||
(icon-name "gimp-gegl")
|
||||
(visible no))
|
||||
|
||||
# end of toolrc
|
||||
39
Arch/archtop/home/user/.config/GIMP/3.0/unitrc
Normal file
39
Arch/archtop/home/user/.config/GIMP/3.0/unitrc
Normal file
@ -0,0 +1,39 @@
|
||||
# GIMP units
|
||||
#
|
||||
# This file contains the user unit database. You can edit this list with the
|
||||
# unit editor. You are not supposed to edit it manually, but of course you
|
||||
# can do.
|
||||
# This file will be entirely rewritten each time you exit.
|
||||
|
||||
(unit-info "centimeters"
|
||||
(factor 2.54)
|
||||
(digits 2)
|
||||
(symbol "cm")
|
||||
(abbreviation "cm"))
|
||||
(unit-info "meters"
|
||||
(factor 0.025399999999999999)
|
||||
(digits 4)
|
||||
(symbol "m")
|
||||
(abbreviation "m"))
|
||||
(unit-info "feet"
|
||||
(factor 0.083333000000000004)
|
||||
(digits 4)
|
||||
(symbol "'")
|
||||
(abbreviation "ft"))
|
||||
(unit-info "yards"
|
||||
(factor 0.027778000000000001)
|
||||
(digits 4)
|
||||
(symbol "yd")
|
||||
(abbreviation "yd"))
|
||||
(unit-info "typogr. points"
|
||||
(factor 72.269999999999996)
|
||||
(digits 0)
|
||||
(symbol "tpt")
|
||||
(abbreviation "tpt"))
|
||||
(unit-info "typogr. picas"
|
||||
(factor 6.0225)
|
||||
(digits 1)
|
||||
(symbol "tpc")
|
||||
(abbreviation "tpc"))
|
||||
|
||||
# end of units
|
||||
490
Arch/archtop/home/user/.config/Nextcloud/Nextcloud_sync.log
Normal file
490
Arch/archtop/home/user/.config/Nextcloud/Nextcloud_sync.log
Normal file
@ -0,0 +1,490 @@
|
||||
/home/ganome/Nextcloud/
|
||||
# timestamp | duration | file | instruction | dir | modtime | etag | size | fileId | status | errorString | http result code | other size | other modtime | X-Request-ID
|
||||
#=#=#=# Syncrun started 2025-03-12T16:53:51Z
|
||||
#=#=#=#=# Propagation starts 2025-03-12T16:53:53Z (last step: 1253 msec, total: 1253 msec)
|
||||
||.Calendar-Backup|8|2|1739088043|67a860ab493d0|0|00000280ocjadzxkn6oj|13||0|0|0||
|
||||
||Bookmarks|8|2|1739088042|67a860aa7c108|0|00000281ocjadzxkn6oj|13||0|0|0||
|
||||
16:53:53||.Calendar-Backup/Family_2024-10-03_12-34-15.ics|8|2|1727980455|3982295f6f162af312d03963088517d2|2674|00002303ocjadzxkn6oj|13||200|0|0|261b7d1f-4094-4047-8d8f-44ee61678e07|
|
||||
16:53:53||.Calendar-Backup/United States holidays_2024-10-03_12-34-17.ics|8|2|1727980457|9a7c7bff8e1504a5b1d68f5fa923248d|14552|00002305ocjadzxkn6oj|13||200|0|0|80cb8d0e-0c68-4ce3-ad33-1cf7dd23b591|
|
||||
||Documents|8|2|1741795508|67d1b0b4b0442|0|00000039ocjadzxkn6oj|13||0|0|0||
|
||||
16:53:53||Bookmarks/gmt-app-f-stand-iso-png-png-image-949-990-pixels-scaled-91.png|8|2|1731429957|985c560251cfb9c27c3f9acc8f6c16d8|29170|00002304ocjadzxkn6oj|13||200|0|0|1cb8abf1-e8e8-4cbe-a9a8-7960f24ff724|
|
||||
16:53:53||.Calendar-Backup/Holidays in United States_2024-10-03_12-34-17.ics|8|2|1727980457|4517382daa3c4dd7e7aa50dc81d72341|27805|00002307ocjadzxkn6oj|13||200|0|0|88c03503-d2f1-4799-9ab4-9e8f1c0197b7|
|
||||
16:53:53||Bookmarks/https-raw-githubusercontent-com-genbtc-gentoo-public-refs-heads-main-grub-secureboot-conf-sh.txt|8|2|1736795705|595dab04a8d31b30241c744af959d742|1031|00002302ocjadzxkn6oj|13||200|0|0|daa05ea2-3e8d-4472-b161-6e3e60e56023|
|
||||
16:53:53||.Calendar-Backup/Holidays in United States_2024-10-03_12-34-13.ics|8|2|1727980455|3c767ca359c40c4bc52da4dd98a3ea5a|92374|00002311ocjadzxkn6oj|13||200|0|0|b1e7fe34-08ca-410c-bd5c-2dd5f53ca721|
|
||||
16:53:53||Documents/CompTIA Security- ce certificate.pdf|8|2|1630260399|6096f49cc96a37f3e6a852910cb373df|297797|00002323ocjadzxkn6oj|13||200|0|0|d1a39531-6bd7-490f-b9be-7fdb631cdfef|
|
||||
16:53:53||.Calendar-Backup/ganome@gmail.com_2024-10-03_12-34-15.ics|8|2|1727980457|de7c783f7ce2ce21a806c5a5568ac25c|26156|00002306ocjadzxkn6oj|13||200|0|0|a18b9867-5d85-4767-848e-7f7f689deb71|
|
||||
16:53:53||Documents/David-Billings.pdf|8|2|1674768651|6941b1a2bf31bab22752967e9b055738|44248|00002308ocjadzxkn6oj|13||200|0|0|813be0fa-1d96-46af-9bee-9a2f2a749681|
|
||||
16:53:53||Documents/Cyber8_Billings.pdf|8|2|1620411234|187f84a46928222ff24503c07d2150d2|199118|00002309ocjadzxkn6oj|13||200|0|0|b2e0a290-072e-4c8c-94e9-dc32dcf79e00|
|
||||
||Maps|8|2|1739416477|67ad639ddc31e|0|00009372ocjadzxkn6oj|13||0|0|0||
|
||||
||Maps/New map|8|2|1739416477|67ad639ddc31e|0|00009373ocjadzxkn6oj|13||0|0|0||
|
||||
||NC Stuff|8|2|1739148675|67a955022857f|0|00000284ocjadzxkn6oj|13||0|0|0||
|
||||
16:53:53||Documents/Splunk-Fundamentals-II.pdf|8|2|1642976856|2115da5891215c198c34545124b95be1|1417781|00002315ocjadzxkn6oj|13||200|0|0|0b7a61f9-ec29-432e-9099-118b3f824c51|
|
||||
16:53:53||Maps/New map/.index.maps|8|2|1739416477|d6e361e0b34bc8df038b5537d747e8fd|131|00009374ocjadzxkn6oj|13||200|0|0|cdfea56f-22bd-4a7b-8a8b-7996c213fe91|
|
||||
16:53:53||NC Stuff/Example.md|8|2|1727981431|14d4716bc4ffe03170f5914748fa2b15|1095|00003175ocjadzxkn6oj|13||200|0|0|777ccd45-76b5-42dc-ac6f-455950a60fad|
|
||||
16:53:53||Documents/Intro-Python-DavidBillings.pdf|8|2|1642976991|687af05db944d95565b4e7a3486a0cfa|1523367|00002326ocjadzxkn6oj|13||200|0|0|df1d5f73-7f31-4ffe-b49f-ae8df79942d1|
|
||||
16:53:53||NC Stuff/Nextcloud flyer.pdf|8|2|1727981430|a49bd9051dfb9009279000a6b7344ac1|1083339|00003287ocjadzxkn6oj|13||200|0|0|3b9c76fb-6955-45a3-8222-6d5c9e969099|
|
||||
16:53:53||NC Stuff/Nextcloud intro.mp4|8|2|1739077033|eaf8f2010357df10283ac417794740cc|3963036|00003243ocjadzxkn6oj|13||200|0|0|b4d6a8dc-0bcc-4257-bd21-de76f0429ad8|
|
||||
16:53:54||NC Stuff/Nextcloud.png|8|2|1739077033|4e0fd2eb6746b0a943904acfc7938f35|50598|00003184ocjadzxkn6oj|13||200|0|0|b15dc789-1855-4184-aafe-dc8a80f7cf9b|
|
||||
16:53:54||NC Stuff/Reasons to use Nextcloud.pdf|8|2|1739077034|6886c7957ec629fe7a9f3d05c19cec1a|976625|00003239ocjadzxkn6oj|13||200|0|0|63d0a7a8-02b2-4151-8989-30ab13325392|
|
||||
||Notes|8|2|1739686098|67b180d22fa8d|0|00000286ocjadzxkn6oj|13||0|0|0||
|
||||
16:53:53||NC Stuff/Nextcloud Manual.pdf|8|2|1739077034|1f20cac3047fb163e0dd92085d1f4b7a|12861100|00002298ocjadzxkn6oj|13||200|0|0|458d59ab-caa6-4a29-90a7-b561ff4e4cde|
|
||||
16:53:54||NC Stuff/Welcome to Nextcloud Hub.docx|8|2|1727981431|7bbb85928d200c78311eca1f370539ce|24295|00003179ocjadzxkn6oj|13||200|0|0|42bfdd7e-fe9d-46c1-a768-40a2bf51487a|
|
||||
||Photos|8|2|1739410226|67ad4b326b189|0|00000048ocjadzxkn6oj|13||0|0|0||
|
||||
16:53:54||Notes/Conference.md|8|2|1731429386|a27783f22452e5e0054d2cdf408c4377|1263|00003176ocjadzxkn6oj|13||200|0|0|1976303c-437e-4f85-a442-660e4a1887f7|
|
||||
16:53:54||Notes/Proxmox.md|8|2|1739686098|5f0a6c4138a071b03f400326164261d5|121|00041558ocjadzxkn6oj|13||200|0|0|14a901e7-dd6d-4808-9ff6-973a04a8fbd2|
|
||||
16:53:54||Notes/Shopping list.md|8|2|1739047908|16ef5d4c6777b3e75dd0bcc521135e15|60|00003177ocjadzxkn6oj|13||200|0|0|5f51a4fd-be1a-4fb3-aae2-55da3de69278|
|
||||
16:53:54||NC Stuff/Templates credits.md|8|2|1727196964|c50a4f068063ac1a3578f6bcc65275b9|2403|00003178ocjadzxkn6oj|13||200|0|0|838231a6-b0b3-4f4c-b40a-fe203809ce88|
|
||||
16:53:54||Photos/Birdie.jpg|8|2|1739077034|1094bf2c5db2b7e707c942e558d7f29f|593508|00000053ocjadzxkn6oj|13||200|0|0|25c52aff-11f7-4311-9f4a-428daa223967|
|
||||
16:53:54||Photos/Gorilla.jpg|8|2|1739077034|1340aeca94eb96536792799402f4494c|474653|00000057ocjadzxkn6oj|13||200|0|0|acb18098-0107-4ecc-b813-ab485b22706f|
|
||||
16:53:54||Photos/Frog.jpg|8|2|1739077034|e09c8f7a44cb46dcd08ad7391d4e0a6b|457744|00000052ocjadzxkn6oj|13||200|0|0|0c15ac52-dca0-4ff8-a0a9-64e8a1229f55|
|
||||
16:53:54||Photos/Readme.md|8|2|1739077034|6c67efb37553b62e25df5d965e1458b2|150|00000056ocjadzxkn6oj|13||200|0|0|f21c2863-6b22-480d-87e1-f401ccf2ac60|
|
||||
16:53:54||Photos/Steps.jpg|8|2|1739077034|84f7b7f24dfb65dea0dcb06d58bdb71c|567689|00000051ocjadzxkn6oj|13||200|0|0|aa1e5325-2164-4499-97e5-d1a2d62e4851|
|
||||
||SCAR-iT|8|2|1741795479|67d1b0973f357|0|00042378ocjadzxkn6oj|13||0|0|0||
|
||||
||SCAR-iT/Documents|8|2|1741795428|67d1b0973f357|0|00042379ocjadzxkn6oj|13||0|0|0||
|
||||
16:53:54||Photos/Library.jpg|8|2|1739077034|84f8b9b97e7430399f9da6d35b56d5db|2170375|00000054ocjadzxkn6oj|13||200|0|0|87a51193-b48b-4318-a115-229187f4f737|
|
||||
||SCAR-iT/Documents/SlideShow_Pics|8|2|1741795350|67d1b016502a8|0|00042686ocjadzxkn6oj|13||0|0|0||
|
||||
16:53:54||Photos/Toucan.jpg|8|2|1739077034|a4066eaae9e774d4e2eb5ff4f345ebf9|167989|00000055ocjadzxkn6oj|13||200|0|0|d12f6ee0-f164-4009-b0fb-53bcf1cf08b4|
|
||||
16:53:54||Photos/Vineyard.jpg|8|2|1739077034|a5a4e1d112a38fd714aea69e2d4f4801|427030|00000049ocjadzxkn6oj|13||200|0|0|ef021013-60f0-4f39-ae7a-395c0926214e|
|
||||
16:53:54||SCAR-iT/Documents/SlideShow_Pics/inspiration1.jpg|8|2|1741792051|0760d5563787dfcc403c86d46d5adae7|261764|00042690ocjadzxkn6oj|13||200|0|0|3ab55b5b-9372-4aa3-a597-e3c5590e90a3|
|
||||
16:53:54||SCAR-iT/Documents/SlideShow_Pics/inspiration3.jpg|8|2|1741791978|35fd7ae54db6df68915cc8507781cb26|265365|00042688ocjadzxkn6oj|13||200|0|0|1b3fb0b1-7743-4f48-a852-b0f755832251|
|
||||
16:53:54||SCAR-iT/Documents/SlideShow_Pics/owner-1.jpg|8|2|1741791795|36cdf10cf82fd8906a213c98e0734db2|40749|00042687ocjadzxkn6oj|13||200|0|0|0717c540-e905-459e-9acf-8fea04ceb4b6|
|
||||
16:53:54||SCAR-iT/Documents/SlideShow_Pics/inspiration2.jpg|8|2|1741792067|0dd7cd83533068aa8f70908b8726bdff|261188|00042689ocjadzxkn6oj|13||200|0|0|cd986157-5a51-42f8-a92b-c294bc5e83d6|
|
||||
16:53:54||SCAR-iT/Documents/SlideShow_Pics/owner-2.jpg|8|2|1741791850|314a9ea641d58b7d230fef84814d7f90|183046|00042693ocjadzxkn6oj|13||200|0|0|6a5c37ec-b2a7-4564-9bac-5dbbe082277e|
|
||||
16:53:54||SCAR-iT/Documents/SlideShow_Pics/owner-3.jpg|8|2|1741791910|8a665f345329b4139d686da375895b7b|397988|00042696ocjadzxkn6oj|13||200|0|0|2e6e3563-7ddc-4829-8758-1e82fefc83a7|
|
||||
16:53:55||SCAR-iT/Documents/SlideShow_Pics/owner-4.jpeg|8|2|1741792180|65cb5cbff1c84fabfcfd53b9f5edc392|35310|00042698ocjadzxkn6oj|13||200|0|0|aa204895-11fc-4f36-9ac1-01bba2e880ce|
|
||||
16:53:55||SCAR-iT/Documents/SlideShow_Pics/worktruck.jpg|8|2|1741794425|f22ec73f6ac67013753effb7443efdf7|80656|00042695ocjadzxkn6oj|13||200|0|0|437d5f69-4c1a-4fc9-b6ce-c2564168cd4a|
|
||||
16:53:55||SCAR-iT/Documents/SlideShow_Pics/owner-4.jpg|8|2|1741792325|5cf2d9bea8f87e1575813a50f5bf98f2|183703|00042694ocjadzxkn6oj|13||200|0|0|9f52ac36-ff0f-4e38-b8d7-4dc3a9f6f47f|
|
||||
16:53:55||SCAR-iT/Documents/Base-Contract.docx|8|2|1741017255|7e01a3a5b886873d7358531d2002641e|7574|00042380ocjadzxkn6oj|13||200|0|0|e36914ab-a876-41a2-b665-d8694ebd2dd0|
|
||||
16:53:55||SCAR-iT/Documents/EIN.pdf|8|2|1741185366|d7d58122f5bcffec9b7017da88101dd8|14041|00042382ocjadzxkn6oj|13||200|0|0|afed81d9-5a97-4238-8236-27764b33c6f3|
|
||||
16:53:55||SCAR-iT/Documents/EIN-notice.png|8|2|1741185521|bfd8b3806a0748a80c72fc475189d442|206193|00042384ocjadzxkn6oj|13||200|0|0|7e51e96a-c891-4da7-9f12-28e1fe70d9fb|
|
||||
16:53:55||SCAR-iT/Documents/LLC.pdf|8|2|1741186476|80f5d3b1fd4d0f3b6f3977d7b095ff4e|91159|00042387ocjadzxkn6oj|13||200|0|0|11bf6108-f6e1-413c-964e-2dbcb7acb4ab|
|
||||
16:53:55||SCAR-iT/Documents/SCAR-iT-BusinessPlanOutline-DavidBillings.docx|8|2|1739998687|89cdc0d336d0ec526b75838562d67a04|7696|00042386ocjadzxkn6oj|13||200|0|0|65c682bf-4638-4d74-856f-e9eb612788cf|
|
||||
16:53:55||SCAR-iT/Documents/SlideShow_Pics/terminal.png|8|2|1741791181|c2c209c6bd9b9dac2829da89ee26eddf|878196|00042697ocjadzxkn6oj|13||200|0|0|a61a53c0-7387-4d7d-a4d5-e79c3941bbdc|
|
||||
16:53:55||SCAR-iT/Documents/Scar-Sales-Pitch.pdf|8|2|1741795442|ded4eea19bf4ec6274dffbf2aee80383|1118007|00042691ocjadzxkn6oj|13||200|0|0|0d371b44-3b72-49ca-8817-2ac6c920f48d|
|
||||
||Talk|8|2|1739078375|67a83ae7878b2|0|00000200ocjadzxkn6oj|13||0|0|0||
|
||||
||Templates|8|2|1739077033|67a835a992be9|0|00000003ocjadzxkn6oj|13||0|0|0||
|
||||
16:53:55||SCAR-iT/Documents/TODO|8|2|1741112942|d4fef23d478e991266612349fb75f27c|125|00042385ocjadzxkn6oj|13||200|0|0|98d18ec5-0a11-44e4-890c-5220e3e4c3b7|
|
||||
16:53:55||SCAR-iT/Documents/deluxe-contract.docx|8|2|1741017904|e3632816665c43fab13c7a6375444218|7751|00042383ocjadzxkn6oj|13||200|0|0|742cc596-aff7-435c-8936-150845546ed5|
|
||||
16:53:55||SCAR-iT/Documents/Scar-Sales-Pitch.odp|8|2|1741795428|8f36bbde0ae010db71b69fb90466bc42|3208854|00042692ocjadzxkn6oj|13||200|0|0|9848d0c8-4408-48c6-a983-4e0515328861|
|
||||
16:53:55||Templates/Brainstorming.whiteboard|8|2|1739077033|4f67a22a728dcd272aa7342145d13ad2|30780|00000029ocjadzxkn6oj|13||200|0|0|6398fa9f-b295-4589-bd96-412edd60979a|
|
||||
16:53:55||Templates/Business model canvas.whiteboard|8|2|1739077033|b945848cba341d21a59b218dcd8a8680|30290|00000032ocjadzxkn6oj|13||200|0|0|55d10a77-a6ef-4284-8659-4b36faa08804|
|
||||
16:53:55||SCAR-iT/Documents/serviceagreementtemplate.docx|8|2|1741369945|af8bbeb545da75623f682f0b2fd99842|10045|00042443ocjadzxkn6oj|13||200|0|0|152b27cd-55d2-44e8-9035-6f424c5d9d7d|
|
||||
16:53:55||Templates/Elegant.odp|8|2|1739077033|aa1bc7530128c93fed1e995f834d19ca|14316|00000030ocjadzxkn6oj|13||200|0|0|7a00cc54-ecf0-4333-a308-ad67b2bbebd2|
|
||||
16:53:55||Templates/Expense report.ods|8|2|1739077033|8be544f6e4020ebd1394828c191faa79|13441|00000034ocjadzxkn6oj|13||200|0|0|36de70d3-b40e-4920-b926-7cf9e45219d3|
|
||||
16:53:55||Templates/Business model canvas.ods|8|2|1739077033|d22ee7e782796d5e11f0cb66b5e1b4a2|52843|00000027ocjadzxkn6oj|13||200|0|0|99c01000-cdd7-4ef2-823c-6e8b8f3c8ac8|
|
||||
16:53:55||Templates/Flowchart.whiteboard|8|2|1739077033|cc7d4e9c490535a3093f4dd23f760cd9|31132|00000033ocjadzxkn6oj|13||200|0|0|1af32699-640d-44c5-88f4-ddf87c3a2606|
|
||||
16:53:55||Templates/Flowchart.odg|8|2|1739077032|c6a5a7f5747bf498545ccf839e3374e8|11836|00000017ocjadzxkn6oj|13||200|0|0|146a65fe-4241-43a0-9567-75e634d30445|
|
||||
16:53:55||Templates/Impact effort.whiteboard|8|2|1739077033|2d82ad49eee49afcf7b318dc7cb0fef6|30671|00000036ocjadzxkn6oj|13||200|0|0|f080045d-8444-4c57-a23a-0c763bbf2333|
|
||||
16:53:55||Templates/Invoice.odt|8|2|1739077033|869077a294616880f7d4a379a573b553|17276|00000026ocjadzxkn6oj|13||200|0|0|c8d30cb7-889e-4271-bb30-858a18cd7ab4|
|
||||
16:53:55||Templates/Gotong royong.odp|8|2|1739077033|546caa124ffb99cf53f5de21a99eb584|3509628|00000024ocjadzxkn6oj|13||200|0|0|5522cfe8-e90a-4dfa-b2df-f38933654fe3|
|
||||
16:53:55||Templates/Kanban board.whiteboard|8|2|1739077032|d84a0bd5fe95f3d8048809002181b272|25621|00000020ocjadzxkn6oj|13||200|0|0|a5bf1cb1-bfbd-4bd8-ae19-dd39448b9e0f|
|
||||
16:53:55||Templates/Letter.odt|8|2|1739077032|34a9ba1faf3c52a9ee7aea1b991a145c|15961|00000021ocjadzxkn6oj|13||200|0|0|2cf0eac8-3797-47ea-b686-24f9a2c560a6|
|
||||
16:53:56||Templates/Meeting notes.md|8|2|1739077032|946606b18f69fbc1e43f7910cbbc8203|326|00000008ocjadzxkn6oj|13||200|0|0|45fe7ce0-8edf-4692-97de-d51ed2404547|
|
||||
16:53:56||Templates/Mind map.whiteboard|8|2|1739077033|567361d5aa3669f364cc67ce199b7d14|35657|00000025ocjadzxkn6oj|13||200|0|0|6cc2edf1-a121-44fa-813c-38676990279d|
|
||||
16:53:56||Templates/Business model canvas.odg|8|2|1739077033|8f15ef6fcd1ff3dfd4360fe9d5f8092d|16988|00000035ocjadzxkn6oj|13||200|0|0|389afb35-a578-489d-abf8-896b1561047c|
|
||||
16:53:56||Templates/Meeting agenda.whiteboard|8|2|1739077032|4c7db143ccccaa66ac17fca656c378fc|27629|00000013ocjadzxkn6oj|13||200|0|0|1811b4e6-31b0-4cdc-ae0e-fd4b11c21f45|
|
||||
16:53:56||Templates/Mindmap.odg|8|2|1739077032|c57db6d0634c66987c3845a35d14d748|13653|00000007ocjadzxkn6oj|13||200|0|0|e3fe4645-d848-4f53-ba1f-482a93559f81|
|
||||
16:53:56||Templates/Modern company.odp|8|2|1739077032|aa27fe3a7622119b5ecb675afef59ca7|317015|00000012ocjadzxkn6oj|13||200|0|0|3780f1d0-e418-4cac-9812-06c7b0b7f718|
|
||||
16:53:56||Templates/Org chart.odg|8|2|1739077032|6456338373b949def35b6100cb294df3|13878|00000009ocjadzxkn6oj|13||200|0|0|14286302-fab5-4317-8a36-d4e513197c12|
|
||||
16:53:56||Templates/Diagram & table.ods|8|2|1739077032|676a286fff03a041899673bcc96ccf78|13378|00000014ocjadzxkn6oj|13||200|0|0|77ed923b-6bf3-40bf-9244-59ef79534368|
|
||||
16:53:56||Templates/Mother's day.odt|8|2|1739077032|76ad51200e1b9da6e5727de4bddf2f1c|340061|00000018ocjadzxkn6oj|13||200|0|0|175d60d6-614a-4e50-867c-c1451663b8ab|
|
||||
16:53:56||Templates/Party invitation.odt|8|2|1739077033|794af42dcf09a6c5f7a343505b76b089|868111|00000031ocjadzxkn6oj|13||200|0|0|c3d48539-37f7-4c1f-9ef1-1d56a3a6e729|
|
||||
16:53:56||Templates/Readme.md|8|2|1739077033|e88d963aa12f657b9de04068674459fa|554|00000028ocjadzxkn6oj|13||200|0|0|a7ecfa1a-75d0-488a-8316-1c699596da13|
|
||||
16:53:56||Templates/Product plan.md|8|2|1739077032|c1d8fdd2b693c051afc3d51a6f9b8a79|573|00000016ocjadzxkn6oj|13||200|0|0|032e48f3-a26f-4eec-a1fe-1f041ae17b60|
|
||||
16:53:56||Templates/Sticky notes.whiteboard|8|2|1739077032|4ad769b8c9c80973f9ab43bbe61d6bd5|45778|00000019ocjadzxkn6oj|13||200|0|0|b64ed67e-fafe-477f-b5e9-16c4fbd8ed9f|
|
||||
16:53:56||Templates/Photo book.odt|8|2|1739077032|9a4bd54eadd57cafcf5017e6e7da2d1a|5155877|00000004ocjadzxkn6oj|13||200|0|0|01abb59c-aa1c-44ff-a6c1-eb9edffaefed|
|
||||
16:53:56||Templates/Simple.odp|8|2|1739077032|0101c56cab5d4627ce8535b3c1d9970b|14810|00000015ocjadzxkn6oj|13||200|0|0|d83a04a5-f86f-40a8-986c-0686413f5dd4|
|
||||
16:53:56||Templates/Timeline.whiteboard|8|2|1739077032|2a50aebb1a9e2e7f754b751c26fff388|31325|00000022ocjadzxkn6oj|13||200|0|0|416aef19-be7d-45a2-ac3e-6bfb57cd39b9|
|
||||
16:53:56||Templates/Resume.odt|8|2|1739077032|1ea33a64afe94ae3092b05287c2e0a83|39404|00000006ocjadzxkn6oj|13||200|0|0|e398823f-5d20-4099-9f5a-db106d5d6732|
|
||||
16:53:56||Templates/Syllabus.odt|8|2|1739077032|ef3adb08787ee4e1314e2fe11771455f|30354|00000023ocjadzxkn6oj|13||200|0|0|58e56e24-594f-4761-9ce1-a1f30f0d19b4|
|
||||
16:53:56||Readme.md|8|2|1727819386|d6b5855e713006dd869114d089d9b90c|32|00000044ocjadzxkn6oj|13||200|0|0|f1e5527f-92b6-4c70-b7e3-3bfc1817cd8d|
|
||||
16:53:56||Templates/Venn diagram.whiteboard|8|2|1739077032|094b24b5ac92567ca9198ccda2aa9d64|23359|00000010ocjadzxkn6oj|13||200|0|0|c5688a0f-9da6-43e1-9cce-d77713848923|
|
||||
16:53:56||Templates/Timesheet.ods|8|2|1739077032|ec3102fb7ec10aa715e57ad94b9e5bac|88394|00000011ocjadzxkn6oj|13||200|0|0|b4278b2e-1327-4a81-a965-3940e6a797cf|
|
||||
16:53:56||Templates/Yellow idea.odp|8|2|1739077032|56dccc8a1ed13fe9a43b597d630cdb13|81196|00000005ocjadzxkn6oj|13||200|0|0|acd0d810-dfe2-458f-9290-3dbee8d347eb|
|
||||
16:53:56||Templates credits.md|8|2|1739077034|37618b85085451aeffb4fa634e322616|2403|00000046ocjadzxkn6oj|13||200|0|0|8912e4fc-f345-440b-9d89-96465683aa2f|
|
||||
16:53:56||pixel6.conf|8|2|1739391115|32d5aca0e3b39051692fe431ecc21929|210|00006650ocjadzxkn6oj|13||200|0|0|ad039081-1e4f-40b9-8174-c42dd9c03c04|
|
||||
16:53:56||Normies LoungeV2.zip|8|2|1740671231|a24b8894d82d8d8d33ea2e03828d3948|201826094|00041724ocjadzxkn6oj|13||200|0|0|c4afd79f-dd78-47ec-94bd-e9bff7675427|
|
||||
16:53:56||Normies Lounge.zip|8|2|1738634387|21252c8d54b97cb58e43b04f0d0a2dd3|325936530|00002301ocjadzxkn6oj|13||200|0|0|7fa08909-d40c-409f-b5f1-0f2cb888a42e|
|
||||
#=#=#=# Syncrun finished 2025-03-12T16:54:09Z (last step: 15902 msec, total: 17156 msec)
|
||||
#=#=#=# Syncrun started 2025-03-12T16:54:52Z
|
||||
#=#=#=#=# Propagation starts 2025-03-12T16:54:53Z (last step: 565 msec, total: 565 msec)
|
||||
||Music|8|2|1739148671|67a94d8015c43|0|00000283ocjadzxkn6oj|13||0|0|0||
|
||||
||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️|8|2|1739148670|67a94d7e60c64|0|00000287ocjadzxkn6oj|13||0|0|0||
|
||||
16:54:53||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/003 - Shakira - Whenever, Wherever.mp3|8|2|1679845740|f7514c4ef9f07165770a7e5910c7e73d|8008619|00001622ocjadzxkn6oj|13||200|0|0|70181ab7-137f-4095-98ca-7eec66d72327|
|
||||
16:54:53||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/001 - Usher - Yeah! (feat. Lil Jon & Ludacris).mp3|8|2|1679845920|c7ca7e63c8c1fe97ea69cc3f53e26e94|10168746|00001621ocjadzxkn6oj|13||200|0|0|2878e1a1-4b16-4270-a90c-d8039da8bd4c|
|
||||
16:54:53||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/004 - Beyoncé - Beautiful Liar.mp3|8|2|1679846299|ff39b1011a2d4827d84d23a923e05622|8162384|00001624ocjadzxkn6oj|13||200|0|0|606b9909-4207-47ab-859b-587997b8c229|
|
||||
16:54:53||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/002 - OutKast - Hey Ya!.mp3|8|2|1679846141|ec820978df4001e1f5c70d3dae632564|9616681|00001620ocjadzxkn6oj|13||200|0|0|4abd51f9-882f-443a-a151-ba45a9fe17a0|
|
||||
16:54:53||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/005 - Rihanna - Umbrella.mp3|8|2|1679846227|d65c51ad68f695473e63319540a3dd09|11208262|00001626ocjadzxkn6oj|13||200|0|0|6f86681c-dd62-47e2-9a2b-aed792b67c5a|
|
||||
16:54:54||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/007 - The White Stripes - Seven Nation Army.mp3|8|2|1679846222|0b11dbd95d3bed4797b7da61424d48f5|9452712|00001628ocjadzxkn6oj|13||200|0|0|103f44c0-489c-4e53-b87c-9f21121882cd|
|
||||
16:54:54||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/006 - Wheatus - Teenage Dirtbag.mp3|8|2|1679845981|ec9beb7cdf7e744ec2acd12bbbbe738d|9841350|00001627ocjadzxkn6oj|13||200|0|0|df152ed4-d8bf-4de4-a6c2-aad6af8be078|
|
||||
16:54:54||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/008 - Busta Rhymes - I Know What You Want (feat. Flipmode Squad).mp3|8|2|1679845744|5773fae9d83077fd9539781bd71db09a|13140515|00001636ocjadzxkn6oj|13||200|0|0|3f7e5442-3e90-4b70-83b3-ca4628a84913|
|
||||
16:54:54||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/009 - Beyoncé - Halo.mp3|8|2|1679846291|98bb4631d3b59fca21303c1363326e28|10633420|00001634ocjadzxkn6oj|13||200|0|0|827ad9c4-7389-4c6c-9c70-b28243ea0b50|
|
||||
16:54:54||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/010 - 50 Cent - In Da Club.mp3|8|2|1679846266|69f001c7e38933a67caca4d1f527084b|7907450|00001631ocjadzxkn6oj|13||200|0|0|119231bb-8163-45fd-81bf-47b5f07637d5|
|
||||
16:54:55||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/012 - System of A Down - Chop Suey!.mp3|8|2|1679845898|dfef692485c40862fef1c5ec684a0331|8612600|00001638ocjadzxkn6oj|13||200|0|0|be83cf3c-bbbd-400c-aacc-4ec6f6e61bd7|
|
||||
16:54:54||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/011 - Train - Hey, Soul Sister.mp3|8|2|1679845845|d7d85fa5af3e52dbda03e9d756e5ebd9|8802765|00001635ocjadzxkn6oj|13||200|0|0|1648587e-5110-4b73-bea1-b9aef13cf2bb|
|
||||
16:54:55||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/013 - The Fray - How to Save a Life.mp3|8|2|1679846220|7e02ec6095a88b0c708a8d0dddfccaca|10669990|00001645ocjadzxkn6oj|13||200|0|0|cc1adac6-4d2f-4be9-8a93-37eb8780f962|
|
||||
16:54:55||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/014 - Britney Spears - Toxic.mp3|8|2|1679846161|5b3618a3afff05150b6e110c2dc92e88|8120520|00001639ocjadzxkn6oj|13||200|0|0|de2e0281-3e12-40f1-bacd-9d6f7684d486|
|
||||
16:54:55||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/016 - Beyoncé - Crazy In Love (feat. Jay-Z).mp3|8|2|1679845671|6768315371d70bfc59050b710c9e6969|9613736|00001641ocjadzxkn6oj|13||200|0|0|e52644b6-ac3b-4f78-8805-3254b4336914|
|
||||
16:54:55||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/017 - Ke$ha - TiK ToK.mp3|8|2|1679845732|ee12ddc1ea0cebd62721031af1121a8a|8175822|00001644ocjadzxkn6oj|13||200|0|0|f578f48e-c466-4875-b468-a6157058e31d|
|
||||
16:54:55||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/015 - Lady Gaga - Just Dance.mp3|8|2|1679845843|dc339681b73cbaa3efc1195f82e86777|9861368|00001640ocjadzxkn6oj|13||200|0|0|cd4706dc-a6fd-45c4-9e25-a31a0203ab0e|
|
||||
16:54:56||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/018 - OutKast - Ms. Jackson.mp3|8|2|1679846289|41c6517a5f4c0eae242bafe023877f90|10988722|00001648ocjadzxkn6oj|13||200|0|0|7b6db572-86d5-481d-af2f-0bf3c47dc5cf|
|
||||
16:54:56||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/019 - Alicia Keys - If I Ain't Got You.mp3|8|2|1679846232|ae50a55a814e2c5768eba59cb4978b9c|9316851|00001647ocjadzxkn6oj|13||200|0|0|554a8f62-649e-4c2c-ba4b-91e71be03400|
|
||||
16:54:56||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/021 - Mario - Let Me Love You.mp3|8|2|1679846209|5bb25d88458a72d061c7f4eaa6540b14|10392057|00001655ocjadzxkn6oj|13||200|0|0|fcae991a-e139-4318-aafa-91e7b4c735d3|
|
||||
16:54:56||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/020 - Nelly Furtado - I'm Like A Bird.mp3|8|2|1679845655|a1eb15d8150ae5cc9efdb2c771617ddb|9932344|00001649ocjadzxkn6oj|13||200|0|0|759c0778-d31f-47ab-a731-8be6ca5ed0a6|
|
||||
16:54:56||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/022 - Train - Drops of Jupiter (Tell Me).mp3|8|2|1679846083|0126ebfd0f4b61a1b36f13de09335dd1|10530086|00001657ocjadzxkn6oj|13||200|0|0|5176b686-ec2c-4ece-b7c4-189c85cf37f6|
|
||||
16:54:57||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/023 - Kings Of Leon - Use Somebody.mp3|8|2|1679845768|4dd524e72f5dcdb5fe640ef74aa18100|9440258|00001653ocjadzxkn6oj|13||200|0|0|6b4b5e39-dc95-4278-bc85-def2b6db9486|
|
||||
16:54:57||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/024 - Miguel - Sure Thing.mp3|8|2|1679845662|102d5474bbde2b294be3ae73a495d87f|7983549|00001656ocjadzxkn6oj|13||200|0|0|3f1507a8-0ff0-4f33-bb00-5e00baa52f3e|
|
||||
16:54:57||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/025 - Mary J. Blige - Family Affair.mp3|8|2|1679845618|aaf8bde13a9ae6e9884d3e5e21de0f73|10809183|00001663ocjadzxkn6oj|13||200|0|0|44ceb69f-4b75-4624-95b1-5ef11cd59b9c|
|
||||
16:54:57||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/026 - The Script - Breakeven.mp3|8|2|1679846117|ba07a152465a4830f98d65980694bb30|10493468|00001664ocjadzxkn6oj|13||200|0|0|74fc67bc-ae48-4cef-a77e-70afabde3867|
|
||||
16:54:57||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/028 - Shakira - Hips Don't Lie (feat. Wyclef Jean).mp3|8|2|1679846104|a0da2d82ddfe34b2fb88f0a05a10c53a|8891796|00001665ocjadzxkn6oj|13||200|0|0|805a1cc0-8a80-436d-b39c-754836e6d1fd|
|
||||
16:54:57||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/027 - Sean Kingston - Beautiful Girls.mp3|8|2|1679846087|61bb0bd01d8f401d108eb33507ecc64c|9860353|00001660ocjadzxkn6oj|13||200|0|0|1e714515-f3bd-46c5-b8e1-683e5bda9b32|
|
||||
16:54:57||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/029 - Avril Lavigne - Complicated.mp3|8|2|1679845572|eea4bd9c16f0e3bafd502e3e0004b7fd|9931331|00001667ocjadzxkn6oj|13||200|0|0|9e5080b4-bf59-4392-abe9-dffec195251c|
|
||||
16:54:58||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/030 - Eminem - Lose Yourself (From _8 Mile_ Soundtrack).mp3|8|2|1679846222|20c8dcc31bb791ba83c60c510e34e459|13227077|00001669ocjadzxkn6oj|13||200|0|0|77443cfe-087b-4c1c-87fb-bab48ff7ff7b|
|
||||
16:54:58||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/032 - Alicia Keys - No One.mp3|8|2|1679846298|a754e4cc390c3d93c3fefc59b2a270e4|10321016|00001675ocjadzxkn6oj|13||200|0|0|049630a0-5a0c-4b31-b0da-5dce6b8da9f2|
|
||||
16:54:58||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/031 - System of A Down - Toxicity.mp3|8|2|1679845859|96fe26b11174ac66934988abdbfb247e|8979382|00001671ocjadzxkn6oj|13||200|0|0|545ae73c-4164-4537-afce-4e260cb7cd32|
|
||||
16:54:58||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/033 - Kings Of Leon - Sex on Fire.mp3|8|2|1679846092|6d407c5cae831f5a0d9c742dee58d3dd|8302379|00001673ocjadzxkn6oj|13||200|0|0|a3fc075d-a89c-4475-824c-97862483a530|
|
||||
16:54:58||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/034 - Britney Spears - Gimme More (Main Version).mp3|8|2|1679845965|b0cf13e846164d7b9d34093305be65e4|10217714|00001678ocjadzxkn6oj|13||200|0|0|460ad982-a9d1-48f0-ac10-56820d381cea|
|
||||
16:54:58||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/035 - Gnarls Barkley - Crazy.mp3|8|2|1679845888|25289a8c3598cbb389658dd9ebca86f6|7450687|00001677ocjadzxkn6oj|13||200|0|0|a0cec42e-8093-40c9-b6a2-11a130983458|
|
||||
16:54:59||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/036 - Usher - My Boo.mp3|8|2|1679846179|cb6ea3f9568e5dc4791c3fd9bb955fa1|9091256|00001679ocjadzxkn6oj|13||200|0|0|9c6b7c02-93a8-4ce7-a8a2-6b9d4def4214|
|
||||
16:54:59||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/037 - Three Days Grace - I Hate Everything About You.mp3|8|2|1679846290|03c226ef965830430da30e0f4c106b73|9427700|00001681ocjadzxkn6oj|13||200|0|0|00d65708-fff5-4e64-abcd-e56b2aeeeb46|
|
||||
16:54:59||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/039 - Kelly Clarkson - Since U Been Gone.mp3|8|2|1679845578|383691eebd724f31a78e8e5da27adfea|7727645|00001682ocjadzxkn6oj|13||200|0|0|64dc1915-6aad-403d-b0b5-12f8a16b0b1e|
|
||||
16:54:59||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/038 - Leona Lewis - Bleeding Love.mp3|8|2|1679846233|7c7d929ed650b511c513381529199292|10710759|00001685ocjadzxkn6oj|13||200|0|0|01074f54-b153-469a-ba88-8b94205dc7b7|
|
||||
16:54:59||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/040 - JAY-Z - Empire State Of Mind.mp3|8|2|1679846232|a469c2276bb603ae6c2dea8823a6c05f|11245064|00001689ocjadzxkn6oj|13||200|0|0|e42e7882-5e00-4090-85ea-a6341c15bea6|
|
||||
16:54:59||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/041 - MGMT - Kids.mp3|8|2|1679845910|093d9f0cd9daad90e600b3437e7f66ac|12282237|00001692ocjadzxkn6oj|13||200|0|0|69be32e4-fb97-46e7-8c1a-a670be7e088c|
|
||||
16:55:00||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/043 - Justin Timberlake - Cry Me A River.mp3|8|2|1679845558|e87ac65e32abdf8c9435e9fd82dda07d|11698259|00001697ocjadzxkn6oj|13||200|0|0|6a794a5a-f38f-40ec-9530-f31f78324059|
|
||||
16:55:00||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/042 - Foo Fighters - The Pretender.mp3|8|2|1679846279|ede1f08abe17f246d7424337ad7130d1|10862322|00001693ocjadzxkn6oj|13||200|0|0|f0cbdbc9-1fec-4f2d-a47e-c4bec2d07fe8|
|
||||
16:55:00||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/044 - P!nk - So What (Main Version).mp3|8|2|1679846280|91398b83a7d883ca49a83575b330bce4|8777786|00001696ocjadzxkn6oj|13||200|0|0|afb4c9a4-5804-4f60-9fa8-2f73429cdc13|
|
||||
16:55:00||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/045 - Maroon 5 - This Love.mp3|8|2|1679846236|f70337896abd48d3e7dcfea94cf97ba8|8416311|00001698ocjadzxkn6oj|13||200|0|0|be1b0335-3650-410f-b91c-0f2c3e6319ee|
|
||||
16:55:00||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/047 - Beyoncé - Single Ladies (Put a Ring on It).mp3|8|2|1679846236|c6e1f39d0a1591253a4401a17edefc82|7897011|00001700ocjadzxkn6oj|13||200|0|0|0633e6d2-1e90-4adb-9570-660ecf5c7f0d|
|
||||
16:55:00||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/046 - Three Days Grace - Animal I Have Become.mp3|8|2|1679845960|5285645b0f078e6908da30c533cbce53|9424613|00001699ocjadzxkn6oj|13||200|0|0|ebe11ab1-918d-4d7e-9786-565e7ed8b6d3|
|
||||
16:55:01||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/048 - The Calling - Wherever You Will Go.mp3|8|2|1679845737|fa9f7c31bb487527d997b01057852909|8508122|00001701ocjadzxkn6oj|13||200|0|0|5f4c86fe-59f0-4576-8178-ff965077dd3e|
|
||||
16:55:01||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/049 - Chris Brown - Yo (Excuse Me Miss).mp3|8|2|1679845559|19cbbe1b5d9915041d432fdc5d9e5c65|9315856|00001702ocjadzxkn6oj|13||200|0|0|d8ff789e-af5d-4bcf-8254-c35145412c12|
|
||||
16:55:01||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/050 - Timbaland - Give It To Me.mp3|8|2|1679845968|98b0b180feed885a9521cd13bea1562f|9531434|00001703ocjadzxkn6oj|13||200|0|0|e5422f43-fd3a-46be-8969-81933ac97c6f|
|
||||
16:55:01||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/051 - T-Pain - Buy U a Drank (Shawty Snappin') (feat. Yung Joc).mp3|8|2|1679845782|552a6f1f071e742e6addccf7972f856a|9402658|00001706ocjadzxkn6oj|13||200|0|0|4d4aa7fd-2a7a-48ab-a974-655dab96f00b|
|
||||
16:55:01||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/052 - Britney Spears - Oops!...I Did It Again.mp3|8|2|1679845923|13fe86a71c8fadaf4c9e552b114db553|8602183|00001705ocjadzxkn6oj|13||200|0|0|7f731d8e-5490-44e5-8f45-985bb10b644f|
|
||||
16:55:01||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/054 - Justin Timberlake - SexyBack (feat. Timbaland).mp3|8|2|1679845930|fdd62726c67d4acc81136dd3e8722f06|9878128|00001710ocjadzxkn6oj|13||200|0|0|d428bbec-1156-4c27-864d-3de570aca8e4|
|
||||
16:55:01||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/053 - Foo Fighters - Best of You.mp3|8|2|1679845933|757c5b834a1ecc5ca9795ba74fbe80d1|10367034|00001708ocjadzxkn6oj|13||200|0|0|a82b49fd-bccb-4a0a-ba00-117625ce20ee|
|
||||
16:55:02||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/055 - Nelly Furtado - Maneater.mp3|8|2|1679846170|046780ad6670df65aec4e8de60a02018|10559401|00001714ocjadzxkn6oj|13||200|0|0|01815a6a-d0e3-42a8-b12d-26a9213ec92a|
|
||||
16:55:02||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/056 - Cage The Elephant - Ain't No Rest for the Wicked.mp3|8|2|1679845970|82d78e0205b4e956b9fe6bf41c49babc|7261637|00001712ocjadzxkn6oj|13||200|0|0|a676652f-2722-4679-a1c4-2afb29b542c1|
|
||||
16:55:02||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/058 - Avril Lavigne - Sk8er Boi.mp3|8|2|1679846258|4ec2f118937575b2ada1c04818b60b6f|8328387|00001716ocjadzxkn6oj|13||200|0|0|530f0ac3-7ff1-4cd8-899e-4a4620471ebf|
|
||||
16:55:02||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/057 - Natasha Bedingfield - Unwritten.mp3|8|2|1679846087|0a113ffd64c7afc9f5cc6c920327cbde|10502917|00001718ocjadzxkn6oj|13||200|0|0|270848b9-d1c9-4a00-b2d3-89551ddc4b11|
|
||||
16:55:02||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/059 - Kelly Clarkson - Because of You.mp3|8|2|1679845781|29286746dccb8157eaf75d5738328ae5|8948057|00001717ocjadzxkn6oj|13||200|0|0|fb582d22-b16d-4805-9d52-8a0603779b0c|
|
||||
16:55:03||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/061 - The Script - The Man Who Can't Be Moved.mp3|8|2|1679845983|7b604cefd8fb9bca4ad9d19093931b34|9826872|00001720ocjadzxkn6oj|13||200|0|0|4ec2342d-f0fd-4571-a910-a82c0af044d1|
|
||||
16:55:03||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/060 - Rihanna - SOS (Album Version).mp3|8|2|1679846079|94576260ee99aecc671cbf238d9a9d48|9725511|00001721ocjadzxkn6oj|13||200|0|0|b6533d7a-c12b-4785-b681-8a7d6daffa89|
|
||||
16:55:03||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/062 - Chris Brown - Forever.mp3|8|2|1679845998|12d6da22729932e346c35b8d67c5df1b|11311666|00001726ocjadzxkn6oj|13||200|0|0|d09e3e91-0005-4b7c-8397-f6567dd287e4|
|
||||
16:55:03||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/064 - Jennifer Lopez - Jenny from the Block (feat. Jadakiss & Styles P.) (Track Masters Remix).mp3|8|2|1679846288|baf86779dfe484337d114bea1a80777e|7682181|00001723ocjadzxkn6oj|13||200|0|0|1d0d32a8-331e-46d0-90c4-cb094661a4d1|
|
||||
16:55:03||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/063 - Beyoncé - Irreplaceable.mp3|8|2|1679845740|ef78e517f81b0f405b76601ee29a0741|9308632|00001724ocjadzxkn6oj|13||200|0|0|cd941ae5-3999-460d-9664-fbdd890bcb04|
|
||||
16:55:03||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/065 - Fergie - Glamorous.mp3|8|2|1679845558|57d848a7d8ede5f7e1689279a383a309|10031722|00001730ocjadzxkn6oj|13||200|0|0|f3636162-b656-4e9d-81e3-1b83ca25f1ef|
|
||||
16:55:04||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/066 - System of A Down - B.Y.O.B.mp3|8|2|1679846223|42688bc4de724c44f3c718409be92c83|10386866|00001732ocjadzxkn6oj|13||200|0|0|c34cccf9-14d9-435c-8b61-8bbd7f86c322|
|
||||
16:55:04||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/067 - Usher - Love in This Club (feat. Young Jeezy).mp3|8|2|1679845988|4a20d4589edd7fcee785021d01451cd2|10566792|00001735ocjadzxkn6oj|13||200|0|0|96f9124d-01a0-4cf5-a3d0-08fcc3f238f7|
|
||||
16:55:04||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/068 - _NSYNC - Bye Bye Bye.mp3|8|2|1679845979|e898d087add7c575d85a19c6c60fac7f|8190468|00001734ocjadzxkn6oj|13||200|0|0|31a8b056-7d37-41e8-b1c9-b6a6549fcab6|
|
||||
16:55:04||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/069 - Avril Lavigne - Girlfriend.mp3|8|2|1679845922|a391d9b191b86e97b19e2cf3ba9b94f7|8856101|00001737ocjadzxkn6oj|13||200|0|0|199aaf42-b10e-414e-9e8d-c7f3747d887d|
|
||||
16:55:04||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/070 - Adele - Chasing Pavements.mp3|8|2|1679845944|a57a37498ff73653a96682b87cbb267e|8588550|00001738ocjadzxkn6oj|13||200|0|0|b60bc4eb-9a91-41bd-a9f1-43633b6172b3|
|
||||
16:55:04||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/071 - Beyoncé - If I Were a Boy.mp3|8|2|1679846190|b4a19f845eedcbf20f913c13082fa1a7|10133928|00001740ocjadzxkn6oj|13||200|0|0|6b6dbe24-b6c6-43f4-93fe-a89e34d85f61|
|
||||
16:55:05||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/073 - Fantasia - When I See U.mp3|8|2|1679846101|33f73b7ad826998b5fa6eb38e1a0f6df|8869732|00001741ocjadzxkn6oj|13||200|0|0|3c5476d1-bad0-49d7-a1cd-1d1919bf58f7|
|
||||
16:55:04||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/072 - The Fray - You Found Me.mp3|8|2|1679846250|3b1ab8c021232d426d4efbd7adfc5c25|9842464|00001742ocjadzxkn6oj|13||200|0|0|98f2c610-2e78-46c6-840c-ed28e2065796|
|
||||
16:55:05||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/074 - Alicia Keys - Fallin'.mp3|8|2|1679846085|92c11898e77f0fcc70f8ccf6701a0892|8575975|00001744ocjadzxkn6oj|13||200|0|0|d57227c9-fee5-435b-accc-4b358b4a60b6|
|
||||
16:55:05||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/075 - Craig David - Fill Me In.mp3|8|2|1679846290|963d00acecc4d7a246618b04e39d5255|10455779|00001747ocjadzxkn6oj|13||200|0|0|dbee152b-2a7a-4f34-a24a-432be209ec56|
|
||||
16:55:05||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/077 - The Strokes - Last Nite.mp3|8|2|1679846222|380d17bb87505464bbd5bd5bc61d5a7b|7908306|00001748ocjadzxkn6oj|13||200|0|0|35eabf92-0ff4-4a47-a5c3-ddbb6300fa0c|
|
||||
16:55:05||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/076 - Ciara - One, Two Step (feat. Missy Elliott).mp3|8|2|1679846223|00c142c18776204055ac34389c8b3cee|8320166|00001745ocjadzxkn6oj|13||200|0|0|d406fd03-41d1-4379-9696-664d9dabad26|
|
||||
16:55:06||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/078 - Usher - U Got It Bad.mp3|8|2|1679846101|4c668984e0087a2c4d37e78e8d4afee0|10081760|00001755ocjadzxkn6oj|13||200|0|0|56e4db57-f4c0-43c6-a662-dbe788a0bd00|
|
||||
16:55:06||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/079 - T-Pain - Bartender (feat. Akon).mp3|8|2|1679846092|eaad2c81147f43c864bf27c318c41386|9772461|00001751ocjadzxkn6oj|13||200|0|0|2894e284-19c8-46b1-9dfb-c22ef357dde3|
|
||||
16:55:06||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/080 - Taylor Swift - You Belong With Me.mp3|8|2|1679846003|49252818e3e762c4ef905cfa80ac40a1|9389001|00001752ocjadzxkn6oj|13||200|0|0|540eeaf1-ff65-40aa-ad52-603a15c72294|
|
||||
16:55:06||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/081 - Modest Mouse - Float On.mp3|8|2|1679846268|03e3aef4e2f0ed918257202311408e17|8507097|00001753ocjadzxkn6oj|13||200|0|0|a74dc614-18b0-49b4-ade8-6e06c4de0846|
|
||||
16:55:06||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/082 - Usher - Burn.mp3|8|2|1679846280|c43e92c276a68e7b147f0cc014414a3e|9445362|00001754ocjadzxkn6oj|13||200|0|0|9a4198ef-9a42-491f-a96f-9f19789b9b45|
|
||||
16:55:06||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/083 - John Mayer - Waiting On the World to Change.mp3|8|2|1679845906|4119c7148f34625f2b12f5961ea7b890|8168527|00001757ocjadzxkn6oj|13||200|0|0|388b802c-1dd5-4e83-b1ea-4f65414fe5d5|
|
||||
16:55:06||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/084 - OutKast - The Way You Move (feat. Sleepy Brown).mp3|8|2|1679845823|034cdf6b5feaac62a54e0e4c5ee6a81e|9528103|00001756ocjadzxkn6oj|13||200|0|0|d940a82a-f44f-4e1b-8a8f-2678841bcd42|
|
||||
16:55:07||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/085 - Miley Cyrus - Party In The U.S.A.mp3|8|2|1679846290|a3abe899cb9c080dd6aa6d3ec831e0c2|8278363|00001759ocjadzxkn6oj|13||200|0|0|cff0ffda-f787-4466-8faa-10cf64e3951e|
|
||||
16:55:07||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/086 - Jordin Sparks - No Air (feat. Chris Brown).mp3|8|2|1679846005|51ad3edd7f92e2e3003a6e56bcd15248|10743363|00001763ocjadzxkn6oj|13||200|0|0|7e762faf-02e7-4b90-83c7-04470e55555e|
|
||||
16:55:07||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/088 - Destiny's Child - Survivor.mp3|8|2|1679845954|591c6bd61c8d2cea7d868ac94c6145e5|9806968|00001766ocjadzxkn6oj|13||200|0|0|5a87de49-b28c-44c5-9a76-7eb9be52d8bf|
|
||||
16:55:07||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/087 - Foo Fighters - All My Life.mp3|8|2|1679845736|9124d48dd7d797fbc4a1d74c0b987ed6|10710806|00001764ocjadzxkn6oj|13||200|0|0|ebcefd1d-627d-4eeb-bd29-dd241ea91b3a|
|
||||
16:55:07||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/090 - Timbaland - The Way I Are.mp3|8|2|1679845909|52491a3ed1cb811e74e8a5719d79786b|7340259|00001768ocjadzxkn6oj|13||200|0|0|ad39e03e-6aa2-4f34-a12f-b1a511532886|
|
||||
16:55:08||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/091 - Pitbull - I Know You Want Me (Calle Ocho).mp3|8|2|1679845856|d853ed52a420331420879f63ceaa62b9|9653558|00001771ocjadzxkn6oj|13||200|0|0|55664fd0-3695-4848-9e92-1c897e3ab35f|
|
||||
16:55:07||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/089 - Jennifer Lopez - I'm Real (feat. Ja Rule) (Murder Remix).mp3|8|2|1679846196|ced1ebeee4abb7402f7405a15e66c207|10634740|00001769ocjadzxkn6oj|13||200|0|0|fe5946db-855a-4258-ab50-40b91b112d89|
|
||||
16:55:08||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/092 - Justin Timberlake - My Love (feat. T.I.).mp3|8|2|1679846223|46666343d52dab2cbc3730a3d920bfc6|11214542|00001775ocjadzxkn6oj|13||200|0|0|116ba981-072a-49d7-9d76-314a7e79768a|
|
||||
16:55:08||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/093 - Sara Bareilles - Love Song.mp3|8|2|1679846222|c913b4ef5dfbf7fcf5e1c0aac49b351c|10536242|00001778ocjadzxkn6oj|13||200|0|0|8107146f-02a5-43fd-8b40-624753627e6c|
|
||||
16:55:08||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/094 - John Mayer - Your Body Is a Wonderland.mp3|8|2|1679846086|9645585809fa14b78f1306a00ee0dd13|10118291|00001780ocjadzxkn6oj|13||200|0|0|8282baec-a0c6-4c95-b7d8-10412f57355f|
|
||||
16:55:08||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/095 - Rihanna - Shut Up And Drive.mp3|8|2|1679846088|0cd489e4dfde6ac84001b697e0770a0b|8659814|00001779ocjadzxkn6oj|13||200|0|0|d40b431f-b2fc-4bb7-8cf7-5ffd5b8380b5|
|
||||
16:55:09||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/098 - Chris Brown - Run It! (Featuring Juelz Santana).mp3|8|2|1679845840|9f2839b79cecc430c59ee95338446d32|9364054|00001784ocjadzxkn6oj|13||200|0|0|c7faf313-7118-4dfb-ab2b-a5fd4034c278|
|
||||
16:55:09||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/097 - Calle 13 - Atrévete-Te-Te.mp3|8|2|1679846290|7a523b1c6cf7a9e2b27498e5757b69b8|9740051|00001783ocjadzxkn6oj|13||200|0|0|d4737cf7-adb3-4e03-b623-6bf53613c6ea|
|
||||
16:55:09||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/096 - Joe - I Wanna Know.mp3|8|2|1679846158|845a27c76e5e04cf9b325652435b73c7|12039844|00001785ocjadzxkn6oj|13||200|0|0|7fb1700e-aa42-4f98-8597-cf36c3732930|
|
||||
16:55:09||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/099 - Mark Ronson - Valerie (feat. Amy Winehouse) (Version Revisited).mp3|8|2|1679846289|256021a889e89f00f77a5ce58c92ce65|8945138|00001786ocjadzxkn6oj|13||200|0|0|f8bd176d-ec19-48bc-9689-57be2c09391a|
|
||||
16:55:10||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/100 - Nelly Furtado - Say It Right.mp3|8|2|1679846184|6b661ccfb1759ade78780338dcdbcca3|9091295|00001788ocjadzxkn6oj|13||200|0|0|80be3306-e597-40bc-9f18-da8c9ecd2eab|
|
||||
16:55:10||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/101 - Usher - U Remind Me.mp3|8|2|1679846085|ade9e4778d554c89786488e33cb25a90|10844506|00001791ocjadzxkn6oj|13||200|0|0|c3b524c4-9070-4486-b042-5f1cde694aed|
|
||||
16:55:10||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/102 - Chris Brown - With You.mp3|8|2|1679846241|faf89a212bec24072f818187e286a83b|10254250|00001794ocjadzxkn6oj|13||200|0|0|6fb537ee-a25a-4205-8aac-a61342c707be|
|
||||
16:55:10||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/103 - OutKast - So Fresh, So Clean.mp3|8|2|1679846100|0b5403af75c002ad0e078da6c9e11bee|9873849|00001793ocjadzxkn6oj|13||200|0|0|09ff158d-fc9d-473a-898b-b587136e9402|
|
||||
16:55:10||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/104 - Ginuwine - Differences.mp3|8|2|1679845971|331b2917befa92ab4040a934a33cb5ee|10801665|00001799ocjadzxkn6oj|13||200|0|0|90e138f8-ec59-45da-880f-08d17a7aa762|
|
||||
16:55:10||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/105 - The Game - Hate It Or Love It.mp3|8|2|1679846261|fa70d4240e3590a28adb0ea59768cb0f|8466546|00001796ocjadzxkn6oj|13||200|0|0|bb07f586-83fe-48a4-be93-6a5b751b2f7b|
|
||||
16:55:10||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/106 - Three Days Grace - Never Too Late.mp3|8|2|1679846009|05caeb9924c88ddc7c2b7ce93198c24d|8541593|00001798ocjadzxkn6oj|13||200|0|0|45ee7447-fb5e-4b31-98ee-a3e0b725bd27|
|
||||
16:55:11||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/107 - Beyoncé - Baby Boy (feat. Sean Paul).mp3|8|2|1679846245|e97d928155715c21b84a2397f7475094|9961767|00001800ocjadzxkn6oj|13||200|0|0|1fb035aa-8041-4f37-ac36-a82dd0d2824d|
|
||||
16:55:11||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/108 - Camila - Todo Cambió.mp3|8|2|1679846233|448c5b35629f7364125543bdf30dedc0|7920809|00001802ocjadzxkn6oj|13||200|0|0|b2b89565-4350-4d27-b36f-d5a7abf57597|
|
||||
16:55:11||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/109 - Jennifer Lopez - Get Right (featuring Fabolous).mp3|8|2|1679846280|97f235171184f698e81aa6272b05dcf5|9393224|00001801ocjadzxkn6oj|13||200|0|0|0a0a61df-bed5-4208-91e8-8a929eb01b61|
|
||||
16:55:11||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/110 - JAY-Z - 03' Bonnie & Clyde.mp3|8|2|1679845853|05eae0172e37da03638e5b8e04ede07e|8366207|00001803ocjadzxkn6oj|13||200|0|0|a6ea9b8e-e922-4c2d-b981-f581674b7fe5|
|
||||
16:55:11||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/112 - Miranda Lambert - The House That Built Me (Album).mp3|8|2|1679845852|433b808638bb1bbdfda238d7d0364c8a|9633521|00001805ocjadzxkn6oj|13||200|0|0|effc2275-fc24-40b8-b8a8-c57e501ca5b5|
|
||||
16:55:11||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/111 - The Fray - Over My Head (Cable Car).mp3|8|2|1679845819|1ef4ceebd00a8ca001b92f0fb32b768b|9621946|00001804ocjadzxkn6oj|13||200|0|0|75a78181-aa22-4332-a7ec-6ccf6938a0b9|
|
||||
16:55:12||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/113 - Petey Pablo - Freek-A-Leek.mp3|8|2|1679845970|9c28ec4ec21a5666e444ea2baa8f24f5|9517522|00001807ocjadzxkn6oj|13||200|0|0|a15a0ea3-1e41-477f-bc84-b5f99abac58f|
|
||||
16:55:12||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/116 - Dido - White Flag.mp3|8|2|1679845993|92740b1f615a87832c9038ce0c75b0eb|9821534|00001815ocjadzxkn6oj|13||200|0|0|425817a3-16f3-47c9-b67a-e4ae5846a60a|
|
||||
16:55:12||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/115 - Gwen Stefani - The Sweet Escape.mp3|8|2|1679846250|bb7f12ff9d1d77a1971040bcb3f9c647|10094482|00001812ocjadzxkn6oj|13||200|0|0|f2267225-b426-4c81-9e8e-fb2c9f9fc436|
|
||||
16:55:12||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/114 - OutKast - Roses.mp3|8|2|1679845603|072603a5803e3a365272fad5eb6d888e|14950963|00001811ocjadzxkn6oj|13||200|0|0|81a8125c-4fa6-4a22-9257-302ef231c2d6|
|
||||
16:55:13||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/117 - _NSYNC - It's Gonna Be Me.mp3|8|2|1679845912|f2a2dcf308b43182325b5b8beeef7f0d|7810124|00001813ocjadzxkn6oj|13||200|0|0|53e607f2-3adf-4360-9baf-cbc89040051f|
|
||||
16:55:13||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/118 - Audioslave - Show Me How to Live.mp3|8|2|1679846150|8799e9071625c7730353ab0adc950cfb|11282385|00001818ocjadzxkn6oj|13||200|0|0|26efdcd8-1dd3-4be9-969d-30c4edc93345|
|
||||
16:55:13||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/119 - Rihanna - Disturbia.mp3|8|2|1679846182|eb2e4d550b7a35e61cccbe9dc776f3b1|9712953|00001817ocjadzxkn6oj|13||200|0|0|0e6b7841-b87f-422e-b320-47254711477e|
|
||||
16:55:13||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/120 - Nelly Furtado - Promiscuous.mp3|8|2|1679845609|c0ed40487502add792d5fa35f4e81194|9860402|00001822ocjadzxkn6oj|13||200|0|0|32db7bae-6b4b-4865-96c0-4aa244d36e11|
|
||||
16:55:13||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/121 - Blu Cantrell - Hit 'Em Up Style (Oops!).mp3|8|2|1679846280|d27457927d7ac14519bf4b05b0020beb|10196680|00001823ocjadzxkn6oj|13||200|0|0|00c61d33-dbd5-40f8-a104-bbbb59769764|
|
||||
16:55:13||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/122 - JAY-Z - Run This Town.mp3|8|2|1679845739|931988f8888bf9dff7e23da1f7236c29|10868849|00001826ocjadzxkn6oj|13||200|0|0|d0a957b5-a723-46e8-9203-f79c5822bb4c|
|
||||
16:55:14||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/123 - Beyoncé - Sweet Dreams.mp3|8|2|1679846109|491de9719b6316ae62addfcc4cb3f1c6|8491431|00001825ocjadzxkn6oj|13||200|0|0|f0558307-182c-4209-978d-b6da6dff7d64|
|
||||
16:55:14||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/124 - Amy Winehouse - Tears Dry On Their Own.mp3|8|2|1679846087|da61d0c4fd9952fca6864426a488a27f|7576286|00001827ocjadzxkn6oj|13||200|0|0|b957d5ac-759d-4b19-b28c-40de27b976c5|
|
||||
16:55:14||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/125 - Katy Perry - Last Friday Night (T.G.I.F.).mp3|8|2|1679846077|53f60199b074ecd12a73b085246ec8d6|9397480|00001828ocjadzxkn6oj|13||200|0|0|703f6eff-5c49-459f-a79d-d8ef6b2331c9|
|
||||
16:55:14||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/127 - Rihanna - Pon de Replay (Album Version).mp3|8|2|1679845985|c91563b23f0d1da597fdbb93c2b86b31|8752790|00001832ocjadzxkn6oj|13||200|0|0|5f663517-927b-4076-a4c6-ece020156ab6|
|
||||
16:55:14||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/126 - Keane - Somewhere Only We Know.mp3|8|2|1679846236|136453ca843f416334cb46bdec7a4e07|9654448|00001829ocjadzxkn6oj|13||200|0|0|8fc2880a-e1ff-465c-87dc-c4f89c933f21|
|
||||
16:55:14||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/128 - The Black Eyed Peas - Meet Me Halfway.mp3|8|2|1679846024|0191bc2709d78981f99e6fa4f8bbcd85|11543703|00001836ocjadzxkn6oj|13||200|0|0|2a05bfdd-9971-4c4e-9b08-35c43490ab2e|
|
||||
16:55:15||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/129 - Justin Timberlake - Rock Your Body.mp3|8|2|1679846144|2841adf0688a1c1418ab759f3fa83c2e|10780848|00001837ocjadzxkn6oj|13||200|0|0|d073c4ae-7993-4397-8026-cb0ce8b75bac|
|
||||
||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️|8|2|1739148671|67a94d8015c43|0|00000288ocjadzxkn6oj|13||0|0|0||
|
||||
16:55:15||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/cover.jpg|8|2|1679845858|a9d335cd89e9dc308ac77a3f9f7cfbda|80052|00003180ocjadzxkn6oj|13||200|0|0|4b71e95d-3f48-45b9-b82d-b9a8714b4a91|
|
||||
16:55:15||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/130 - Florence + The Machine - Dog Days Are Over.mp3|8|2|1679846111|eefe3f62f501c7a8fd07bfc8051494a6|10204215|00001841ocjadzxkn6oj|13||200|0|0|ab2c7dc3-f2d3-4d88-bf0a-98a40b1db950|
|
||||
16:55:15||Music/Various Artists - 2000s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/131 - Robyn - Dancing On My Own (Radio Edit).mp3|8|2|1679846087|ed8c26bf5b112c482da62e0647dd1e68|11714962|00001844ocjadzxkn6oj|13||200|0|0|5a7d2937-5beb-4fc7-bd66-15143755d844|
|
||||
16:55:15||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/001 - Journey - Don't Stop Believin'.mp3|8|2|1679845581|7ad1720f7033e7c2349f415b3461c8f1|10299969|00001846ocjadzxkn6oj|13||200|0|0|b3ff0bc8-a86d-4055-963a-c53192cfbcd1|
|
||||
16:55:15||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/003 - Kenny Loggins - Danger Zone (From _Top Gun_ Original Soundtrack).mp3|8|2|1679845739|4ea529be54cee595bf259c74b3d23639|8943799|00001849ocjadzxkn6oj|13||200|0|0|2e3a248b-2d3d-4970-9311-26ae05442916|
|
||||
16:55:15||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/002 - Whitney Houston - I Wanna Dance with Somebody (Who Loves Me).mp3|8|2|1679845681|145f7d97ea19feba99e906894f51a161|11921746|00001848ocjadzxkn6oj|13||200|0|0|f333cb74-88dd-41ee-ad23-071928bcac04|
|
||||
16:55:16||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/004 - Michael Jackson - Billie Jean.mp3|8|2|1679845511|9292ab98a919c13e391871639dbfc8fd|12097172|00001856ocjadzxkn6oj|13||200|0|0|c0e49a00-de22-422f-a439-750b8e2a4e5a|
|
||||
16:55:16||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/005 - Toto - Africa.mp3|8|2|1679845515|c7c211b1ad7cef9f20321a26dd19e7f0|12179648|00001855ocjadzxkn6oj|13||200|0|0|d5816a6f-1f0f-496e-8d40-55b233b835f4|
|
||||
16:55:16||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/006 - AC_DC - You Shook Me All Night Long.mp3|8|2|1679845639|72144a176ab94d727cbc0a52783ba51d|8778641|00001854ocjadzxkn6oj|13||200|0|0|69838cb8-ad2f-4f5f-9d32-9322bd6e486c|
|
||||
16:55:16||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/007 - Survivor - Eye of the Tiger.mp3|8|2|1679845536|6bdea6665d7fed20ca0ad44e48b63cfd|10169328|00001860ocjadzxkn6oj|13||200|0|0|8676ed6d-a1d0-4bc4-ba94-55eca6d48f60|
|
||||
16:55:17||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/008 - Kate Bush - Running Up That Hill (A Deal With God) (2018 Remaster).mp3|8|2|1679845717|580d9f7190f6a6eb77591f268d67c4e7|12377311|00001863ocjadzxkn6oj|13||200|0|0|624042e5-da99-4c90-8520-f8413317bf16|
|
||||
16:55:17||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/009 - a-ha - Take on Me.mp3|8|2|1679845731|e29d89786d21a76e2b902b63e9ad0497|9446329|00001862ocjadzxkn6oj|13||200|0|0|a040812c-79d3-4cdb-8cd2-3c3c3ba50b65|
|
||||
16:55:17||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/010 - Billy Joel - Uptown Girl.mp3|8|2|1679845759|11dbee228b74b2aef8245d99f5e2b79f|8251899|00001865ocjadzxkn6oj|13||200|0|0|b3869aac-755d-4057-b361-84406e8b6f52|
|
||||
16:55:17||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/011 - Earth, Wind & Fire - Let's Groove.mp3|8|2|1679845751|0ccd240a76832c2c6e07ba2aeb4655c3|13627977|00001869ocjadzxkn6oj|13||200|0|0|81eff6d7-74cc-417c-a290-9cb4eb1b2a27|
|
||||
16:55:17||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/012 - The Outfield - Your Love.mp3|8|2|1679845553|50cf821df2a7673050445cb0d7a40002|9002145|00001866ocjadzxkn6oj|13||200|0|0|b052effd-93b3-4d31-b699-3e29b4bf4722|
|
||||
16:55:17||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/013 - Michael Jackson - Beat It.mp3|8|2|1679845637|932018ec72fffb9aa597f1f83623d6bb|10665649|00001872ocjadzxkn6oj|13||200|0|0|6d16510e-a545-4aea-ac4a-31d181527692|
|
||||
16:55:18||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/014 - Men At Work - Down Under.mp3|8|2|1679845568|059d2a9d8ec39e5a0abf52e1cb6bff8a|9280107|00001871ocjadzxkn6oj|13||200|0|0|2619ae0f-6b80-44e3-98f2-afd25f245f66|
|
||||
16:55:18||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/015 - Cyndi Lauper - Time After Time.mp3|8|2|1679845585|e30e845f536fb9b8eb8d0fcdef0f78df|9989615|00001873ocjadzxkn6oj|13||200|0|0|54403fb8-afed-4523-9c4e-96d4483e989c|
|
||||
16:55:18||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/016 - Prince - Raspberry Beret.mp3|8|2|1679845617|57d8f13eac1702ee61f231f22baf2386|8951019|00001876ocjadzxkn6oj|13||200|0|0|dffe71c8-dd1e-4379-880a-49dc20c5f884|
|
||||
16:55:18||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/017 - Europe - The Final Countdown.mp3|8|2|1679845674|93813d667c7c39a4a316ad580bf0b399|12813911|00001879ocjadzxkn6oj|13||200|0|0|79239559-ce72-4632-9f7a-289fdf2b78de|
|
||||
16:55:19||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/018 - The Police - Every Breath You Take.mp3|8|2|1679845552|eb47b850f8ef776d5cd4dbb9c1fefb50|10397149|00001883ocjadzxkn6oj|13||200|0|0|9ac64f1f-0a20-4d23-b3df-20786da78f29|
|
||||
16:55:18||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/019 - The B-52's - Love Shack.mp3|8|2|1679845548|f7db70f5730567cde361d2a872cd1738|13171493|00001884ocjadzxkn6oj|13||200|0|0|958ed573-c0ab-4fbb-b731-a10f3c0c079d|
|
||||
16:55:19||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/021 - Joan Jett and the Blackhearts - I Love Rock 'N Roll.mp3|8|2|1679845675|7e1f229cf417c9fb74745cebbde48dce|7350321|00001888ocjadzxkn6oj|13||200|0|0|4b0ae789-a22c-47a7-acee-e114e9fc191d|
|
||||
16:55:19||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/020 - George Michael - Careless Whisper.mp3|8|2|1679845567|801d66ad30e663db0d2b59f1bb1795a6|12347983|00001887ocjadzxkn6oj|13||200|0|0|52e19e20-d779-4a47-a1f5-89ea1392c3ff|
|
||||
16:55:19||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/023 - Journey - Separate Ways (Worlds Apart).mp3|8|2|1679845567|11a29b3d4584751eed7b4a0bfbac9c96|13291513|00001895ocjadzxkn6oj|13||200|0|0|64fbdb86-9e4c-4c08-b860-ba17e80faf43|
|
||||
16:55:19||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/022 - Ozzy Osbourne - Crazy Train.mp3|8|2|1679845602|f3a282d0d9c074914cb2daee156420a0|11983333|00001891ocjadzxkn6oj|13||200|0|0|81ac29cb-ebb0-48b2-8810-df7c7c226a37|
|
||||
16:55:20||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/024 - AC_DC - Back In Black.mp3|8|2|1679845516|68d3cfe5bd68be705692e1322298c599|10563287|00001899ocjadzxkn6oj|13||200|0|0|d60c1791-8470-459f-8ce3-5bd2c3cd3557|
|
||||
16:55:20||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/025 - Tears For Fears - Everybody Wants To Rule The World.mp3|8|2|1679845739|5752ecd40a5df3474042c768a6d909bd|10406762|00001900ocjadzxkn6oj|13||200|0|0|5b1d2ac7-ae15-4719-b981-c99684e7b089|
|
||||
16:55:20||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/027 - REO Speedwagon - Can't Fight This Feeling.mp3|8|2|1679845602|c6836dac230449cf2f59ab056fb5d7eb|12107642|00001906ocjadzxkn6oj|13||200|0|0|2e86b641-97e9-4b53-8857-4bdf93e51fa7|
|
||||
16:55:20||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/026 - Run DMC - Walk This Way (feat. Aerosmith).mp3|8|2|1679845594|9a70189ae3a7c4b6eddb40869eabebaa|12758661|00001903ocjadzxkn6oj|13||200|0|0|002eb80b-1bff-4ec2-a38d-a5332d98318c|
|
||||
16:55:21||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/028 - Cyndi Lauper - Girls Just Want to Have Fun.mp3|8|2|1679845473|b51def3c25e5af6eb00e4cedbd968512|9761843|00001905ocjadzxkn6oj|13||200|0|0|06f35331-6d13-4ce9-b773-7f83a6d1bd42|
|
||||
16:55:21||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/030 - Fleetwood Mac - Everywhere (2017 Remaster).mp3|8|2|1679845747|f6dd97625ff9ea93e738063b317decd6|9409717|00001909ocjadzxkn6oj|13||200|0|0|f8d815dc-0d61-4a9e-a5ea-367184b1fe3d|
|
||||
16:55:21||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/031 - Daryl Hall & John Oates - You Make My Dreams (Come True).mp3|8|2|1679845710|143f639458c960f708bafbb7987d50ca|7968861|00001910ocjadzxkn6oj|13||200|0|0|b78e1c77-a438-4dcd-be7b-b269d8646b96|
|
||||
16:55:21||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/029 - Bruce Springsteen - Dancing In the Dark.mp3|8|2|1679845570|fe9d89c53765ff1221dfa8aa6838809a|9995918|00001907ocjadzxkn6oj|13||200|0|0|72c73931-e686-4c8c-b5f5-05f8205c5f73|
|
||||
16:55:21||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/033 - Paul Simon - You Can Call Me Al.mp3|8|2|1679845623|e96591ca55fbb0d0f62e7c44845feee6|11398108|00001915ocjadzxkn6oj|13||200|0|0|6da411db-bd32-4698-8f1c-73ab49f767d6|
|
||||
16:55:21||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/032 - Michael Jackson - Thriller.mp3|8|2|1679845535|d1f9a5e526ca3a1ea7c75b6e8d913962|14634166|00001918ocjadzxkn6oj|13||200|0|0|e8f19f15-2ace-4a0a-9aa9-42600bfcdc82|
|
||||
16:55:22||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/034 - Berlin - Take My Breath Away (Love Theme from _Top Gun_).mp3|8|2|1679845602|1b16f611332d51a3e6d4a3e18b304ea9|10572763|00001917ocjadzxkn6oj|13||200|0|0|113a84a1-e9ff-4dbe-a558-e96555269626|
|
||||
16:55:22||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/035 - The Cure - Just Like Heaven.mp3|8|2|1679845746|00990b315731a2c888ce374bd2c884ca|8795467|00001919ocjadzxkn6oj|13||200|0|0|aba48808-c734-4e07-bf64-bf848699e0d1|
|
||||
16:55:22||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/036 - Elton John - I'm Still Standing.mp3|8|2|1679845731|d7d476463d1cef229f70c99b46c63016|7681508|00001920ocjadzxkn6oj|13||200|0|0|3c051914-dfe3-45f1-aadb-5a80d431d8d8|
|
||||
16:55:22||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/037 - Wham! - Wake Me Up Before You Go-Go.mp3|8|2|1679845640|29bae1c14e93dbdf53fe501ccfd25f9f|9596705|00001923ocjadzxkn6oj|13||200|0|0|326d3fa6-036e-45f3-9650-581583f4bbda|
|
||||
16:55:22||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/038 - Dolly Parton - 9 to 5.mp3|8|2|1679845454|2b5820fdcd328c3f68e0900cc2fab369|6842312|00001921ocjadzxkn6oj|13||200|0|0|b92d05bf-050c-49d8-bee3-cb943ee746cd|
|
||||
16:55:22||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/039 - Rick Springfield - Jessie's Girl.mp3|8|2|1679845497|5a960c5af1843b111915ee895b843bde|8058653|00001922ocjadzxkn6oj|13||200|0|0|f4ef596c-745b-42ef-a7d7-65e4eebe8717|
|
||||
16:55:23||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/040 - Kenny Loggins - Footloose.mp3|8|2|1679845738|7481a1f8470c263a0f2fd98a0eaf4402|9378343|00001926ocjadzxkn6oj|13||200|0|0|82e6ef1b-5324-4509-b622-b4692a1fb3cb|
|
||||
16:55:23||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/042 - Bonnie Tyler - Total Eclipse of the Heart.mp3|8|2|1679845655|0ce3d95cb51053aa436bfd4cf2b9852c|11145285|00001931ocjadzxkn6oj|13||200|0|0|7b933d0c-01d0-43bd-ac54-1a3318990288|
|
||||
16:55:23||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/041 - Stevie Nicks - Edge of Seventeen (2016 Remaster).mp3|8|2|1679845739|a4e78e88aaedd5a6060c35be05e5b3c9|13520547|00001929ocjadzxkn6oj|13||200|0|0|236c62c6-1705-4066-b319-73ba1aad2081|
|
||||
16:55:23||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/043 - Matthew Wilder - Break My Stride.mp3|8|2|1679845757|f8916cbf388a1b69d13d6cdc289089d6|7723262|00001930ocjadzxkn6oj|13||200|0|0|f1af8aba-107e-47e4-8aa7-c55c0fce0440|
|
||||
16:55:23||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/044 - Air Supply - All Out of Love.mp3|8|2|1679845717|a40a81d23445a65009a37554d85eeb0b|9987499|00001934ocjadzxkn6oj|13||200|0|0|4356b0b5-a3d9-4c00-8e0d-1da4381c1317|
|
||||
16:55:23||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/045 - Alice Cooper - Poison.mp3|8|2|1679845585|26f019534aa6d4e9ae64151081676f30|11105583|00001937ocjadzxkn6oj|13||200|0|0|6fafd732-13ef-4c06-8a4d-9229585a3d53|
|
||||
16:55:24||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/046 - ABBA - Lay All Your Love On Me.mp3|8|2|1679845738|d7d6dec3f545a1bdba7a059434baf863|11243569|00001938ocjadzxkn6oj|13||200|0|0|e147099e-b0f6-4abb-bca6-209c27434935|
|
||||
16:55:24||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/047 - Quiet Riot - Cum on Feel the Noize.mp3|8|2|1679845757|a336b9ac5fbd1172b2ecd032468e64af|11855851|00001943ocjadzxkn6oj|13||200|0|0|50bffc1e-2718-404a-a9b7-015a92e9794f|
|
||||
16:55:24||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/048 - Journey - Any Way You Want It.mp3|8|2|1679845756|66fd2feb649208045cb998d4e0654e0c|9150552|00001941ocjadzxkn6oj|13||200|0|0|e248f379-cdce-4f6b-9167-1ee132839f25|
|
||||
16:55:24||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/049 - Eric Carmen - Hungry Eyes (From _Dirty Dancing_ Soundtrack).mp3|8|2|1679845674|050397f35a9b29c95767f3fdf872c774|10386740|00001947ocjadzxkn6oj|13||200|0|0|e4eb90d2-14aa-4d43-bce2-feb857def159|
|
||||
16:55:24||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/050 - Marvin Gaye - Sexual Healing.mp3|8|2|1679845598|e53f2a6935fb1aa5c67274e1231007e6|9935302|00001945ocjadzxkn6oj|13||200|0|0|ae9c9d0c-916b-4152-9971-c708e74808d9|
|
||||
16:55:24||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/051 - Deniece Williams - Let's Hear It for the Boy (From _Footloose_ Original Soundtrack).mp3|8|2|1679845676|48e888adbcbb35e27e21f90ef8922048|10768288|00001951ocjadzxkn6oj|13||200|0|0|82c783bc-cf7c-49ba-816e-37acc1ef0663|
|
||||
16:55:25||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/052 - Dead Or Alive - You Spin Me Round (Like a Record).mp3|8|2|1679845739|d1a99e90b499ea49a26eadc067ed6622|8105783|00001950ocjadzxkn6oj|13||200|0|0|c2fc103e-4bbd-47d4-a04d-9b9f633113ac|
|
||||
16:55:25||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/053 - Daryl Hall & John Oates - Maneater.mp3|8|2|1679845745|f30bf28140b19d2c9ed46c03abfde207|11223679|00001954ocjadzxkn6oj|13||200|0|0|19145d37-ddfe-4409-b244-2c25a4acdea1|
|
||||
16:55:25||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/054 - Sade - Smooth Operator (Single Version).mp3|8|2|1679845548|957aa72fe5be4d929a7ef73989238a4d|10691786|00001958ocjadzxkn6oj|13||200|0|0|d4576c24-e164-4d91-9399-d8988d3c2e84|
|
||||
16:55:25||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/055 - Toto - Rosanna.mp3|8|2|1679845642|35f9d47ae2d7b1b41d8c40bc51be5801|13477366|00001963ocjadzxkn6oj|13||200|0|0|ef34cb87-749c-432c-8a34-0a51cf741ba1|
|
||||
16:55:26||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/057 - REO Speedwagon - Keep on Loving You.mp3|8|2|1679845754|7453e90dea003546e5dd80f8aa16a3b7|8355395|00001962ocjadzxkn6oj|13||200|0|0|5029ad34-e056-459d-acfd-43319003c336|
|
||||
16:55:25||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/056 - Fleetwood Mac - Gypsy.mp3|8|2|1679845580|26b0339e4d6caace783f9b48d09127cd|10939382|00001961ocjadzxkn6oj|13||200|0|0|66bcef27-e3e7-49d9-a6a3-4f78256bb6bc|
|
||||
16:55:26||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/058 - Eddie Money - Take Me Home Tonight.mp3|8|2|1679845602|7a1da3de707fb6f7cfba1d9f0d67d4cf|8784956|00001964ocjadzxkn6oj|13||200|0|0|55c23549-b971-42b2-84b7-3a1fa6c1cb3c|
|
||||
16:55:26||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/060 - Billy Joel - It's Still Rock and Roll to Me.mp3|8|2|1679845598|66bc6c41030afcf50c24a63cbad7a0d6|7401412|00001966ocjadzxkn6oj|13||200|0|0|3e40061b-1ce8-4586-8eb5-99f8c0d65ce8|
|
||||
16:55:26||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/059 - Whitney Houston - How Will I Know.mp3|8|2|1679845751|4fe5cc5178db186b163b02951618a4a7|11364790|00001969ocjadzxkn6oj|13||200|0|0|1a5e6740-6d1d-40f5-8570-241aeb863a88|
|
||||
16:55:26||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/061 - Madonna - Material Girl.mp3|8|2|1679845643|866d51c2f2da5de83b9c39994ff50a92|9955079|00001968ocjadzxkn6oj|13||200|0|0|febbcb61-e544-489a-8c74-ed5ecd40f6f3|
|
||||
16:55:27||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/063 - Men At Work - Who Can It Be Now_.mp3|8|2|1679845731|4f5264df3155a9980db08ac6b8d12750|8447297|00001972ocjadzxkn6oj|13||200|0|0|cf3b662f-9194-4790-baf9-ac9b311a0162|
|
||||
16:55:27||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/062 - Ray Parker Jr. - Ghostbusters.mp3|8|2|1679845574|7e253986a4fdc136b46688b3fb60d6fc|10270689|00001973ocjadzxkn6oj|13||200|0|0|11e9a9b7-0a76-43c0-88f6-ce4d7cb317e1|
|
||||
16:55:27||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/064 - The Pointer Sisters - I'm So Excited.mp3|8|2|1679845740|4030e909ad7adeb7347f26e16594c32a|9480858|00001974ocjadzxkn6oj|13||200|0|0|080f78d1-5317-421a-b287-cd26656a5f56|
|
||||
16:55:27||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/065 - Bruce Springsteen - Glory Days.mp3|8|2|1679845552|39dc1641c44b616b089bede7e4fe913d|10532974|00001978ocjadzxkn6oj|13||200|0|0|85baf53d-f561-4409-93ab-fbac7c1ff573|
|
||||
16:55:27||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/067 - Run DMC - It's Tricky.mp3|8|2|1679845511|a4d976a55552211a387fe81ee25bd098|7707601|00001977ocjadzxkn6oj|13||200|0|0|3bb2cbbb-7006-4c3f-8d6c-50eb4ff3267e|
|
||||
16:55:27||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/066 - Michael Jackson - Rock with You (Single Version).mp3|8|2|1679845752|8943e8f9dacbfe3fc4a47e58c4469e99|9157931|00001980ocjadzxkn6oj|13||200|0|0|0331f751-d4fa-41c3-b899-9ae0b85e38e2|
|
||||
16:55:28||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/068 - Midnight Oil - Beds Are Burning (Remastered).mp3|8|2|1679845609|95daa609a041b21c52af825559dc39e0|10570649|00001982ocjadzxkn6oj|13||200|0|0|24dc6831-a472-4833-abc2-99c13c753ca6|
|
||||
16:55:28||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/069 - The Bangles - Eternal Flame.mp3|8|2|1679845640|9d41ae249332ec39f766b142389e7523|9783772|00001983ocjadzxkn6oj|13||200|0|0|415f213f-220b-4d4c-854b-ca7a4d8c2426|
|
||||
16:55:28||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/070 - Luther Vandross - Never Too Much.mp3|8|2|1679845606|8f0064c85838d33cb24b5905f57cefba|9562255|00001986ocjadzxkn6oj|13||200|0|0|a44f1d58-fa08-4454-a3b4-a5bdde37b64c|
|
||||
16:55:28||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/071 - Dexys Midnight Runners - Come On Eileen (Single Edit).mp3|8|2|1679845726|4ff61667f5dc86d8d4f4610fa18f78a7|8581462|00001984ocjadzxkn6oj|13||200|0|0|b8d4a92f-98f8-4180-bdc8-3396c215d5be|
|
||||
16:55:28||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/072 - Journey - Open Arms.mp3|8|2|1679845553|73d2cddcfdd2eddee589a24fba6f70c1|8290577|00001985ocjadzxkn6oj|13||200|0|0|7911686d-3a4d-4673-a79b-1ea42641bd56|
|
||||
16:55:28||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/073 - Joan Jett and the Blackhearts - I Hate Myself for Loving You.mp3|8|2|1679845757|d7afb1b3bc0d71608cb94d9eecfa3bed|10215499|00001992ocjadzxkn6oj|13||200|0|0|3efffa25-91c9-48cb-9ec7-fb222ac826e1|
|
||||
16:55:29||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/074 - Philip Bailey - Easy Lover.mp3|8|2|1679845602|394b0689ffc0fd13cededf509b79bf15|12516272|00001994ocjadzxkn6oj|13||200|0|0|3dc01330-4018-4620-ae95-f3ed3adf18b5|
|
||||
16:55:29||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/075 - Judas Priest - You've Got Another Thing Coming.mp3|8|2|1679845553|2e4206402a29aa6bb7fe98b5b9c5ade7|12698111|00001998ocjadzxkn6oj|13||200|0|0|96fc47ec-79be-4ca7-97e9-185f9cf3f0b9|
|
||||
16:55:29||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/076 - Diana Ross - I'm Coming Out.mp3|8|2|1679845643|70a762c9dfd58b1090a2d218a6bd2d34|13247680|00002001ocjadzxkn6oj|13||200|0|0|8c65d2c7-db36-4c5d-bc0b-82a07579131a|
|
||||
16:55:29||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/077 - The Alan Parsons Project - Eye In The Sky.mp3|8|2|1679845537|624d9553fb626cf343a41bfdc069630b|11316691|00002002ocjadzxkn6oj|13||200|0|0|0b4383e4-565b-41e7-8201-d2b30643cae1|
|
||||
16:55:29||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/078 - Roy Orbison - You Got It.mp3|8|2|1679845705|ce57deb907f7e99ae19cc1a5445c6221|8748279|00002000ocjadzxkn6oj|13||200|0|0|5e151323-2d30-484e-b914-674aca8ba17f|
|
||||
16:55:30||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/079 - Bruce Hornsby - The Way It Is.mp3|8|2|1679845617|c1230ae5b4628fffad55292c3827d409|12305190|00002007ocjadzxkn6oj|13||200|0|0|b611cc47-bba9-44e7-b80d-387f5ce8aad5|
|
||||
16:55:30||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/080 - Whitney Houston - Saving All My Love for You.mp3|8|2|1679845547|900659e4fa1c72a0f9aa8ebecaad511f|9882057|00002005ocjadzxkn6oj|13||200|0|0|a35fd73f-7581-49a4-a74d-eff20560fca4|
|
||||
16:55:30||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/081 - New Order - True Faith.mp3|8|2|1679845516|0acd28e81a895d00ed10459d6628fb38|14510829|00002010ocjadzxkn6oj|13||200|0|0|1035d492-2f84-4aa0-8356-bfe6fbccce3e|
|
||||
16:55:30||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/082 - Daryl Hall & John Oates - Private Eyes.mp3|8|2|1679845738|c2113852b941790fee5a39e36ca690a7|9061849|00002009ocjadzxkn6oj|13||200|0|0|d9609519-38a1-4356-952d-f0aac1f9f463|
|
||||
16:55:30||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/083 - Living Colour - Cult of Personality.mp3|8|2|1679845681|bed93b372dc2ac038b55aa6006b51d80|12136961|00002016ocjadzxkn6oj|13||200|0|0|b77f3d81-66a8-4711-b77d-fdfdda2fbed0|
|
||||
16:55:31||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/084 - Cheap Trick - The Flame.mp3|8|2|1679845519|7edbac0ae7a6fe20277debb3cde7beab|13886014|00002017ocjadzxkn6oj|13||200|0|0|d65e4348-f792-4558-b6fd-cbe10d8d3554|
|
||||
16:55:31||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/085 - A Flock Of Seagulls - I Ran (So Far Away) (Single Edit).mp3|8|2|1679845752|3811f7a2ff70139d107fd175cd1cf49f|9141300|00002015ocjadzxkn6oj|13||200|0|0|cab80485-65ec-48a2-86b1-4cc382f1c4af|
|
||||
16:55:31||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/086 - Fleetwood Mac - Little Lies (2017 Remaster).mp3|8|2|1679845747|80b281c20af690affe944f667a0e3c3c|9186112|00002018ocjadzxkn6oj|13||200|0|0|44bf1207-b1fd-4e31-b8fd-3bc71da94b85|
|
||||
16:55:31||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/087 - Cyndi Lauper - True Colors.mp3|8|2|1679845750|a3262d2576c6a7efb95a2d8eae90bdd2|9390880|00002020ocjadzxkn6oj|13||200|0|0|a4ce7cdd-9172-446a-bc04-0eb5f4bf7838|
|
||||
16:55:31||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/089 - Steve Perry - Oh Sherrie.mp3|8|2|1679845701|6e0c1c97a4ea7ac43c7b1d8a15d7e1f6|9498554|00002023ocjadzxkn6oj|13||200|0|0|b7c64b6f-e92f-495c-bc44-4132cb695d2e|
|
||||
16:55:31||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/088 - Mr. Mister - Broken Wings.mp3|8|2|1679845598|d454c79aa7a25646e12d57e9a88900d2|14101275|00002024ocjadzxkn6oj|13||200|0|0|a7a00ae2-ce76-4f73-a718-ad14470c3be7|
|
||||
16:55:32||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/090 - Daryl Hall & John Oates - I Can't Go for That (No Can Do).mp3|8|2|1679845751|1fcea95cfa47fc176b3652ec585b2178|12641631|00002026ocjadzxkn6oj|13||200|0|0|d3a33ca0-c025-4884-8aec-2fc65c21cfe5|
|
||||
16:55:32||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/091 - Grover Washington, Jr. - Just the Two of Us (feat. Bill Withers).mp3|8|2|1679845602|9ca1e4243ea948af35d020a79c7ee1ae|17883976|00002035ocjadzxkn6oj|13||200|0|0|ecdb34cf-46bd-4710-93c7-09acf6f4ad37|
|
||||
16:55:33||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/093 - Thompson Twins - Hold Me Now.mp3|8|2|1679845567|061373076ccaeb25c4f731d97603173c|11654185|00002033ocjadzxkn6oj|13||200|0|0|e2ff824c-f8a1-4864-80e0-ed1c415a0046|
|
||||
16:55:33||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/094 - Billy Joel - We Didn't Start the Fire.mp3|8|2|1679845573|ff8db8682a120eb456c9d06ebaa1083e|11852657|00002036ocjadzxkn6oj|13||200|0|0|bd4101fd-02be-4970-84c2-98c6766845e4|
|
||||
16:55:32||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/092 - Survivor - Burning Heart (From _Rocky IV_ Soundtrack).mp3|8|2|1679845630|a0d5486ed8bae517d654ecb70807b933|9572815|00002029ocjadzxkn6oj|13||200|0|0|fe7a8bef-04a4-4382-b4e9-439766690fbe|
|
||||
16:55:33||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/095 - Paul Young - Every Time You Go Away (Radio Edit).mp3|8|2|1679845609|ec179a6a14367815f1a10196ca79c0e1|11024085|00002042ocjadzxkn6oj|13||200|0|0|4036d124-01d2-46e7-8f36-45f6e2ac5b3d|
|
||||
16:55:33||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/096 - Billy Ocean - Get Outta My Dreams, Get Into My Car.mp3|8|2|1679845565|0592912629d2880f8458266dcbe15e5f|11697043|00002045ocjadzxkn6oj|13||200|0|0|4afb71d1-d59a-43d0-9ec2-96e4eaf3612a|
|
||||
16:55:34||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/099 - The Pointer Sisters - Jump (Original Mix).mp3|8|2|1679845745|b151c55a957bb173db6f02986743c0a2|10846532|00002055ocjadzxkn6oj|13||200|0|0|4e275075-5874-4c4b-af27-d613d3802c38|
|
||||
16:55:34||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/098 - Taylor Dayne - Tell It to My Heart.mp3|8|2|1679845553|0c4c2a585524a86897a5b22919f32b52|9178792|00002047ocjadzxkn6oj|13||200|0|0|29ca870f-d1c3-44ec-a72a-f049e14a32a3|
|
||||
16:55:34||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/097 - Bill Medley - (I've Had) The Time of My Life (From _Dirty Dancing_ Soundtrack).mp3|8|2|1679845575|dbb99036bf846ba254fe9c34463f9776|11946992|00002044ocjadzxkn6oj|13||200|0|0|2a2f2e49-101f-45a2-9b53-ffa7783378cf|
|
||||
16:55:34||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/cover.jpg|8|2|1679845748|51854783e57f08a32607a282c4e516e3|167756|00003183ocjadzxkn6oj|13||200|0|0|8d0dec59-695c-40ac-8c5b-9d5458875296|
|
||||
||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️|8|2|1739148671|67a94d7f8be79|0|00002050ocjadzxkn6oj|13||0|0|0||
|
||||
16:55:34||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/100 - INXS - Never Tear Us Apart.mp3|8|2|1679845602|0f71a0b28cf7054ea425989ca64361e5|7727382|00002049ocjadzxkn6oj|13||200|0|0|0a715ea0-1ce9-404c-89b5-bbe5f3f5d68e|
|
||||
16:55:35||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/002 - Backstreet Boys - I Want It That Way.mp3|8|2|1679845740|825202413fb946887fb43a6cab935ddb|8825950|00002057ocjadzxkn6oj|13||200|0|0|8d9e84b1-2ffb-4abc-9bab-915c3e9017c8|
|
||||
16:55:34||Music/Various Artists - 80s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/101 - Irene Cara - Fame.mp3|8|2|1679845593|defec9b2a83e5fa262c094e3b7b86625|12986679|00002052ocjadzxkn6oj|13||200|0|0|b3195c4d-fc75-473f-841d-e0aa9ba7c181|
|
||||
16:55:35||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/003 - Destiny's Child - Say My Name.mp3|8|2|1679845529|36c26a3148ed2e17a183b8dcddddb4d4|11146825|00002060ocjadzxkn6oj|13||200|0|0|325c44c0-3ee6-42d8-bff8-11a63ba4ba98|
|
||||
16:55:34||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/001 - TLC - No Scrubs.mp3|8|2|1679845448|fe3b8213586eeb477e18b44c3271362c|8869760|00002053ocjadzxkn6oj|13||200|0|0|26dc408a-d9ca-45d3-805a-19723b2b3271|
|
||||
16:55:35||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/004 - Pearl Jam - Even Flow.mp3|8|2|1679845665|196cbb333bea49fb13e4547d0e79e946|11997153|00002064ocjadzxkn6oj|13||200|0|0|1c9d0b69-cb8d-40f1-80cc-4e4c61932309|
|
||||
16:55:35||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/005 - Spice Girls - Wannabe.mp3|8|2|1679845429|614f7df04a063b7430a4a3681186c791|7214879|00002062ocjadzxkn6oj|13||200|0|0|30f5cf58-885b-4d27-ad6b-afa1ce939289|
|
||||
16:55:35||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/006 - _NSYNC - Bye Bye Bye.mp3|8|2|1679845779|8bb7f2320b4c0eb1aa82fbf0101e3e58|8316005|00002063ocjadzxkn6oj|13||200|0|0|3e57d3ca-c9b5-4d23-9d70-7c6a3a4003b1|
|
||||
16:55:36||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/008 - Christina Aguilera - Come on over Baby (All I Want Is You) (Radio Version).mp3|8|2|1679845745|d5582a71f74520c86bab857cefc893ff|8488696|00002066ocjadzxkn6oj|13||200|0|0|9568b84a-ce02-4df6-81e2-8aee88bcdbb1|
|
||||
16:55:36||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/007 - Mariah Carey - Fantasy.mp3|8|2|1679845750|371a3842205f17dd66ea86c806de854e|10033810|00002070ocjadzxkn6oj|13||200|0|0|ad5cf785-1fff-43be-9429-91ef7d9a15eb|
|
||||
16:55:36||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/009 - Will Smith - Gettin' Jiggy Wit It.mp3|8|2|1679845600|48e27b8bd701567e1c06a5957309f270|9443544|00002067ocjadzxkn6oj|13||200|0|0|c306ceff-1889-43d2-a33a-7d4bde7dfdf6|
|
||||
16:55:36||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/011 - Britney Spears - ...Baby One More Time.mp3|8|2|1679845802|8d4132bf59efba26c647e410457aad1f|8736100|00002072ocjadzxkn6oj|13||200|0|0|78f50383-9a77-42dc-9fd1-a8518172106f|
|
||||
16:55:36||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/010 - Roxette - It Must Have Been Love (From the Film _Pretty Woman_).mp3|8|2|1679845677|3690705a20f715e1b5290b2fab2ee2dc|10645364|00002073ocjadzxkn6oj|13||200|0|0|db1f9f8d-fb02-47da-b131-918f17d9da67|
|
||||
16:55:36||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/012 - Will Smith - Miami.mp3|8|2|1679845798|65695ad1bee137646b4216156a80e5e3|8189653|00002075ocjadzxkn6oj|13||200|0|0|93862a95-584c-489d-8cfd-b869e4c97b22|
|
||||
16:55:37||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/013 - Jennifer Lopez - If You Had My Love.mp3|8|2|1679845544|ef9503e9bac3e043185b737e228f677d|10933603|00002078ocjadzxkn6oj|13||200|0|0|e6c585ed-bcb6-4589-ad89-4e700c7deb13|
|
||||
16:55:37||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/014 - TLC - Waterfalls.mp3|8|2|1679845758|1a4df0cc688d3dff85df60ca7d6616b2|11473720|00002084ocjadzxkn6oj|13||200|0|0|6306bc52-3f0f-4470-aa35-09eb7f77f578|
|
||||
16:55:37||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/015 - Coolio - Gangsta's Paradise.mp3|8|2|1679845724|14fc74760e40fb17c760593551acba93|9922168|00002079ocjadzxkn6oj|13||200|0|0|d0eacfc0-22c7-4f4c-be1d-3919e1a57cc0|
|
||||
16:55:37||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/016 - Lit - My Own Worst Enemy.mp3|8|2|1679845783|7c189d68571c7c1b52eda9ed60d16b83|7054867|00002080ocjadzxkn6oj|13||200|0|0|7f2cc068-58a8-46a5-904f-62cd0c539cfd|
|
||||
16:55:38||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/017 - Destiny's Child - Jumpin', Jumpin'.mp3|8|2|1679845570|3d1edba7e59764a6254c85f714a88f3f|9502023|00002081ocjadzxkn6oj|13||200|0|0|b918e619-0391-400d-a1c2-6cc8e75846d9|
|
||||
16:55:38||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/018 - Mariah Carey - Always Be My Baby.mp3|8|2|1679845719|9291c697ad1e6f2edb5ac5c83b56b954|10618986|00002088ocjadzxkn6oj|13||200|0|0|78e48fe6-9035-465e-ba51-3c597a8978da|
|
||||
16:55:38||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/020 - Lou Bega - Mambo No. 5 (a Little Bit of...).mp3|8|2|1679845788|2129e16e350ed3cdb92ff019fa204bd4|9106006|00002089ocjadzxkn6oj|13||200|0|0|e6a64922-0c72-4d62-8560-7c3ccd323518|
|
||||
16:55:38||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/021 - Santana - Smooth (feat. Rob Thomas).mp3|8|2|1679845577|43d76ad353d80c6ca91c22732fc133e7|12133073|00002092ocjadzxkn6oj|13||200|0|0|472b90d9-0a04-4c37-8fd3-8f06df8c6a35|
|
||||
16:55:38||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/019 - _NSYNC - It's Gonna Be Me.mp3|8|2|1679845695|a198f31dcaa2b7865faddc5133607589|7935661|00002085ocjadzxkn6oj|13||200|0|0|bfeaae20-1f52-4af8-b971-1704c953101b|
|
||||
16:55:38||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/023 - TLC - Creep.mp3|8|2|1679845711|cbdc73459c5820d5a74807ccaac5b6cf|11034725|00002098ocjadzxkn6oj|13||200|0|0|404e518b-ee22-4407-97fd-94e93e57be2a|
|
||||
16:55:39||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/022 - Jennifer Lopez - Waiting for Tonight.mp3|8|2|1679845678|47351a26f311aee3a1261e424d9196c2|10150922|00002097ocjadzxkn6oj|13||200|0|0|30a3ba67-6de9-4c92-a81d-8130cdf9b9dd|
|
||||
16:55:39||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/025 - Ricky Martin - Livin' la Vida Loca.mp3|8|2|1679845709|cbd1a4e10e0b3c68912686fc0a1ede6a|10028610|00002103ocjadzxkn6oj|13||200|0|0|dd743cf5-f0d2-4f5d-98d3-895dc65545b4|
|
||||
16:55:39||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/024 - Britney Spears - Oops!...I Did It Again.mp3|8|2|1679845478|0bf163dc5287effe01399cc0bb925f3a|8727723|00002096ocjadzxkn6oj|13||200|0|0|50e03ce4-a6b6-4a05-ba99-9e819b417acd|
|
||||
16:55:39||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/026 - _NSYNC - Tearin' up My Heart (Radio Edit).mp3|8|2|1679845769|99c78174633241c7398415b80350de7c|8835344|00002101ocjadzxkn6oj|13||200|0|0|95f65e17-a4fa-493e-9612-fe584fd8893f|
|
||||
16:55:39||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/027 - Macy Gray - I Try.mp3|8|2|1679845798|0f6e6e486ea78e1988be4a2dceedb432|9568835|00002102ocjadzxkn6oj|13||200|0|0|ab11e20f-7b01-43cd-972e-92264a9131d3|
|
||||
16:55:39||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/028 - Michael Jackson - Black or White (Single Version).mp3|8|2|1679845768|8dd416f9773ace7beb8187931521d5ac|8234565|00002105ocjadzxkn6oj|13||200|0|0|cee04ec5-6c62-4a84-9f46-f150ca2a24eb|
|
||||
16:55:40||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/029 - Dido - Thank You.mp3|8|2|1679845678|5edee5bdefd2c09a7537f84352d0393e|9030694|00002104ocjadzxkn6oj|13||200|0|0|ea87b348-7029-4df3-837e-f76465deeb1e|
|
||||
16:55:40||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/030 - AC_DC - Thunderstruck.mp3|8|2|1679845808|0e9d2fceadff8ddf3767385eb6a5c26d|12008633|00002109ocjadzxkn6oj|13||200|0|0|97fb8c8f-7bc0-45f3-9eb3-8d767e224550|
|
||||
16:55:40||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/032 - Britney Spears - (You Drive Me) Crazy.mp3|8|2|1679845422|35332022a736cb654205d8e4a48f7a1e|8216881|00002110ocjadzxkn6oj|13||200|0|0|c07e8cbf-7c4a-4331-ad20-e516e98fabdc|
|
||||
16:55:40||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/033 - Ginuwine - Pony.mp3|8|2|1679845735|a24707f4bbadfadef2f58bf61e5b4a11|10362948|00002118ocjadzxkn6oj|13||200|0|0|ac483043-957e-4393-9302-a3019b64b0c4|
|
||||
16:55:40||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/031 - Santana - Maria Maria (feat. The Product G&B).mp3|8|2|1679845443|2816c34f3f8ee36a3cfe2f39c63256d4|10831357|00002114ocjadzxkn6oj|13||200|0|0|3336d2e7-caf8-482b-ac4a-91f1191a407f|
|
||||
16:55:41||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/035 - Pras - Ghetto Supastar (That is What You Are) (feat. Ol' Dirty Bastard & Mýa).mp3|8|2|1679845700|5fc7d9b81aa56fce52b9457dc0967b13|10739457|00002121ocjadzxkn6oj|13||200|0|0|09254cf9-4554-4fc2-9962-438ac05a28d1|
|
||||
16:55:40||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/034 - Rage Against the Machine - Killing In The Name.mp3|8|2|1679845595|c190e82f0194fa3ad45abe23b6b7bdfa|12836405|00002119ocjadzxkn6oj|13||200|0|0|931b6956-2349-462a-8723-826fc5fb0370|
|
||||
16:55:41||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/036 - Will Smith - Men In Black (From _Men In Black_ Soundtrack).mp3|8|2|1679845401|92c4bd7f4676c638000a001c389e8305|9376725|00002124ocjadzxkn6oj|13||200|0|0|13baeff6-e42a-475d-893e-08deeff08dd7|
|
||||
16:55:41||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/038 - Céline Dion - My Heart Will Go On (Love Theme from _Titanic_).mp3|8|2|1679845735|ae39528a5b33e4db091224853a31260e|11543803|00002129ocjadzxkn6oj|13||200|0|0|449ea21d-e9a5-4b99-8808-14cfd21498c0|
|
||||
16:55:41||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/037 - A Tribe Called Quest - Can I Kick It_.mp3|8|2|1679845562|9b3056d064ea62f6de7ebffdf4c68b00|10359914|00002130ocjadzxkn6oj|13||200|0|0|5632c4da-b056-43cd-8753-26c4eb4114c5|
|
||||
16:55:42||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/040 - Fugees - Ready or Not.mp3|8|2|1679845454|60045ade454663be277f95a1d67a3271|9373595|00002134ocjadzxkn6oj|13||200|0|0|12595c8d-69dc-4a1a-8b1d-461d5462fe87|
|
||||
16:55:42||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/039 - Prince - The Most Beautiful Girl In the World.mp3|8|2|1679845632|3b98317fcb6cc3bedbceea62e69857f2|10906265|00002131ocjadzxkn6oj|13||200|0|0|ace502ed-7262-49af-a5bd-09bd1b1999ea|
|
||||
16:55:42||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/041 - Savage Garden - Truly Madly Deeply.mp3|8|2|1679845676|1dc8df8ce31299c2038e1519ee0320dc|11386980|00002137ocjadzxkn6oj|13||200|0|0|cb26fe48-11f4-43a2-a345-ed1e90eca955|
|
||||
16:55:42||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/042 - Natalie Imbruglia - Torn.mp3|8|2|1679845558|62a4d060638e35527469ba38292a2a09|10086101|00002139ocjadzxkn6oj|13||200|0|0|54325a1e-e312-4644-958c-3cb506d186a5|
|
||||
16:55:42||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/043 - Crazy Town - Butterfly.mp3|8|2|1679845786|fed337a05ca471b3c765ede42cfc4e8c|8962890|00002138ocjadzxkn6oj|13||200|0|0|c650c77a-0bb5-4a10-af7f-51f4717f8e33|
|
||||
16:55:42||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/045 - Fiona Apple - Criminal.mp3|8|2|1679845564|10ff2197abdad0f5089b17f185f5b248|13961537|00002149ocjadzxkn6oj|13||200|0|0|abd48637-9f6f-42ab-a07e-af8d2f21277a|
|
||||
16:55:43||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/046 - Michael Jackson - Remember the Time.mp3|8|2|1679845740|c6cfbd88014da821167407b107d0cb67|9879237|00002142ocjadzxkn6oj|13||200|0|0|a5825302-1e0d-4c1d-8cfa-f921db2db386|
|
||||
16:55:43||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/047 - Christina Aguilera - Genie In a Bottle.mp3|8|2|1679845712|1d0d22600ba21aeee5765e8d9d72c457|8980593|00002145ocjadzxkn6oj|13||200|0|0|1d7ac459-a7a7-4a54-b62b-6e2acfcf4d0d|
|
||||
16:55:42||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/044 - Céline Dion - It's All Coming Back to Me Now.mp3|8|2|1679845561|9427561b650ab9670c7f358ceff4a51e|18567519|00002146ocjadzxkn6oj|13||200|0|0|e7240b77-ea00-4f75-91b3-a050e28dc604|
|
||||
16:55:43||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/048 - Take That - Back For Good (Radio Mix).mp3|8|2|1679845511|39521931fd181e2205771987557a028d|9902211|00002148ocjadzxkn6oj|13||200|0|0|d2d1cc7f-4c3d-46de-a0b0-f7413e8e7ceb|
|
||||
16:55:43||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/049 - Mazzy Star - Fade Into You.mp3|8|2|1679845517|926c375952177821f5f5ebf6940f0507|12117403|00002154ocjadzxkn6oj|13||200|0|0|e4c5b165-09e4-4e49-94ff-bc22cba36ac2|
|
||||
16:55:44||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/051 - Spin Doctors - Two Princes.mp3|8|2|1679845667|ca8ed90ccea5f445c673de73c8dea3df|10581391|00002155ocjadzxkn6oj|13||200|0|0|006af3e0-6d9f-47b9-b933-8d79ea4cd746|
|
||||
16:55:44||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/050 - LEN - Steal My Sunshine (Single Version).mp3|8|2|1679845808|25e6858047f6ece672dbcc22bcc8e922|8752783|00002151ocjadzxkn6oj|13||200|0|0|2c433782-d560-4438-b917-8ba020c27545|
|
||||
16:55:44||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/052 - Kris Kross - Jump.mp3|8|2|1679845793|a5c18ee68674d13e9eaf91bda13e846e|8098003|00002156ocjadzxkn6oj|13||200|0|0|cbac3fcf-6f9b-4dba-b2cd-3ea403e52b87|
|
||||
16:55:44||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/053 - Destiny's Child - Independent Women, Pt. 1.mp3|8|2|1679845535|ccc652d6cb28600a1753da6d7a6648a2|9159367|00002158ocjadzxkn6oj|13||200|0|0|f4e1d95d-ea2d-413f-be1b-692f16bb2f21|
|
||||
16:55:44||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/055 - Christina Aguilera - What a Girl Wants.mp3|8|2|1679845508|223811dd2b0508f959fc4218da523dda|8899092|00002160ocjadzxkn6oj|13||200|0|0|ace52428-fcb0-44de-a466-78876db7ccc6|
|
||||
16:55:44||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/054 - Spice Girls - Step To Me (7'' Mix).mp3|8|2|1679845411|952a8610e0d852cf282be92c199540fb|10105060|00002165ocjadzxkn6oj|13||200|0|0|53a30f76-1a7f-45aa-b025-7081eedeba56|
|
||||
16:55:45||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/057 - Cypress Hill - Insane in the Brain.mp3|8|2|1679845509|1f10b50446c12eb0df9ad2a9bab9a576|8624314|00002163ocjadzxkn6oj|13||200|0|0|cb43f1e7-b340-47ae-81b7-e43b83c298b5|
|
||||
16:55:45||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/056 - Whitney Houston - I Will Always Love You.mp3|8|2|1679845665|ca87b91f7aed5f433d09ab232b63e6e7|11158221|00002164ocjadzxkn6oj|13||200|0|0|8da451a9-3b36-4c28-b394-2b270c6f66b9|
|
||||
16:55:45||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/058 - Foo Fighters - Learn to Fly.mp3|8|2|1679845448|d008731ab88d526e9eda1a947e20345d|9685916|00002167ocjadzxkn6oj|13||200|0|0|3fccd3fa-0c59-4b26-a5c6-1a3b079f9831|
|
||||
16:55:45||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/059 - Brandy - The Boy Is Mine.mp3|8|2|1679845792|6a3b83d56ce000b3de6bd9a1b6c7ed33|12085131|00002173ocjadzxkn6oj|13||200|0|0|e17c2c73-ff4d-42e4-a259-cd08a3a6b0a3|
|
||||
16:55:45||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/060 - George Michael - Freedom! '90 (Edit).mp3|8|2|1679845508|ca060dba16e3a6bbd23f08cbde8a4bba|13166429|00002172ocjadzxkn6oj|13||200|0|0|87a8e792-2b23-4ef8-a483-dd78bf24e306|
|
||||
16:55:45||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/061 - Foo Fighters - Everlong.mp3|8|2|1679845686|f13825e0bd3372f1732db373eb8e18c7|10292984|00002175ocjadzxkn6oj|13||200|0|0|d90096b3-d826-47f1-ab20-d2179b232ced|
|
||||
16:55:46||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/063 - Warrant - Cherry Pie.mp3|8|2|1679845422|76873a145890342247251b4a0329e608|8334836|00002179ocjadzxkn6oj|13||200|0|0|72df28fc-3068-4914-a37e-0714bee7d0bf|
|
||||
16:55:45||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/062 - Michael Jackson - They Don't Care About Us.mp3|8|2|1679845790|43a427a4feb6398a44439621a5ff703b|11659710|00002178ocjadzxkn6oj|13||200|0|0|e8f1851d-d5eb-446d-a217-54dbdff14f0e|
|
||||
16:55:46||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/064 - Shania Twain - That Don't Impress Me Much.mp3|8|2|1679845798|86cfb790ff43daf2c6d24e61c467dde0|9851132|00002180ocjadzxkn6oj|13||200|0|0|b0def21d-2b54-48b0-a08e-eaf6c8699c27|
|
||||
16:55:46||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/065 - Jamiroquai - Virtual Insanity (Remastered).mp3|8|2|1679845795|3ce158ec8875b700ff05a146069fdd61|9468642|00002182ocjadzxkn6oj|13||200|0|0|4abea566-93de-40ca-9d16-8d706033479e|
|
||||
16:55:46||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/067 - Eve 6 - Inside Out.mp3|8|2|1679845581|559aba8a8104565d767ce1fc73941028|9072443|00002183ocjadzxkn6oj|13||200|0|0|6fef3c0a-817e-416e-ae04-dcaec90ea892|
|
||||
16:55:46||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/068 - Train - Meet Virginia.mp3|8|2|1679845808|522b387de57ab0be161f47af1fcb945b|9890662|00002185ocjadzxkn6oj|13||200|0|0|1288970c-1e85-4489-8cf5-53cdde063694|
|
||||
16:55:46||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/066 - Mariah Carey - Fantasy (feat. O.D.B.).mp3|8|2|1679845535|410b92d410562bf4f3de16fb50ee260b|11887650|00002189ocjadzxkn6oj|13||200|0|0|c093398f-5ee8-4543-aaa7-55b135f5cf74|
|
||||
16:55:47||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/069 - The Goo Goo Dolls - Iris.mp3|8|2|1679845616|d0f477bc0f705dc9a45c5dc43fd2b0b1|11889828|00002190ocjadzxkn6oj|13||200|0|0|a5a6f61d-1195-4aea-be00-b3c15c10b206|
|
||||
16:55:47||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/072 - Alice In Chains - Would_.mp3|8|2|1679845425|7c409502660bec6003e0486e3cc2a2a4|8616902|00002194ocjadzxkn6oj|13||200|0|0|7f10554b-e07f-47c3-af7c-d4eec355b547|
|
||||
16:55:47||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/071 - Lauryn Hill - Doo Wop (That Thing).mp3|8|2|1679845515|8edf1e1602a1ac36b6e80d4ff8700164|9950210|00002193ocjadzxkn6oj|13||200|0|0|a63e7bf9-f22d-4153-8eda-0922cf27c808|
|
||||
16:55:47||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/070 - Mariah Carey - Hero.mp3|8|2|1679845790|14a92f9cf34d7b8777a4669a2f8cf2e3|10603208|00002192ocjadzxkn6oj|13||200|0|0|63f3ca88-150c-4518-b16c-ddc804458d32|
|
||||
16:55:48||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/073 - Alice In Chains - Man in the Box.mp3|8|2|1679845718|d4590c5e6c5b6a032f5d9d2b1a581a19|11753709|00002202ocjadzxkn6oj|13||200|0|0|5bc09493-1839-422a-86a2-07e604df0cc6|
|
||||
16:55:48||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/074 - Whitney Houston - It's Not Right But It's Okay.mp3|8|2|1679845485|2659988daf906f707a0b397786d31fc8|11990001|00002201ocjadzxkn6oj|13||200|0|0|1416a426-e438-475d-86a2-2338cc772fbb|
|
||||
16:55:48||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/075 - Korn - Freak On a Leash.mp3|8|2|1679845739|c16286a13d4d1eb3a610b1e5868f8224|10589770|00002204ocjadzxkn6oj|13||200|0|0|12b5f4f6-189a-4674-bea6-a15d2b08b149|
|
||||
16:55:48||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/076 - Nas - If I Ruled the World (Imagine That) (feat. Lauryn Hill).mp3|8|2|1679845800|ec1837225daff7f47f18d7e80ff8865e|11588830|00002208ocjadzxkn6oj|13||200|0|0|21504e9c-50a3-4c23-af8f-4aa00bc290f6|
|
||||
16:55:49||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/077 - Cypress Hill - Hits from the Bong.mp3|8|2|1679845619|01a0bca8a50a25388c76951e237f0c3b|6728920|00002205ocjadzxkn6oj|13||200|0|0|44ab46fd-ad55-4648-a795-13d50359b9af|
|
||||
16:55:49||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/078 - Toni Braxton - Un-Break My Heart.mp3|8|2|1679845731|9ac3e731d1d9fca9316798e5b2e7136f|11059868|00002212ocjadzxkn6oj|13||200|0|0|831c3d8a-6135-48da-8a0e-ec12e96c66d9|
|
||||
16:55:49||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/079 - Whitney Houston - I Have Nothing.mp3|8|2|1679845532|f80cba069fd73c0bf09b132c22a1d5fe|11933475|00002215ocjadzxkn6oj|13||200|0|0|f13caeb7-8cd8-4d1e-b6e7-1f855c866c45|
|
||||
16:55:49||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/080 - Annie Lennox - Walking on Broken Glass.mp3|8|2|1679845588|5e8387a7408340ca0ed48ed114cfac09|10425656|00002216ocjadzxkn6oj|13||200|0|0|8fd16a72-0e52-445b-a07a-2ed846b9ebaa|
|
||||
16:55:49||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/081 - Tal Bachman - She's so High.mp3|8|2|1679845803|fba721776141a15cd562760cd6667f1a|9281460|00002217ocjadzxkn6oj|13||200|0|0|dca531c1-01c2-4256-9b0e-3d2a4d103fb7|
|
||||
16:55:49||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/082 - Soul Asylum - Runaway Train (2022 Remaster).mp3|8|2|1679845453|761e1bcbd9dd90b4236b8b0c7d6a3ebf|10956450|00002222ocjadzxkn6oj|13||200|0|0|902f453c-ec87-46c2-80e2-02c9d1be9ca8|
|
||||
16:55:49||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/083 - Mark Morrison - Return of the Mack.mp3|8|2|1679845466|66146b60523dca8098dc75a4950775a7|8817549|00002221ocjadzxkn6oj|13||200|0|0|4f83b753-9933-4d2a-a150-dbf047367aa3|
|
||||
16:55:50||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/084 - Destiny's Child - Bills, Bills, Bills.mp3|8|2|1679845616|96c8a5c13dfc032298f4c2d68f2849ab|10535490|00002224ocjadzxkn6oj|13||200|0|0|0e5c5b57-85ef-4424-bcd9-b5a8331e7f57|
|
||||
16:55:50||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/085 - The La's - There She Goes.mp3|8|2|1679845513|cf0571a1c6768aa622fe67b8eca831ba|6780011|00002225ocjadzxkn6oj|13||200|0|0|9bf2f34f-ef4f-4654-900c-ef8f7f701741|
|
||||
16:55:50||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/086 - Shania Twain - Man! I Feel Like A Woman!.mp3|8|2|1679845736|35d00f8bfb3c564b1945ee4fd8b52e44|9642161|00002226ocjadzxkn6oj|13||200|0|0|dba3bd40-2e22-4326-87bf-1537e7a4de3e|
|
||||
16:55:50||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/087 - Fuel - Shimmer.mp3|8|2|1679845726|cd174646470d96f91563357726fc4dad|8856111|00002228ocjadzxkn6oj|13||200|0|0|0e29d1af-9f59-4f8b-8f21-92b66fc37424|
|
||||
16:55:50||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/088 - Shawn Colvin - Sunny Came Home.mp3|8|2|1679845400|1c5fef7fc733780dfc5b7cd489c3b33f|10883322|00002234ocjadzxkn6oj|13||200|0|0|944495c5-1a17-4512-b8ae-eb3e9845bf39|
|
||||
16:55:51||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/090 - Pearl Jam - Last Kiss.mp3|8|2|1679845726|61ccfcb07ed641aa0591095626e8aa03|8119515|00002232ocjadzxkn6oj|13||200|0|0|e89c24ad-4a06-4663-9698-b43ab079613d|
|
||||
16:55:51||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/089 - Céline Dion - Because You Loved Me (Theme from _Up Close and Personal_).mp3|8|2|1679845639|d2c68a7af061f389a028339eaca26367|11277392|00002233ocjadzxkn6oj|13||200|0|0|35fdad33-c8f8-4927-acd5-dea0516353a9|
|
||||
16:55:51||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/091 - Westlife - If I Let You Go (Radio Edit).mp3|8|2|1679845658|abcbc7e5882e814996aa097dac3e9b92|9227223|00002235ocjadzxkn6oj|13||200|0|0|9618d95f-2620-41cd-bed4-044b83a19d41|
|
||||
16:55:51||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/092 - Pearl Jam - Daughter (Remastered).mp3|8|2|1679845677|072180d4b26ce56550e9d248bbdad657|9667290|00002236ocjadzxkn6oj|13||200|0|0|3b45582d-f55c-439e-894f-f393c21e330d|
|
||||
16:55:51||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/094 - Cake - The Distance.mp3|8|2|1679845474|f154a9fe25225d67e94c7b6ed191cc29|7477922|00002239ocjadzxkn6oj|13||200|0|0|a472f669-46cd-41bc-b8b3-3b3720fbc7bc|
|
||||
16:55:51||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/093 - AC_DC - Are You Ready.mp3|8|2|1679845623|ff8b50cc22b9ee3277dafe24204d0c86|10307543|00002240ocjadzxkn6oj|13||200|0|0|e8d8528e-5f31-4fe2-9230-5285299097a1|
|
||||
16:55:52||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/095 - B_Witched - C'Est La Vie (Album Version).mp3|8|2|1679845495|c711b7e7e6a73dc9f48aff200c009377|7253518|00002241ocjadzxkn6oj|13||200|0|0|4855d64d-518a-4e96-b278-f4ce7c04844c|
|
||||
16:55:52||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/096 - Ghost Town DJs - My Boo (Hitman's Club Mix).mp3|8|2|1679845806|a84527788be04863cfeef87be3dca771|14167498|00002248ocjadzxkn6oj|13||200|0|0|091a1844-fc65-48e6-b8b1-46f9c535379f|
|
||||
16:55:52||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/097 - Whitney Houston - My Love Is Your Love.mp3|8|2|1679845639|69511655bf2c73bdb8d2991f12f7f3a4|10756952|00002249ocjadzxkn6oj|13||200|0|0|a345e664-15c2-4a20-8572-b48006b389b2|
|
||||
16:55:52||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/098 - Ginuwine - Differences.mp3|8|2|1679845537|cb07ae9b891494e32d5c333fa09da5ff|10927202|00002250ocjadzxkn6oj|13||200|0|0|ab834537-588f-4c28-bc29-eb9a5d4693a3|
|
||||
16:55:52||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/099 - Wyclef Jean - Gone Till November (feat. The New York Philharmonic Orchestra).mp3|8|2|1679845678|bd7ea82d7fc50933e7a2bbca1176062b|8766624|00002251ocjadzxkn6oj|13||200|0|0|ed00c352-05af-412a-9aae-eb1a431b2359|
|
||||
16:55:53||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/100 - SWV - Weak.mp3|8|2|1679845534|27cb14b8f429df4b5089487147a90113|11980386|00002258ocjadzxkn6oj|13||200|0|0|ef2721d8-e217-4758-b89f-0cc8c30530d2|
|
||||
16:55:53||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/103 - Sarah McLachlan - Building a Mystery.mp3|8|2|1679845474|5c7329f43bdd6368ac4ca821cf47097a|10203141|00002265ocjadzxkn6oj|13||200|0|0|35c63ab9-1fa7-4a05-86b1-1bf9016bd704|
|
||||
16:55:53||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/101 - Lauryn Hill - Ex-Factor.mp3|8|2|1679845508|7edb084dd968d2fd7bfadb9a997b5406|13355496|00002259ocjadzxkn6oj|13||200|0|0|a646bd4d-5e26-4cdb-9a13-9b01a6c0554d|
|
||||
16:55:53||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/102 - Fugees - Fu-Gee-La.mp3|8|2|1679845451|354b78a4467804b3eed59a486da5e086|10069505|00002261ocjadzxkn6oj|13||200|0|0|4a192bd3-ee5e-4ad4-a484-b9d5789c6540|
|
||||
16:55:53||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/104 - A Tribe Called Quest - Rap Promoter.mp3|8|2|1679845798|386a8742624d7a283363a73445be4f31|5613987|00002262ocjadzxkn6oj|13||200|0|0|9dd141dc-c0f4-401f-b726-d5e707705604|
|
||||
16:55:54||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/107 - Alanis Morissette - You Oughta Know (2015 Remaster).mp3|8|2|1679845739|1b70516f34699fa866899a3bd5a1cb9d|10273213|00002274ocjadzxkn6oj|13||200|0|0|ceefa22d-8b25-448b-9dfd-4e6c548047e7|
|
||||
16:55:53||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/106 - Toni Braxton - He Wasn't Man Enough.mp3|8|2|1679845692|742c5c3ade00e4fb63a04aa77fda526a|10754945|00002271ocjadzxkn6oj|13||200|0|0|74280dbc-847e-4b25-89ad-fcae695a0ad1|
|
||||
16:55:53||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/105 - Salt-N-Pepa - Whatta Man.mp3|8|2|1679845807|f4891c49317991c2c534be57f7efb126|12657708|00002268ocjadzxkn6oj|13||200|0|0|a765f8d1-6341-4fe2-a6a2-bf6c3ccd6a17|
|
||||
16:55:54||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/109 - Alanis Morissette - Hand In My Pocket.mp3|8|2|1679845417|35c26613624bedd36c0036296665a2fc|9162416|00002276ocjadzxkn6oj|13||200|0|0|8fb9286a-6190-403c-ba17-537afb42d1f8|
|
||||
16:55:54||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/108 - Aaliyah - Back & Forth.mp3|8|2|1679845696|fcc623b526598208910e36517583eba4|9469689|00002273ocjadzxkn6oj|13||200|0|0|d0716a89-5ff9-471e-ae19-58c0e17d55fa|
|
||||
16:55:54||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/110 - Bone Thugs-N-Harmony - Tha Crossroads.mp3|8|2|1679845454|6356c196f8b5b92a98030e2335f3bba2|9235533|00002277ocjadzxkn6oj|13||200|0|0|3f42c069-8416-4143-97b1-44ae4173e955|
|
||||
16:55:55||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/111 - Nas - The World Is Yours (Explicit Album Version).mp3|8|2|1679845731|aa333f62bed19bbd37c00417e6cc601d|11912622|00002280ocjadzxkn6oj|13||200|0|0|b57402bd-74b1-4f77-b28d-2edecd62e0bd|
|
||||
16:55:55||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/112 - Crystal Waters - Gypsy Woman (She's Homeless) (La Da Dee La Da Da) (Basement Boy Strip To The Bone Mix).mp3|8|2|1679845796|c3c31739cc800fba68aed0a22f476994|18367153|00002283ocjadzxkn6oj|13||200|0|0|c94f4b58-917e-4cba-90df-cc70b9ccfe83|
|
||||
16:55:55||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/113 - Bruce Springsteen - Streets of Philadelphia (Single Edit).mp3|8|2|1679845482|e0cb248e86614e6804972736a269b94b|8066355|00002281ocjadzxkn6oj|13||200|0|0|a144d7f9-8f46-4061-8882-c6ad32cec164|
|
||||
16:55:55||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/115 - Fugees - Killing Me Softly With His Song.mp3|8|2|1679845448|133731b9baa9189638d7d088f04adfc6|11904267|00002288ocjadzxkn6oj|13||200|0|0|8e8b27a1-5931-4153-ae22-322fa12cfec6|
|
||||
16:55:55||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/114 - Destiny's Child - Survivor.mp3|8|2|1679845761|f32e35ce988350485f424dc45efce6c8|9932511|00002285ocjadzxkn6oj|13||200|0|0|9b203d26-6264-418b-8c97-1aaa3d0449ef|
|
||||
16:55:56||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/117 - The Goo Goo Dolls - Slide.mp3|8|2|1679845608|a3a0b76be615b9e2b02ecbb52a592553|8776788|00002289ocjadzxkn6oj|13||200|0|0|14ecd0d2-e0ad-4648-816e-6e47825a3b44|
|
||||
16:55:56||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/116 - Incubus - Drive.mp3|8|2|1679845800|2c45036f97ab8047fe35686a28db5cdc|9611753|00002287ocjadzxkn6oj|13||200|0|0|6e04d694-c2a7-4f47-b4e2-bda99629607b|
|
||||
16:55:56||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/118 - Usher - You Make Me Wanna.mp3|8|2|1679845709|ea23bd90617e377f0cb6c9917793fec0|9079839|00002291ocjadzxkn6oj|13||200|0|0|e1d375f2-823c-4382-ab4c-1e3443387c1e|
|
||||
16:55:56||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/119 - Brooks & Dunn - Neon Moon.mp3|8|2|1679845480|119b4de2a78e5f2b1e7a37dacc8684f7|10748470|00002296ocjadzxkn6oj|13||200|0|0|8767051b-196d-4d8f-a85e-1c6a754bf7ba|
|
||||
16:55:56||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/121 - The Bucketheads - The Bomb! (These Sound Fall into My Mind) [Radio Edit].mp3|8|2|1679845453|5c0f99fd1d71585ded9f5de589f7ea1f|8411234|00002295ocjadzxkn6oj|13||200|0|0|094f593f-0607-41cb-9b1b-337310443a25|
|
||||
16:55:57||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/cover.jpg|8|2|1679845513|394be909933c5df512314713daf03ad7|142836|00003182ocjadzxkn6oj|13||200|0|0|dfe52399-a2c2-40d0-8890-143e2cd85245|
|
||||
16:55:56||Music/Various Artists - 90s Throwbacks Hits (2023) Mp3 320kbps [PMEDIA] ⭐️/120 - Spice Girls - Who Do You Think You Are.mp3|8|2|1679845652|1a5f2dacc5f0c313acb10c0f33d5da26|9922267|00002292ocjadzxkn6oj|13||200|0|0|5ce706a9-de75-4d37-b115-cc608149aa92|
|
||||
#=#=#=# Syncrun finished 2025-03-12T16:55:57Z (last step: 64298 msec, total: 64864 msec)
|
||||
#=#=#=# Syncrun started 2025-03-12T16:56:10Z
|
||||
#=#=#=#=# Propagation starts 2025-03-12T16:56:10Z (last step: 149 msec, total: 149 msec)
|
||||
#=#=#=# Syncrun finished 2025-03-12T16:56:10Z (last step: 22 msec, total: 172 msec)
|
||||
#=#=#=# Syncrun started 2025-03-12T17:03:24Z
|
||||
#=#=#=#=# Propagation starts 2025-03-12T17:03:25Z (last step: 99 msec, total: 99 msec)
|
||||
17:03:25||SCAR-iT/Documents/Scar-Sales-Pitch.odp|64|1|1741799003|95fae913dfcca3d663acd4499f382fcc|1750915|00042692ocjadzxkn6oj|13||204|3208854|1741795428|eca2b436-29a5-46ad-b0f0-e66a12d3be22|
|
||||
#=#=#=# Syncrun finished 2025-03-12T17:03:25Z (last step: 403 msec, total: 503 msec)
|
||||
#=#=#=# Syncrun started 2025-03-12T17:03:27Z
|
||||
#=#=#=#=# Propagation starts 2025-03-12T17:03:27Z (last step: 224 msec, total: 224 msec)
|
||||
#=#=#=# Syncrun finished 2025-03-12T17:03:27Z (last step: 16 msec, total: 240 msec)
|
||||
#=#=#=# Syncrun started 2025-03-12T17:03:29Z
|
||||
#=#=#=#=# Propagation starts 2025-03-12T17:03:29Z (last step: 100 msec, total: 100 msec)
|
||||
#=#=#=# Syncrun finished 2025-03-12T17:03:29Z (last step: 9 msec, total: 109 msec)
|
||||
#=#=#=# Syncrun started 2025-03-12T17:03:33Z
|
||||
#=#=#=#=# Propagation starts 2025-03-12T17:03:33Z (last step: 96 msec, total: 96 msec)
|
||||
#=#=#=# Syncrun finished 2025-03-12T17:03:33Z (last step: 9 msec, total: 105 msec)
|
||||
#=#=#=# Syncrun started 2025-03-12T17:04:12Z
|
||||
#=#=#=#=# Propagation starts 2025-03-12T17:04:12Z (last step: 85 msec, total: 85 msec)
|
||||
#=#=#=# Syncrun finished 2025-03-12T17:04:12Z (last step: 9 msec, total: 94 msec)
|
||||
BIN
Arch/archtop/home/user/.config/Nextcloud/cookies0.db
Normal file
BIN
Arch/archtop/home/user/.config/Nextcloud/cookies0.db
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
48
Arch/archtop/home/user/.config/Nextcloud/nextcloud.cfg
Normal file
48
Arch/archtop/home/user/.config/Nextcloud/nextcloud.cfg
Normal file
@ -0,0 +1,48 @@
|
||||
[General]
|
||||
clientVersion=3.16.2daily
|
||||
confirmExternalStorage=true
|
||||
desktopEnterpriseChannel=daily
|
||||
isVfsEnabled=false
|
||||
launchOnSystemStartup=true
|
||||
newBigFolderSizeLimit=500
|
||||
optionalServerNotifications=true
|
||||
overrideLocalDir=
|
||||
overrideServerUrl=
|
||||
promptDeleteAllFiles=false
|
||||
showCallNotifications=true
|
||||
showChatNotifications=true
|
||||
useNewBigFolderSizeLimit=true
|
||||
|
||||
[Accounts]
|
||||
0\Folders\1\ignoreHiddenFiles=false
|
||||
0\Folders\1\journalPath=.sync_0c44cea9f2c0.db
|
||||
0\Folders\1\localPath=/home/ganome/Nextcloud/
|
||||
0\Folders\1\paused=false
|
||||
0\Folders\1\targetPath=/
|
||||
0\Folders\1\version=2
|
||||
0\Folders\1\virtualFilesMode=off
|
||||
0\authType=webflow
|
||||
0\dav_user=Ganome
|
||||
0\displayName=Ganome
|
||||
0\encryptionCertificateSha256Fingerprint=@ByteArray()
|
||||
0\networkDownloadLimit=0
|
||||
0\networkDownloadLimitSetting=-2
|
||||
0\networkProxyHostName=
|
||||
0\networkProxyNeedsAuth=false
|
||||
0\networkProxyPort=0
|
||||
0\networkProxySetting=0
|
||||
0\networkProxyType=2
|
||||
0\networkProxyUser=
|
||||
0\networkUploadLimit=0
|
||||
0\networkUploadLimitSetting=-2
|
||||
0\serverColor=@Variant(\0\0\0\x43\x1\xff\xff\0\0\x82\x82\xc9\xc9\0\0)
|
||||
0\serverHasValidSubscription=false
|
||||
0\serverTextColor=@Variant(\0\0\0\x43\x1\xff\xff\xff\xff\xff\xff\xff\xff\0\0)
|
||||
0\serverVersion=30.0.5.1
|
||||
0\url=https://nc.ganomehome.com
|
||||
0\version=13
|
||||
0\webflow_user=Ganome
|
||||
version=13
|
||||
|
||||
[Settings]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x1\x8f\0\0\0\x1b\0\0\x4\xb0\0\0\x3|\0\0\x2\x14\0\0\0#\0\0\x5\x33\0\0\x3\x82\0\0\0\0\x2\0\0\0\x6@\0\0\x1\x90\0\0\0\x1c\0\0\x4\xaf\0\0\x3{)
|
||||
@ -0,0 +1,3 @@
|
||||
[General]
|
||||
launchOnSystemStartup=true
|
||||
promptDeleteAllFiles=false
|
||||
@ -0,0 +1,45 @@
|
||||
[General]
|
||||
clientVersion=3.15.3daily
|
||||
confirmExternalStorage=true
|
||||
desktopEnterpriseChannel=daily
|
||||
isVfsEnabled=false
|
||||
launchOnSystemStartup=true
|
||||
newBigFolderSizeLimit=500
|
||||
optionalServerNotifications=true
|
||||
overrideLocalDir=
|
||||
overrideServerUrl=
|
||||
promptDeleteAllFiles=false
|
||||
showCallNotifications=true
|
||||
showChatNotifications=true
|
||||
useNewBigFolderSizeLimit=true
|
||||
|
||||
[Accounts]
|
||||
0\Folders\1\ignoreHiddenFiles=false
|
||||
0\Folders\1\journalPath=.sync_0c44cea9f2c0.db
|
||||
0\Folders\1\localPath=/home/ganome/Nextcloud/
|
||||
0\Folders\1\paused=false
|
||||
0\Folders\1\targetPath=/
|
||||
0\Folders\1\version=2
|
||||
0\Folders\1\virtualFilesMode=off
|
||||
0\authType=webflow
|
||||
0\dav_user=Ganome
|
||||
0\displayName=Ganome
|
||||
0\networkDownloadLimit=0
|
||||
0\networkDownloadLimitSetting=-2
|
||||
0\networkProxyHostName=
|
||||
0\networkProxyNeedsAuth=false
|
||||
0\networkProxyPort=0
|
||||
0\networkProxySetting=0
|
||||
0\networkProxyType=2
|
||||
0\networkProxyUser=
|
||||
0\networkUploadLimit=0
|
||||
0\networkUploadLimitSetting=-2
|
||||
0\serverColor=@Variant(\0\0\0\x43\x1\xff\xff\0\0\x82\x82\xc9\xc9\0\0)
|
||||
0\serverHasValidSubscription=false
|
||||
0\serverTextColor=@Variant(\0\0\0\x43\x1\xff\xff\xff\xff\xff\xff\xff\xff\0\0)
|
||||
0\serverVersion=30.0.5.1
|
||||
0\url=https://nc.ganomehome.com
|
||||
0\version=1
|
||||
|
||||
[Settings]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x2\x14\0\0\0\x65\0\0\b?\0\0\x3\xb0\0\0\x2\x14\0\0\0\x65\0\0\x5\x33\0\0\x3\xc4\0\0\0\0\x2\0\0\0\x6@\0\0\x2\x14\0\0\0\x65\0\0\b?\0\0\x3\xb0)
|
||||
53
Arch/archtop/home/user/.config/Nextcloud/sync-exclude.lst
Normal file
53
Arch/archtop/home/user/.config/Nextcloud/sync-exclude.lst
Normal file
@ -0,0 +1,53 @@
|
||||
# This file contains fixed global exclude patterns
|
||||
|
||||
*~
|
||||
~$*
|
||||
.~lock.*
|
||||
~*.tmp
|
||||
]*.~*
|
||||
]Icon\r*
|
||||
].DS_Store
|
||||
].ds_store
|
||||
*.textClipping
|
||||
._*
|
||||
]Thumbs.db
|
||||
]photothumb.db
|
||||
System Volume Information
|
||||
|
||||
.*.sw?
|
||||
.*.*sw?
|
||||
|
||||
].TemporaryItems
|
||||
].Trashes
|
||||
].DocumentRevisions-V100
|
||||
].Trash-*
|
||||
.fseventd
|
||||
.apdisk
|
||||
.Spotlight-V100
|
||||
|
||||
.directory
|
||||
|
||||
*.part
|
||||
*.filepart
|
||||
*.crdownload
|
||||
|
||||
*.kate-swp
|
||||
*.gnucash.tmp-*
|
||||
|
||||
.synkron.*
|
||||
.sync.ffs_db
|
||||
.symform
|
||||
.symform-store
|
||||
.fuse_hidden*
|
||||
*.unison
|
||||
.nfs*
|
||||
|
||||
# (default) metadata files created by Syncthing
|
||||
.stfolder
|
||||
.stignore
|
||||
.stversions
|
||||
|
||||
My Saved Places.
|
||||
|
||||
|
||||
*.sb-*
|
||||
8
Arch/archtop/home/user/.config/QtProject.conf
Normal file
8
Arch/archtop/home/user/.config/QtProject.conf
Normal file
@ -0,0 +1,8 @@
|
||||
[FileDialog]
|
||||
history=file:///home/ganome, file:///bin, file:///home/ganome/Documents
|
||||
lastVisited=file:///home/ganome/Documents
|
||||
qtVersion=5.15.16
|
||||
shortcuts=file:, file:///home/ganome
|
||||
sidebarWidth=91
|
||||
treeViewHeader=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1\xbf\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\0\xea\0\0\0\x1\0\0\0\0\0\0\0\x37\0\0\0\x1\0\0\0\0\0\0\0\x39\0\0\0\x1\0\0\0\0\0\0\0\x65\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff)
|
||||
viewMode=Detail
|
||||
11
Arch/archtop/home/user/.config/autostart/Nextcloud.desktop
Normal file
11
Arch/archtop/home/user/.config/autostart/Nextcloud.desktop
Normal file
@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Name=Nextcloud
|
||||
GenericName=File Synchronizer
|
||||
Exec="/usr/bin/nextcloud" --background
|
||||
Terminal=false
|
||||
Icon=Nextcloud
|
||||
Categories=Network
|
||||
Type=Application
|
||||
StartupNotify=false
|
||||
X-GNOME-Autostart-enabled=true
|
||||
X-GNOME-Autostart-Delay=10
|
||||
Binary file not shown.
10
Arch/archtop/home/user/.config/dolphinrc
Normal file
10
Arch/archtop/home/user/.config/dolphinrc
Normal file
@ -0,0 +1,10 @@
|
||||
[General]
|
||||
Version=202
|
||||
ViewPropsTimestamp=2025,3,25,10,55,26.685
|
||||
|
||||
[KFileDialog Settings]
|
||||
Places Icons Auto-resize=false
|
||||
Places Icons Static Size=22
|
||||
|
||||
[MainWindow]
|
||||
MenuBar=Disabled
|
||||
2
Arch/archtop/home/user/.config/flameshot/flameshot.ini
Normal file
2
Arch/archtop/home/user/.config/flameshot/flameshot.ini
Normal file
@ -0,0 +1,2 @@
|
||||
[General]
|
||||
savePath=/home/ganome/Documents
|
||||
43
Arch/archtop/home/user/.config/ghostty/config
Normal file
43
Arch/archtop/home/user/.config/ghostty/config
Normal file
@ -0,0 +1,43 @@
|
||||
# This is the configuration file for Ghostty.
|
||||
#
|
||||
# This template file has been automatically created at the following
|
||||
# path since Ghostty couldn't find any existing config files on your system:
|
||||
#
|
||||
# /home/ganome/.config/ghostty/config
|
||||
#
|
||||
# The template does not set any default options, since Ghostty ships
|
||||
# with sensible defaults for all options. Users should only need to set
|
||||
# options that they want to change from the default.
|
||||
#
|
||||
# Run `ghostty +show-config --default --docs` to view a list of
|
||||
# all available config options and their default values.
|
||||
#
|
||||
# Additionally, each config option is also explained in detail
|
||||
# on Ghostty's website, at https://ghostty.org/docs/config.
|
||||
|
||||
# Config syntax crash course
|
||||
# ==========================
|
||||
# # The config file consists of simple key-value pairs,
|
||||
# # separated by equals signs.
|
||||
# font-family = Iosevka
|
||||
# window-padding-x = 2
|
||||
#
|
||||
# # Spacing around the equals sign does not matter.
|
||||
# # All of these are identical:
|
||||
# key=value
|
||||
# key= value
|
||||
# key =value
|
||||
# key = value
|
||||
#
|
||||
# # Any line beginning with a # is a comment. It's not possible to put
|
||||
# # a comment after a config option, since it would be interpreted as a
|
||||
# # part of the value. For example, this will have a value of "#123abc":
|
||||
# background = #123abc
|
||||
#
|
||||
# # Empty values are used to reset config keys to default.
|
||||
# key =
|
||||
#
|
||||
# # Some config options have unique syntaxes for their value,
|
||||
# # which is explained in the docs for that config option.
|
||||
# # Just for example:
|
||||
# resize-overlay-duration = 4s 200ms
|
||||
11
Arch/archtop/home/user/.config/gtk-2.0/gtkfilechooser.ini
Normal file
11
Arch/archtop/home/user/.config/gtk-2.0/gtkfilechooser.ini
Normal file
@ -0,0 +1,11 @@
|
||||
[Filechooser Settings]
|
||||
LocationMode=path-bar
|
||||
ShowHidden=false
|
||||
ShowSizeColumn=true
|
||||
GeometryX=380
|
||||
GeometryY=147
|
||||
GeometryWidth=840
|
||||
GeometryHeight=630
|
||||
SortColumn=name
|
||||
SortOrder=ascending
|
||||
StartupMode=recent
|
||||
@ -1,237 +1,101 @@
|
||||
#Split-Monitor-Workspaces Setup
|
||||
plugin {
|
||||
split-monitor-workspaces {
|
||||
count = 10
|
||||
}
|
||||
}
|
||||
source = ~/.config/hypr/hyprland/env.conf
|
||||
source = ~/.config/hypr/hyprland/exec.conf
|
||||
source = ~/.config/hypr/hyprland/plugin.conf
|
||||
source = ~/.config/hypr/hyprland/bind.conf
|
||||
source = ~/.config/hypr/hyprland/windowrule.conf
|
||||
|
||||
monitor=ieDP-1,1600x900@60,0x0,1 #60hz refresh rate on eDP-1 - "hyprctl monitors"
|
||||
#monitor=DP-1,1920x1080@120,0x0,1 #120hz refresh rate on DP-1 - "hyprctl monitors"
|
||||
#monitor=DP-1,highres,0x0,1,vrr,1 #Variable refresh rate
|
||||
monitor=DP-1,1920x1080@60,0x0,1 #75hz refresh rate on DP-1 - "hyprctl monitors"
|
||||
monitor=HDMI-A-1, 1920x1080@60, 1920x0, 1 #60hz on HDMI-A-1
|
||||
|
||||
# monitor=HDMI-A-1, 1920x1080@60, 1920x0, 1 #60hz on HDMI-A-1
|
||||
#monitor=,preferred,auto,1
|
||||
#monitor=DP-1,1920x1080@119,0x0,1 #120hz refresh rate on DP-1 - "hyprctl monitors"
|
||||
#monitor=DP-1,highres,0x0,1,vrr,1 #Variable refresh rate
|
||||
|
||||
general {
|
||||
gaps_in = 6
|
||||
gaps_out = 8
|
||||
border_size = 2
|
||||
col.active_border = rgba(398bc6ff) rgba(576ddbff) rgba(2a9292ff) rgba(955ae7ff) 45deg
|
||||
col.inactive_border = rgba(19171ccc) rgba(26232acc) 45deg
|
||||
layout = dwindle
|
||||
resize_on_border = true
|
||||
}
|
||||
general {
|
||||
gaps_in = 6
|
||||
gaps_out = 8
|
||||
border_size = 3
|
||||
col.active_border = rgba(398bc6ff) rgba(576ddbff) rgba(2a9292ff) rgba(955ae7ff) 45deg
|
||||
col.inactive_border = rgba(19171ccc) rgba(26232acc) 45deg
|
||||
layout = dwindle
|
||||
resize_on_border = true
|
||||
allow_tearing = true
|
||||
}
|
||||
|
||||
input {
|
||||
kb_layout = us
|
||||
kb_options = grp:alt_shift_toggle
|
||||
#kb_options=caps:super
|
||||
follow_mouse = 1
|
||||
touchpad {
|
||||
natural_scroll = false
|
||||
}
|
||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
accel_profile = flat
|
||||
}
|
||||
env = KITTY_ENABLE_WAYLAND, 1
|
||||
env = XDG_CURRENT_DESKTOP, Hyprland
|
||||
env = XDG_SESSION_TYPE, wayland
|
||||
env = XDG_SESSION_DESKTOP, Hyprland
|
||||
env = GDK_BACKEND, wayland
|
||||
env = CLUTTER_BACKEND, wayland
|
||||
env = SDL_VIDEODRIVER, wayland,x11,windows
|
||||
env = QT_QPA_PLATFORM, wayland
|
||||
env = QT_WAYLAND_DISABLE_WINDOWDECORATION, 1
|
||||
env = QT_AUTO_SCREEN_SCALE_FACTOR, 1
|
||||
env = MOZ_ENABLE_WAYLAND, 1
|
||||
env = GTK_THEME, Adwaita-dark
|
||||
env = HYPRCURSOR_THEME, extracted_ComixCursors-Green
|
||||
env = HYPRCURSOR_SIZE, 32
|
||||
env = XCURSOR_THEME, ComixCursors-Green
|
||||
env = XCURSOR_SIZE=32
|
||||
input {
|
||||
# Keyboard Settings
|
||||
kb_layout = us
|
||||
numlock_by_default = true
|
||||
|
||||
# Mouse Settings
|
||||
accel_profile = flat
|
||||
force_no_accel = true
|
||||
follow_mouse = 1
|
||||
special_fallthrough = true # This allows clicking windows behind a floating special window
|
||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
}
|
||||
|
||||
gestures {
|
||||
workspace_swipe = true
|
||||
workspace_swipe_fingers = 3
|
||||
}
|
||||
misc {
|
||||
mouse_move_enables_dpms = true
|
||||
key_press_enables_dpms = false
|
||||
}
|
||||
animations {
|
||||
enabled = yes
|
||||
bezier = wind, 0.05, 0.9, 0.1, 1.05
|
||||
bezier = winIn, 0.1, 1.1, 0.1, 1.1
|
||||
bezier = winOut, 0.3, -0.3, 0, 1
|
||||
bezier = liner, 1, 1, 1, 1
|
||||
animation = windows, 1, 6, wind, slide
|
||||
animation = windowsIn, 1, 6, winIn, slide
|
||||
animation = windowsOut, 1, 5, winOut, slide
|
||||
animation = windowsMove, 1, 5, wind, slide
|
||||
animation = border, 1, 1, liner
|
||||
animation = borderangle, 1, 30, liner, loop
|
||||
misc {
|
||||
animate_manual_resizes = false # If true makes resizing very slow!
|
||||
animate_mouse_windowdragging = false # Follows the custom bezier from animation{} windowsMove
|
||||
mouse_move_enables_dpms = true
|
||||
key_press_enables_dpms = false
|
||||
enable_swallow = true # Default is false
|
||||
swallow_regex = com.mitchellh.ghostty # regex of class to be swallowed
|
||||
focus_on_activate = true # focus on an app that requests focus - default False
|
||||
}
|
||||
|
||||
animation = fade, 1, 10, default
|
||||
animation = workspaces, 1, 5, wind
|
||||
}
|
||||
decoration {
|
||||
rounding = 10
|
||||
# drop_shadow = false
|
||||
blur {
|
||||
enabled = true
|
||||
size = 5
|
||||
passes = 3
|
||||
new_optimizations = on
|
||||
ignore_opacity = on
|
||||
}
|
||||
}
|
||||
plugin {
|
||||
hyprwinwrap {
|
||||
# class is an EXACT match and NOT a regex!
|
||||
class = kitty-bg
|
||||
}
|
||||
animations {
|
||||
enabled = yes
|
||||
# bezier = wind, 0.05, 0.9, 0.1, 1.05
|
||||
bezier = wind, 0.73, 0.13, 0, 0.98
|
||||
bezier = winIn, 0.1, 1.1, 0.1, 1.1
|
||||
bezier = winOut, 0.3, -0.3, 0, 1
|
||||
bezier = liner, 0.55, 0.16, 0.26, 0.91
|
||||
animation = fade, 1, 0.1, wind
|
||||
animation = windows, 1, 6, wind, popin 20%
|
||||
animation = windowsIn, 1, 6, winIn, popin 20%
|
||||
animation = windowsOut, 1, 5, winOut, slidefade 20%
|
||||
animation = windowsMove, 1, 5, wind, slidefade 10%
|
||||
animation = border, 1, 0.3, liner
|
||||
animation = borderangle, 1, 30, liner, loop
|
||||
animation = fade, 1, 10, default
|
||||
animation = workspaces, 1, 0.01, wind, fade
|
||||
}
|
||||
|
||||
hyprtrails {
|
||||
color = rgba(a06e3bff)
|
||||
}
|
||||
}
|
||||
exec-once = swww init
|
||||
exec-once = waybar
|
||||
# exec-once = /home/ganome/.local/bin/eww-boot
|
||||
exec-once = swaync-client -swb
|
||||
exec-once = xrdb /home/ganome/.Xresources
|
||||
exec-once = urxvtd --quiet --opendisplay --fork
|
||||
exec-once = wallsetter
|
||||
exec-once = nm-applet --indicator
|
||||
# exec-once = swayidle -w timeout 720 'swaylock -f' timeout 800 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -f -c 000000'
|
||||
exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
||||
exec-once = xwaylandvideobridge
|
||||
exec-once = /home/ganome/.local/bin/reset-hyprpm
|
||||
exec-once = hyprctl dispatch focusmonitor eDP-1
|
||||
exec-once = dbus-update-activation-environment --systemd --all
|
||||
exec-once = systemctl --user import-environment QT_QPA_PLATFORMTHEME WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
decoration {
|
||||
rounding = 7
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.53
|
||||
fullscreen_opacity = 1.0
|
||||
dim_inactive = true
|
||||
dim_special = 0.01
|
||||
shadow {
|
||||
enabled = true
|
||||
}
|
||||
blur {
|
||||
enabled = true
|
||||
size = 5
|
||||
passes = 3
|
||||
new_optimizations = on
|
||||
ignore_opacity = on
|
||||
special = false
|
||||
}
|
||||
}
|
||||
|
||||
#REMOTE DESKTOP
|
||||
exec-once = wayvnc -g -o DP-1 0.0.0.0
|
||||
dwindle {
|
||||
pseudotile = true
|
||||
preserve_split = true
|
||||
}
|
||||
|
||||
# Bluetooth
|
||||
exec-once = blueman-applet
|
||||
master {
|
||||
new_status = slave
|
||||
new_on_top = true
|
||||
}
|
||||
|
||||
#Clipboard history with Super+V
|
||||
exec-once = wl-paste --type text --watch cliphist store
|
||||
exec-once = wl-paste --type image --watch cliphist store
|
||||
render {
|
||||
explicit_sync = 0
|
||||
}
|
||||
|
||||
dwindle {
|
||||
pseudotile = true
|
||||
preserve_split = true
|
||||
}
|
||||
master {
|
||||
new_status = slave
|
||||
}
|
||||
bind = SUPER,Return,exec,kitty
|
||||
bind = SUPERSHIFT,Return,exec,urxvt
|
||||
#bind = SUPERSHIFT,Return,exec,urxvt -bg 0 -fg 2 -cr blue -vb -sb -sr -st -bc -sl 5000 -fn "xft:Bitstream Vera Sans Mono:size=14, xft:Hack Nerd Font Mono:size=12, xft:Font Awesome 6 Free:style=Solid"
|
||||
#bind = SUPERSHIFT,Return,exec,urxvt -bg 0 -fg 2 -cr blue -vb -sb -sr -st -bc -sl 5000 -fn "xft:Font Awesome:size=12"
|
||||
#bind = SUPERSHIFT,Return,exec,urxvt -bg 0 -fg 2 -cr blue -vb -sb -sr -st -bc -sl 5000
|
||||
bind = SUPER,P,exec,rofi -show drun --with-images
|
||||
bind = SUPERSHIFT,W,exec,web-search
|
||||
bind = SUPER,W,exec,vivaldi
|
||||
|
||||
bind = SUPER,E,exec,emopicker9000
|
||||
bind = SUPER,D,exec,discord
|
||||
bind = SUPERSHIFT,D,exec,vesktop-bin
|
||||
bind = SUPER,M,exec,spotify
|
||||
bind = SUPERCTRL,N,exec, "/usr/bin/swaync-client -op",
|
||||
bind = SUPERSHIFT,Q,killactive,
|
||||
# bind = SUPER,P,pseudo,
|
||||
bind = SUPERSHIFT,I,togglesplit,
|
||||
bind = SUPER,F,fullscreen,
|
||||
bind = SUPERSHIFT,SPACE,togglefloating,
|
||||
bind = SUPERSHIFT,E,exit,
|
||||
|
||||
#Waybar
|
||||
bind = SUPER, B, exec, pkill -10 waybar
|
||||
bind = SUPERSHIFT, B, exec, $HOME/.local/bin/reset-waybar
|
||||
|
||||
#Notification
|
||||
bind = SUPERSHIFT,T, exec, swaync-client -op
|
||||
|
||||
#Screen Shots
|
||||
bind = SUPER,PRINT, exec,grimshot --notify save area ~/Pictures/Screenshots/$(date +%Y-%m-%d_%H-%M).png
|
||||
|
||||
# Special Workspaces - like scrathpad, but named
|
||||
bind = SUPERSHIFT,MINUS,movetoworkspace,special
|
||||
bind = SUPER,MINUS,togglespecialworkspace, special
|
||||
|
||||
# Background Selection
|
||||
bind = SUPERSHIFT,N,exec,newbg
|
||||
|
||||
#Navigation
|
||||
bind = SUPER,1,split-workspace,1
|
||||
bind = SUPER,2,split-workspace,2
|
||||
bind = SUPER,3,split-workspace,3
|
||||
bind = SUPER,4,split-workspace,4
|
||||
bind = SUPER,5,split-workspace,5
|
||||
bind = SUPER,6,split-workspace,6
|
||||
bind = SUPER,7,split-workspace,7
|
||||
bind = SUPER,8,split-workspace,8
|
||||
bind = SUPER,9,split-workspace,9
|
||||
bind = SUPER,0,split-workspace,10
|
||||
bind = SUPERSHIFT,1,split-movetoworkspace,1
|
||||
bind = SUPERSHIFT,2,split-movetoworkspace,2
|
||||
bind = SUPERSHIFT,3,split-movetoworkspace,3
|
||||
bind = SUPERSHIFT,4,split-movetoworkspace,4
|
||||
bind = SUPERSHIFT,5,split-movetoworkspace,5
|
||||
bind = SUPERSHIFT,6,split-movetoworkspace,6
|
||||
bind = SUPERSHIFT,7,split-movetoworkspace,7
|
||||
bind = SUPERSHIFT,8,split-movetoworkspace,8
|
||||
bind = SUPERSHIFT,9,split-movetoworkspace,9
|
||||
bind = SUPERSHIFT,0,split-movetoworkspace,10
|
||||
bind = SUPERSHIFT, right, split-changemonitor, next #Move active workspace to other monitor
|
||||
bind = SUPERSHIFT, left, split-changemonitor, prev
|
||||
bind = SUPER, right, focusmonitor, +1 #Switch monitor focus
|
||||
bind = SUPER, left, focusmonitor, -1 #Switch monitor focus
|
||||
bind = SUPER,mouse_down,workspace, e+1
|
||||
bind = SUPER,mouse_up,workspace, e-1
|
||||
bindm = SUPER,mouse:272,movewindow
|
||||
bindm = SUPER,mouse:273,resizewindow
|
||||
bind = ALT,Tab,cyclenext
|
||||
bind = ALT,Tab,bringactivetotop
|
||||
|
||||
#Volume Control
|
||||
bind = ,XF86AudioRaiseVolume,exec,wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||
bind = ,XF86AudioLowerVolume,exec,wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||
binde = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
bind = ,XF86AudioPlay, exec, playerctl play-pause
|
||||
bind = ,XF86AudioPause, exec, playerctl play-pause
|
||||
bind = ,XF86AudioNext, exec, playerctl next
|
||||
bind = ,XF86AudioPrev, exec, playerctl previous
|
||||
|
||||
#Clipboard Shortcuts
|
||||
bind = SUPER, V, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy
|
||||
|
||||
#Monitor Brightness
|
||||
bind = ,XF86MonBrightnessDown,exec,brightnessctl set 5%-
|
||||
bind = ,XF86MonBrightnessUp,exec,brightnessctl set +5%
|
||||
|
||||
#Keyboard Brightness
|
||||
bind = ,XF86KbdBrightnessUp, exec, brightnessctl -d *::kbd_backlight set +20%
|
||||
bind = ,XF86KbdBrightnessDown, exec, brightnessctl -d *::kbd_backlight set 20%-
|
||||
|
||||
#WINDOW RULES
|
||||
windowrulev2 = opacity 0.0 override,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noanim,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = maxsize 1 1,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noblur,class:^(xwaylandvideobridge)$
|
||||
|
||||
#ROFI RULES
|
||||
windowrulev2 = float,class:^(Rofi)$
|
||||
|
||||
#POLKIT RULES
|
||||
windowrulev2 = float,class:^(org.kde.polkit-kde-authentication-agent-1)$
|
||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP QT_QPA_PLATFORMTHEME
|
||||
|
||||
#SHARE PICKER RULES
|
||||
windowrulev2 = size 400 250,float,class:^(hyprland-share-picker)$
|
||||
cursor {
|
||||
default_monitor = DP-1
|
||||
}
|
||||
|
||||
91
Arch/archtop/home/user/.config/hypr/hyprland/bind.conf
Normal file
91
Arch/archtop/home/user/.config/hypr/hyprland/bind.conf
Normal file
@ -0,0 +1,91 @@
|
||||
bind = SUPER,Return,exec,ghostty
|
||||
bind = SUPERALT,Return,exec,st
|
||||
bind = SUPERSHIFT,Return,exec,kitty
|
||||
bind = SUPERCTRLSHIFT,Return,exec,urxvt -bg 0 -fg 2 -cr blue -vb -sb -sr -st -bc -sl 5000 -fn "xft:Bitstream Vera Sans Mono:size=14, xft:Hack Nerd Font Mono:size=12, xft:Font Awesome 6 Free:style=Solid"
|
||||
#bind = SUPERSHIFT,Return,exec,urxvt -bg 0 -fg 2 -cr blue -vb -sb -sr -st -bc -sl 5000 -fn "xft:Font Awesome:size=12"
|
||||
#bind = SUPERSHIFT,Return,exec,urxvt -bg 0 -fg 2 -cr blue -vb -sb -sr -st -bc -sl 5000
|
||||
bind = SUPER,P,exec,rofi -show drun --with-images
|
||||
bind = SUPERSHIFT,W,exec,web-search
|
||||
bind = SUPER,W,exec,[workspace 3 silent] firefox
|
||||
|
||||
bind = SUPER,E,exec,emopicker9000
|
||||
bind = SUPER,D,exec,discord
|
||||
bind = SUPERSHIFT,D,exec,vesktop-bin
|
||||
bind = SUPER,M,exec,[workspace 8 silent] spotify
|
||||
bind = SUPERCTRL,N,exec, "/usr/bin/swaync-client -op",
|
||||
bind = SUPERSHIFT,Q,killactive,
|
||||
#bind = SUPER,P,pseudo,
|
||||
bind = SUPERSHIFT,I,togglesplit,
|
||||
bind = SUPER,F,fullscreen,
|
||||
bind = SUPERSHIFT,SPACE,togglefloating,
|
||||
bind = SUPERSHIFT,E,exit,
|
||||
|
||||
# Waybar
|
||||
bind = SUPER, B, exec, pkill -10 waybar
|
||||
bind = SUPERSHIFT, B, exec, $HOME/.local/bin/reset-waybar
|
||||
|
||||
# Notification
|
||||
bind = SUPERSHIFT,T, exec, swaync-client -op
|
||||
|
||||
# Screen Shots
|
||||
bind = SUPER,PRINT, exec,grimshot --notify save area ~/Pictures/Screenshots/$(date +%Y-%m-%d_%H-%M).png
|
||||
|
||||
# Special Workspaces - like scrathpad, but named
|
||||
bind = SUPERSHIFT,GRAVE,movetoworkspace,special
|
||||
bind = SUPER,GRAVE,togglespecialworkspace, special
|
||||
|
||||
# Background Selection
|
||||
bind = SUPERSHIFT,N,exec,/home/ganome/.local/bin/newbg
|
||||
|
||||
# Navigation
|
||||
bind = SUPER,1,split-workspace,1
|
||||
bind = SUPER,2,split-workspace,2
|
||||
bind = SUPER,3,split-workspace,3
|
||||
bind = SUPER,4,split-workspace,4
|
||||
bind = SUPER,5,split-workspace,5
|
||||
bind = SUPER,6,split-workspace,6
|
||||
bind = SUPER,7,split-workspace,7
|
||||
bind = SUPER,8,split-workspace,8
|
||||
bind = SUPER,9,split-workspace,9
|
||||
bind = SUPER,0,split-workspace,10
|
||||
bind = SUPERSHIFT,1,split-movetoworkspace,1
|
||||
bind = SUPERSHIFT,2,split-movetoworkspace,2
|
||||
bind = SUPERSHIFT,3,split-movetoworkspace,3
|
||||
bind = SUPERSHIFT,4,split-movetoworkspace,4
|
||||
bind = SUPERSHIFT,5,split-movetoworkspace,5
|
||||
bind = SUPERSHIFT,6,split-movetoworkspace,6
|
||||
bind = SUPERSHIFT,7,split-movetoworkspace,7
|
||||
bind = SUPERSHIFT,8,split-movetoworkspace,8
|
||||
bind = SUPERSHIFT,9,split-movetoworkspace,9
|
||||
bind = SUPERSHIFT,0,split-movetoworkspace,10
|
||||
bind = SUPERSHIFT, right, split-changemonitor, next #Move active workspace to other monitor
|
||||
bind = SUPERSHIFT, left, split-changemonitor, prev
|
||||
bind = SUPER, right, focusmonitor, +1 #Switch monitor focus
|
||||
bind = SUPER, left, focusmonitor, -1 #Switch monitor focus
|
||||
bind = SUPER,mouse_down,workspace, e+1
|
||||
bind = SUPER,mouse_up,workspace, e-1
|
||||
bindm = SUPER,mouse:272,movewindow
|
||||
bindm = SUPER,mouse:273,resizewindow
|
||||
bind = ALT,Tab,cyclenext
|
||||
bind = ALT,Tab,bringactivetotop
|
||||
|
||||
# Volume Control
|
||||
bind = ,XF86AudioRaiseVolume,exec,wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||
bind = ,XF86AudioLowerVolume,exec,wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||
binde = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
bind = ,XF86AudioPlay, exec, playerctl play-pause
|
||||
bind = ,XF86AudioPause, exec, playerctl play-pause
|
||||
bind = ,XF86AudioNext, exec, playerctl next
|
||||
bind = ,XF86AudioPrev, exec, playerctl previouttys
|
||||
# bind = SUPERSHIFT, C, exec, kitty -c "/home/ganome/.config/kitty/kittybg.conf" --class="kitty-bg" "/home/ganome/.local/bin//cava-float"
|
||||
|
||||
# Clipboard Shortcuts
|
||||
bind = SUPER, V, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy
|
||||
|
||||
# Monitor Brightness
|
||||
bind = ,XF86MonBrightnessDown,exec,brightnessctl set 5%-
|
||||
bind = ,XF86MonBrightnessUp,exec,brightnessctl set +5%
|
||||
|
||||
# Keyboard Brightness
|
||||
bind = ,XF86KbdBrightnessUp, exec, brightnessctl -d *::kbd_backlight set +20%
|
||||
bind = ,XF86KbdBrightnessDown, exec, brightnessctl -d *::kbd_backlight set 20%-
|
||||
21
Arch/archtop/home/user/.config/hypr/hyprland/env.conf
Normal file
21
Arch/archtop/home/user/.config/hypr/hyprland/env.conf
Normal file
@ -0,0 +1,21 @@
|
||||
env = KITTY_ENABLE_WAYLAND, 1
|
||||
env = XDG_CURRENT_DESKTOP, Hyprland
|
||||
env = XDG_SESSION_TYPE, wayland
|
||||
env = XDG_SESSION_DESKTOP, Hyprland
|
||||
env = GDK_BACKEND, wayland
|
||||
env = CLUTTER_BACKEND, wayland
|
||||
env = SDL_VIDEODRIVER, wayland,x11,windows
|
||||
env = QT_QPA_PLATFORM, xcb, wayland
|
||||
env = QT_QPA_PLATFORM, wayland
|
||||
env = QT_WAYLAND_DISABLE_WINDOWDECORATION, 1
|
||||
env = QT_AUTO_SCREEN_SCALE_FACTOR, 1
|
||||
env = MOZ_ENABLE_WAYLAND, 1
|
||||
env = GTK_THEME, Adwaita-dark
|
||||
env = HYPRCURSOR_THEME, extracted_ComixCursors-Green
|
||||
env = HYPRCURSOR_SIZE, 32
|
||||
env = XCURSOR_THEME, ComixCursors-Green
|
||||
env = XCURSOR_SIZE=32
|
||||
env = XDG_CONFIG_HOME,/home/ganome/.config
|
||||
|
||||
# This tells hyprland which GPU to render with on a multi GPU system
|
||||
env = AQ_DRM_DEVICES,/dev/dri/card0:/dev/dri/card1
|
||||
26
Arch/archtop/home/user/.config/hypr/hyprland/exec.conf
Normal file
26
Arch/archtop/home/user/.config/hypr/hyprland/exec.conf
Normal file
@ -0,0 +1,26 @@
|
||||
#exec-once = swww init
|
||||
exec-once = hyprpaper
|
||||
exec-once = waybar
|
||||
exec-once = swaync
|
||||
exec-once = xrdb /home/ganome/.Xresources
|
||||
exec-once = urxvtd --quiet --opendisplay --fork
|
||||
exec-once = /home/ganome/.local/bin/wallsetter
|
||||
exec-once = arrpc
|
||||
#exec-once = nm-applet --indicator
|
||||
exec-once = swayidle -w timeout 720 'swaylock -f' timeout 800 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -f -c 000000'
|
||||
exec-once = /usr/libexec/polkit-kde-authentication-agent-1
|
||||
exec-once = xwaylandvideobridge
|
||||
exec-once = /home/ganome/.local/bin/reset-hyprpm
|
||||
exec-once = dbus-update-activation-environment --systemd --all #This line os from hyprland wiki
|
||||
exec-once = systemctl --user import-environment QT_QPA_PLATFORMTHEME WAYLAND_DISPLAY XDG_CURRENT_DESKTOP #This also comes from hyprland wiki and both involved themes for the share picker
|
||||
#exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP QT_QPA_PLATFORMTHEME #This is mirrored from two lines above - but the previous line does all the environment variables.
|
||||
|
||||
# REMOTE DESKTOP
|
||||
#exec-once = wayvnc -g -o DP-1 0.0.0.0
|
||||
|
||||
# Bluetooth
|
||||
exec-once = blueman-applet
|
||||
|
||||
# Clipboard history with Super+V
|
||||
exec-once = wl-paste --type text --watch cliphist store
|
||||
exec-once = wl-paste --type image --watch cliphist store
|
||||
15
Arch/archtop/home/user/.config/hypr/hyprland/plugin.conf
Normal file
15
Arch/archtop/home/user/.config/hypr/hyprland/plugin.conf
Normal file
@ -0,0 +1,15 @@
|
||||
#Split-Monitor-Workspaces Setup
|
||||
plugin {
|
||||
split-monitor-workspaces {
|
||||
count = 10
|
||||
}
|
||||
|
||||
hyprwinwrap {
|
||||
# class is an EXACT match and NOT a regex!
|
||||
class = kitty-bg
|
||||
}
|
||||
|
||||
hyprtrails {
|
||||
color = rgba(a06e3bff)
|
||||
}
|
||||
}
|
||||
1
Arch/archtop/home/user/.config/hypr/hyprland/themes.conf
Normal file
1
Arch/archtop/home/user/.config/hypr/hyprland/themes.conf
Normal file
@ -0,0 +1 @@
|
||||
# Theme Settings
|
||||
23
Arch/archtop/home/user/.config/hypr/hyprland/windowrule.conf
Normal file
23
Arch/archtop/home/user/.config/hypr/hyprland/windowrule.conf
Normal file
@ -0,0 +1,23 @@
|
||||
# WINDOW RULES
|
||||
|
||||
# XWayland Video Bridge
|
||||
windowrulev2 = workspace 10 silent,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = opacity 0.0 override,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noanim,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = maxsize 1 1,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noblur,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = move 2000 1100,class:^(xwaylandvideobridge)$
|
||||
|
||||
# CAVA RULES
|
||||
#windowrulev2 = opacity 1.0 override,class:^(kitty-bg)$
|
||||
#windowrulev2 = float,class:^(kitty-bg)$
|
||||
|
||||
# ROFI RULES
|
||||
windowrulev2 = float,class:^(Rofi)$
|
||||
|
||||
# POLKIT RULES
|
||||
windowrulev2 = float,class:^(org.kde.polkit-kde-authentication-agent-1)$
|
||||
|
||||
# SHARE PICKER RULES
|
||||
windowrulev2 = size 400 250,float,class:^(hyprland-share-picker)$
|
||||
21
Arch/archtop/home/user/.config/hypr/hyprpaper.conf
Normal file
21
Arch/archtop/home/user/.config/hypr/hyprpaper.conf
Normal file
@ -0,0 +1,21 @@
|
||||
preload = /home/ganome/Pictures/GWallpapers/black-ocean.jpg
|
||||
#if more than one preload is desired then continue to preload other backgrounds
|
||||
preload = /home/ganome/Pictures/GWallpapers/Arch_Linux_Linux_Gentoo_installation-1177780.jpg
|
||||
# .. more preloads
|
||||
|
||||
#set the default wallpaper(s) seen on initial workspace(s) --depending on the number of monitors used
|
||||
#wallpaper = DP-1,/home/ganome/Pictures/GWallpapers/black-ocean.jpg
|
||||
#if more than one monitor in use, can load a 2nd image
|
||||
#wallpaper = HDMI-A-1,/home/ganome/Pictures/GWallpapers/Arch_Linux_Linux_Gentoo_installation-1177780.jpg
|
||||
# .. more monitors
|
||||
|
||||
#enable splash text rendering over the wallpaper
|
||||
splash = true
|
||||
|
||||
# Define the offset in percentage from the bottom of the display for splash text
|
||||
# splash_offset = 10
|
||||
|
||||
#fully disable ipc
|
||||
# ipc = off
|
||||
|
||||
|
||||
@ -0,0 +1,30 @@
|
||||
[Source-applicationVersion]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[Source-locale]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[Source-places]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[Source-platform]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[Source-qtVersion]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[Source-screens]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[Source-settings]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[Source-startCount]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[Source-usageTime]
|
||||
dataSourceCommonSettings\activeState=true
|
||||
|
||||
[UserFeedback]
|
||||
ApplicationStartCount=10
|
||||
ApplicationTime=1808
|
||||
21
Arch/archtop/home/user/.config/kitty/current-theme.conf
Normal file
21
Arch/archtop/home/user/.config/kitty/current-theme.conf
Normal file
@ -0,0 +1,21 @@
|
||||
background #000000
|
||||
foreground #00a595
|
||||
cursor #bbbbbb
|
||||
selection_background #00a48c
|
||||
color0 #000000
|
||||
color8 #545454
|
||||
color1 #9f0000
|
||||
color9 #ff0000
|
||||
color2 #008b00
|
||||
color10 #00ee00
|
||||
color3 #ffcf00
|
||||
color11 #ffff00
|
||||
color4 #0081ff
|
||||
color12 #0000ff
|
||||
color5 #bc00ca
|
||||
color13 #ff00ff
|
||||
color6 #008b8b
|
||||
color14 #00cdcd
|
||||
color7 #bbbbbb
|
||||
color15 #ffffff
|
||||
selection_foreground #000000
|
||||
@ -1,11 +1,25 @@
|
||||
font_family Font Awesome
|
||||
font_family font_family Font Awesome 6 Free
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
font_size 16.0
|
||||
background_opacity 0.35
|
||||
background_opacity 1.00
|
||||
background_blur 32
|
||||
selection_background #cecb00
|
||||
selection_foreground #0d73cc
|
||||
# selection_background #cecb00
|
||||
# selection_foreground #0d73cc
|
||||
editor nvim
|
||||
|
||||
#Disable the audio bell
|
||||
enable_audio_bell no
|
||||
|
||||
# Tab Bar
|
||||
#This sets the style
|
||||
tab_bar_style powerline
|
||||
# Options for powerline are: angled slanted or round
|
||||
tab_powerline_style slanted
|
||||
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Afterglow
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
|
||||
7
Arch/archtop/home/user/.config/libreoffice/4/.lock
Normal file
7
Arch/archtop/home/user/.config/libreoffice/4/.lock
Normal file
@ -0,0 +1,7 @@
|
||||
[Lockdata]
|
||||
User=ganome
|
||||
Host=archtop
|
||||
Stamp=50067ED93D1264F151CF11A6DA306EDE
|
||||
Time=Tue Apr 8 10:59:11 2025
|
||||
IPCServer=true
|
||||
|
||||
@ -0,0 +1,54 @@
|
||||
Graphics Backend used: svp
|
||||
Passed Tests: 66
|
||||
Quirky Tests: 36
|
||||
Failed Tests: 1
|
||||
Skipped Tests: 6
|
||||
|
||||
---Name of the tests that failed---
|
||||
testDrawInvertN50WithRectangle
|
||||
|
||||
---Name of the tests that were Quirky---
|
||||
testDrawRectWithLine
|
||||
testDrawRectWithPolygon
|
||||
testDrawRectWithPolyLine
|
||||
testDrawRectWithPolyPolygon
|
||||
testDrawRectWithPolyPolygonB2D
|
||||
testDrawDiamondWithLine
|
||||
testComplexDrawTransformedBitmap24bpp
|
||||
testDashedLine
|
||||
testLinearGradientBorder
|
||||
testLinearGradientSteps
|
||||
testRadialGradient
|
||||
testRadialGradientOfs
|
||||
testHalfEllipseWithPolyLine
|
||||
testHalfEllipseAAWithPolyLine
|
||||
testHalfEllipseAAWithPolyLineB2D
|
||||
testHalfEllipseWithPolygon
|
||||
testHalfEllipseAAWithPolygon
|
||||
testTextDrawing
|
||||
testDrawRectangleOnSize1028WithPixel
|
||||
testDrawRectangleOnSize4096WithPixel
|
||||
testDrawRectangleOnSize1028WithLine
|
||||
testDrawRectangleOnSize4096WithLine
|
||||
testDrawRectangleOnSize1028WithPolyLine
|
||||
testDrawRectangleOnSize4096WithPolyLine
|
||||
testDrawRectangleOnSize1028WithPolygon
|
||||
testDrawRectangleOnSize4096WithPolygon
|
||||
testDrawRectangleOnSize1028WithPolyLineB2D
|
||||
testDrawRectangleOnSize4096WithPolyLineB2D
|
||||
testDrawRectangleOnSize1028WithPolyPolygon
|
||||
testDrawRectangleOnSize4096WithPolyPolygon
|
||||
testDrawRectangleOnSize1028WithPolyPolygonB2D
|
||||
testDrawRectangleOnSize4096WithPolygonPolygonB2D
|
||||
testDrawOpenPolygonWithPolyLine
|
||||
testDrawOpenPolygonWithPolygon
|
||||
testDrawOpenPolygonWithPolyPolygon
|
||||
testDrawOpenPolygonWithPolyPolygonB2D
|
||||
|
||||
---Name of the tests that were Skipped---
|
||||
testDrawInvertTrackFrameWithRectangle
|
||||
testDrawBitmap32bpp
|
||||
testDrawTransformedBitmap32bpp
|
||||
testDrawBitmapExWithAlpha32bpp
|
||||
testDrawMask32bpp
|
||||
testDrawBlend32bpp
|
||||
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user