• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisão21cb6bcc6395294e26883fa01188a8f27409c7be (tree)
Hora2020-03-13 10:27:22
Autorcreio <mailcreio@gmai...>
Commitercreio

Mensagem de Log

2020.03.13 Update add lol.sh

Mudança Sumário

Diff

--- a/.alias_zsh
+++ b/.alias_zsh
@@ -57,6 +57,7 @@ aget () {
5757 # curl -fO https://aur.archlinux.org/cgit/aur.git/snapshot/"$1".tar.gz
5858 cd $1
5959 makepkg -s
60+ # makepkg -s --sign
6061 cd ..
6162 }
6263
@@ -229,6 +230,7 @@ alias spcc="sudo pacman -Scc"
229230 alias spy="sudo pacman -Syy"
230231 alias spu="sudo pacman -Syu"
231232 alias spr="sudo pacman -R"
233+alias spo="sudo pacman -S --overwrite='*'"
232234
233235 alias y="yay -S"
234236 alias yn="yay -S --noconfirm"
--- a/.bin/creio.sh
+++ b/.bin/creio.sh
@@ -1,11 +1,10 @@
11 #!/usr/bin/env bash
22 # Install script for Arch Linux
3-# autor: Alex Creio https://cvc.hashbase.io/
4-
53 # https://raw.githubusercontent.com/creio/dots/master/.bin/creio.sh
64
7-# wget git.io/creio.sh
5+# wget git.io/creio.sh && wget git.io/creio2.sh
86 # nano creio.sh
7+# nano creio2.sh
98 # sh creio.sh
109
1110 Check for root
@@ -16,7 +15,6 @@ if [[ $EUID -ne 0 ]]; then
1615 exit 1
1716 fi
1817
19-
2018 R_DISK="sdb1"
2119 B_DISK="sdb2"
2220 H_DISK="sdb3"
@@ -43,19 +41,18 @@ mkdir /mnt/{boot,home}
4341 mount /dev/$B_DISK /mnt/boot
4442 # mount /dev/$B_DISK /mnt/boot/efi
4543
46-
4744 mount /dev/$H_DISK /mnt/home
4845 swapon /dev/$S_DISK
4946
5047 pacman -Sy --noconfirm --needed reflector
5148 reflector -c "Russia" -c "Belarus" -c "Ukraine" -c "Poland" -f 20 -l 20 -p https -p http -n 20 --save /etc/pacman.d/mirrorlist --sort rate
5249
53-pacstrap /mnt base base-devel
50+pacstrap /mnt base base-devel linux linux-headers nano
5451
5552 cp creio2.sh /mnt/creio2.sh
5653 chmod u+x /mnt/creio2.sh
5754
58-genfstab -U /mnt >> /mnt/etc/fstab
55+genfstab -pU /mnt >> /mnt/etc/fstab
5956
6057 # arch-chroot /mnt sh -c "$(curl -fsSL git.io/creio2.sh)"
61-arch-chroot /mnt ./creio2.sh
\ No newline at end of file
58+arch-chroot /mnt ./creio2.sh
--- a/.bin/creio2.sh
+++ b/.bin/creio2.sh
@@ -1,22 +1,17 @@
11 #!/usr/bin/env bash
22 # Install script for Arch Linux
3-# autor: Alex Creio https://cvc.hashbase.io/
4-
53 # https://raw.githubusercontent.com/creio/dots/master/.bin/creio2.sh
64
75 # wget git.io/creio2.sh
86 # nano creio2.sh
97
10-
118 DISK="sdb"
129
13-
1410 sed -i "/\[multilib\]/,/Include/"'s/^#//' /etc/pacman.conf
1511
1612 pacman -Sy --noconfirm --needed reflector
1713 reflector -c "Russia" -c "Belarus" -c "Ukraine" -c "Poland" -f 20 -l 20 -p https -p http -n 20 --save /etc/pacman.d/mirrorlist --sort rate
1814
19-
2015 echo "Arch Linux Virtualbox?"
2116 read -p "yes, no: " virtualbox_setting
2217 if [[ $virtualbox_setting == no ]]; then
@@ -27,7 +22,6 @@ fi
2722 echo
2823 pacman -S --noconfirm --needed $virtualbox_install
2924
30-
3125 pack="xorg-apps xorg-server xorg-xinit \
3226 mesa xf86-video-nouveau \
3327 networkmanager network-manager-applet \
@@ -37,23 +31,21 @@ ttf-dejavu ttf-hack ttf-roboto ttf-ubuntu-font-family ttf-font-awesome \
3731 alsa-utils gstreamer pulseaudio pulseaudio-alsa \
3832 ffmpeg mpc mpd mpv ncmpcpp streamlink youtube-dl youtube-viewer rofi \
3933 bash-completion gtk2-perl rxvt-unicode urxvt-perls slop wmctrl zsh zsh-syntax-highlighting \
40-dunst reflector ranger htop scrot imagemagick compton w3m \
34+dunst reflector ranger htop scrot imagemagick picom w3m \
4135 openssh tmux \
4236 curl wget git rsync python-pip unzip unrar p7zip \
4337 gvfs gvfs-afc gvfs-goa gvfs-mtp ntfs-3g \
4438 gamin thunar thunar-archive-plugin thunar-media-tags-plugin thunar-volman tumbler \
4539 gsimplecal redshift numlockx volumeicon \
46-atril audacious cherrytree galculator-gtk2 gimp gparted firefox firefox-i18n-ru \
40+atril audacious cherrytree galculator gimp gparted firefox firefox-i18n-ru \
4741 gufw nitrogen pavucontrol simplescreenrecorder transmission-gtk viewnior keepassxc veracrypt \
4842 exo garcon gtk-xfce-engine xfce4-power-manager xfce4-session xfce4-settings xfconf xfdesktop xfwm4"
4943
5044 pacman -S --noconfirm --needed $pack
5145
52-
5346 # Root password
5447 passwd
5548
56-
5749 # user add & password
5850 while true; do
5951 clear
@@ -75,7 +67,6 @@ useradd -m -g users -G "adm,audio,log,network,rfkill,scanner,storage,optical,pow
7567 passwd "$USER"
7668 echo "%wheel ALL=(ALL) ALL" >> /etc/sudoers
7769
78-
7970 echo "ctlos" > /etc/hostname
8071
8172 ln -svf /usr/share/zoneinfo/Europe/Moscow /etc/localtime
@@ -84,7 +75,6 @@ echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
8475 echo "ru_RU.UTF-8 UTF-8" >> /etc/locale.gen
8576 locale-gen
8677
87-
8878 echo "LANG=ru_RU.UTF-8" > /etc/locale.conf
8979 echo "KEYMAP=ru" >> /etc/vconsole.conf
9080 echo "FONT=cyr-sun16" >> /etc/vconsole.conf
@@ -99,7 +89,6 @@ grub-install /dev/$DISK
9989
10090 grub-mkconfig -o /boot/grub/grub.cfg
10191
102-
10392 systemctl enable NetworkManager
10493 # systemctl enable lightdm
10594
--- /dev/null
+++ b/.bin/lol.sh
@@ -0,0 +1,5 @@
1+#!/bin/bash
2+
3+# pacman -S figlet lolcat
4+
5+figlet -c -f slant "$1"|lolcat
--- /dev/null
+++ b/.bin/picom.sh
@@ -0,0 +1,8 @@
1+#!/bin/bash
2+killall picom
3+
4+if [ "$1" = "glx" ]; then
5+ picom --config $HOME/.config/picom.conf -b
6+else
7+ picom --config $HOME/.config/picom.conf --backend xrender -b
8+fi
--- a/.config/Thunar/accels.scm
+++ b/.config/Thunar/accels.scm
@@ -1,6 +1,7 @@
11 ; thunar GtkAccelMap rc-file -*- scheme -*-
22 ; this file is an automated accelerator map dump
33 ;
4+; (gtk_accel_path "<Actions>/ThunarBookmarks/f46ee4901983b07b64ec6ea32be0724b" "")
45 ; (gtk_accel_path "<Actions>/ThunarStandardView/invert-selection" "")
56 ; (gtk_accel_path "<Actions>/ThunarLauncher/open-in-new-tab" "<Primary><Shift>p")
67 ; (gtk_accel_path "<Actions>/ThunarWindow/zoom-in" "<Primary>plus")
--- a/.config/gtk-3.0/bookmarks
+++ b/.config/gtk-3.0/bookmarks
@@ -1,3 +1,4 @@
1+file:///home/st/ctlosiso
12 file:///media/files/github/creio/dots
23 file:///media/files
34 file:///media/files/github
--- a/.config/kdenliverc
+++ b/.config/kdenliverc
@@ -1,6 +1,6 @@
11 [MainWindow]
22 Height 768=744
3-State=AAAA/wAAAAD9AAAAAQAAAAIAAAVWAAABkPwBAAAADvsAAAAYAG4AbwB0AGUAcwBfAHcAaQBkAGcAZQB0AAAAAAD/////AAAAUgD////7AAAADgBsAGkAYgByAGEAcgB5AAAAAAD/////AAAAXQD////7AAAAFABzAGMAcgBlAGUAbgBnAHIAYQBiAAAAAAD/////AAAAUgD////7AAAAGgBhAHUAZABpAG8AcwBwAGUAYwB0AHIAdQBtAAAAAAD/////AAAAZwD////7AAAAFgBwAHIAbwBqAGUAYwB0AF8AYgBpAG4BAAAAAAAAALEAAABSAP////wAAAC3AAAAsgAAAFIA////+gAAAAABAAAAAvsAAAAYAGUAZgBmAGUAYwB0AF8AcwB0AGEAYwBrAQAAAAD/////AAAAUgD////7AAAAHgBjAGwAaQBwAF8AcAByAG8AcABlAHIAdABpAGUAcwAAAAAA/////wAAAFIA/////AAAAW8AAAEtAAAAiwD////6AAAAAQEAAAAC+wAAAB4AdAByAGEAbgBzAGkAdABpAG8AbgBfAGwAaQBzAHQBAAAAAP////8AAAAAAP////sAAAAWAGUAZgBmAGUAYwB0AF8AbABpAHMAdAEAAAAA/////wAAAAAA/////AAAAqIAAAK0AAABQAD////6AAAAAQEAAAAC+wAAABgAYwBsAGkAcABfAG0AbwBuAGkAdABvAHIBAAAAAP////8AAAFAAP////sAAAAeAHAAcgBvAGoAZQBjAHQAXwBtAG8AbgBpAHQAbwByAQAAAAD/////AAABQAD////7AAAAGAB1AG4AZABvAF8AaABpAHMAdABvAHIAeQAAAAAA/////wAAAFIA////+wAAAAoAbQBpAHgAZQByAAAAAAD/////AAAAXgD////7AAAAFgB2AGUAYwB0AG8AcgBzAGMAbwBwAGUAAAAAAP////8AAAGTAP////sAAAAQAHcAYQB2AGUAZgBvAHIAbQAAAAAA/////wAAALIA////+wAAABQAcgBnAGIAXwBwAGEAcgBhAGQAZQAAAAAA/////wAAAKQA////+wAAABIAaABpAHMAdABvAGcAcgBhAG0AAAAAAP////8AAAFOAP///wAABVYAAAD1AAAABAAAAAQAAAAIAAAACPwAAAABAAAAAgAAAAIAAAAWAG0AYQBpAG4AVABvAG8AbABCAGEAcgEAAAAA/////wAAAAAAAAAAAAAAGABlAHgAdAByAGEAVABvAG8AbABCAGEAcgEAAALf/////wAAAAAAAAAA
3+State=AAAA/wAAAAD9AAAAAQAAAAIAAAVWAAABkPwBAAAADvsAAAAYAG4AbwB0AGUAcwBfAHcAaQBkAGcAZQB0AAAAAAD/////AAAAUgD////7AAAADgBsAGkAYgByAGEAcgB5AAAAAAD/////AAAAXQD////7AAAAFABzAGMAcgBlAGUAbgBnAHIAYQBiAAAAAAD/////AAAAUgD////7AAAAGgBhAHUAZABpAG8AcwBwAGUAYwB0AHIAdQBtAAAAAAD/////AAAAZwD////7AAAAFgBwAHIAbwBqAGUAYwB0AF8AYgBpAG4BAAAAAAAAALEAAABSAP////wAAAC3AAAAsgAAAFIA////+gAAAAABAAAAAvsAAAAYAGUAZgBmAGUAYwB0AF8AcwB0AGEAYwBrAQAAAAD/////AAAAUgD////7AAAAHgBjAGwAaQBwAF8AcAByAG8AcABlAHIAdABpAGUAcwAAAAAA/////wAAAFIA/////AAAAW8AAAEtAAAAiwD////6AAAAAQEAAAAC+wAAAB4AdAByAGEAbgBzAGkAdABpAG8AbgBfAGwAaQBzAHQBAAAAAP////8AAAAAAP////sAAAAWAGUAZgBmAGUAYwB0AF8AbABpAHMAdAEAAAAA/////wAAAAAA/////AAAAqIAAAK0AAABQAD////6AAAAAQEAAAAC+wAAABgAYwBsAGkAcABfAG0AbwBuAGkAdABvAHIBAAAAAP////8AAAFAAP////sAAAAeAHAAcgBvAGoAZQBjAHQAXwBtAG8AbgBpAHQAbwByAQAAAAD/////AAABQAD////7AAAAGAB1AG4AZABvAF8AaABpAHMAdABvAHIAeQAAAAAA/////wAAAFIA////+wAAAAoAbQBpAHgAZQByAAAAAAD/////AAABNQD////7AAAAFgB2AGUAYwB0AG8AcgBzAGMAbwBwAGUAAAAAAP////8AAAGTAP////sAAAAQAHcAYQB2AGUAZgBvAHIAbQAAAAAA/////wAAALIA////+wAAABQAcgBnAGIAXwBwAGEAcgBhAGQAZQAAAAAA/////wAAAKQA////+wAAABIAaABpAHMAdABvAGcAcgBhAG0AAAAAAP////8AAAFOAP///wAABVYAAAD1AAAABAAAAAQAAAAIAAAACPwAAAABAAAAAgAAAAIAAAAWAG0AYQBpAG4AVABvAG8AbABCAGEAcgEAAAAA/////wAAAAAAAAAAAAAAGABlAHgAdAByAGEAVABvAG8AbABCAGEAcgEAAALf/////wAAAAAAAAAA
44 ToolBarsMovable=Disabled
55 Width 1366=1366
66
@@ -15,4 +15,4 @@ force_breeze=true
1515 use_dark_breeze=true
1616
1717 [version]
18-version=19.12.2
18+version=19.12.3
--- a/.config/mpd/pid
+++ b/.config/mpd/pid
@@ -1 +1 @@
1-469
1+541
--- a/.config/mpd/state
+++ b/.config/mpd/state
@@ -2,8 +2,8 @@ sw_volume: 100
22 audio_device_state:1:MPD pulse
33 audio_device_state:1:MPD FIFO
44 state: pause
5-current: 42
6-time: 56.620000
5+current: 19
6+time: 152.683000
77 random: 0
88 repeat: 0
99 single: 0
@@ -12,210 +12,70 @@ crossfade: 0
1212 mixrampdb: 0.000000
1313 mixrampdelay: -1.000000
1414 playlist_begin
15-0:Metallica - Essentials (2018)/01. Enter Sandman.mp3
16-1:Metallica - Essentials (2018)/02. One.mp3
17-2:Metallica - Essentials (2018)/03. Nothing Else Matters.mp3
18-3:Metallica - Essentials (2018)/04. For Whom The Bell Tolls (Remastered).mp3
19-4:Metallica - Essentials (2018)/05. The Unforgiven.mp3
20-5:Metallica - Essentials (2018)/06. Fade To Black (Remastered).mp3
21-6:Metallica - Essentials (2018)/07. Welcome Home (Sanitarium).mp3
22-7:Metallica - Essentials (2018)/08. Sad But True.mp3
23-8:Metallica - Essentials (2018)/09. Seek & Destroy (Remastered).mp3
24-9:Metallica - Essentials (2018)/10. Harvester Of Sorrow.mp3
25-10:Metallica - Essentials (2018)/11. Hardwired.mp3
26-11:Metallica - Essentials (2018)/12. Fuel.mp3
27-12:Metallica - Essentials (2018)/13. Wherever I May Roam.mp3
28-13:Metallica - Essentials (2018)/14. Battery.mp3
29-14:Metallica - Essentials (2018)/15. Ride The Lightning (Remastered).mp3
30-15:Metallica - Essentials (2018)/16. The Four Horsemen (Remastered).mp3
31-16:Metallica - Essentials (2018)/17. ...And Justice For All.mp3
32-17:Metallica - Essentials (2018)/18. King Nothing.mp3
33-18:Metallica - Essentials (2018)/19. Creeping Death (Remastered).mp3
34-19:Metallica - Essentials (2018)/20. Blackened.mp3
35-20:Metallica - Essentials (2018)/21. Moth Into Flame.mp3
36-21:Metallica - Essentials (2018)/22. I Disappear.mp3
37-22:Metallica - Essentials (2018)/23. Until It Sleeps.mp3
38-23:Metallica - Essentials (2018)/24. Whiskey In The Jar.mp3
39-24:Top Tracks - Iron Maiden/Blood on the Worlds Hand-Iron Maiden.mp3
40-25:Top Tracks - Iron Maiden/Dream Mirrors Iron Maiden Rock In Rio.mp3
41-26:Top Tracks - Iron Maiden/Fates Warning- Iron Maiden.mp3
42-27:Top Tracks - Iron Maiden/Iron Maiden - Run To The Hills (Live) _ Phantom Of The Opera (Live).mp3
43-28:Top Tracks - Iron Maiden/Iron Maiden _ That Girl _ Lyrics.mp3
44-29:Top Tracks - Iron Maiden/Iron Maiden - Only The Good Die Young.mp3
45-30:Top Tracks - Iron Maiden/Iron Maiden - When Two Worlds Collide (with lyrics).mp3
46-31:Top Tracks - Iron Maiden/Iron Maiden - 06 - The Prophecy (HQ).mp3
47-32:Top Tracks - Iron Maiden/Iron Maiden - 2 am.mp3
48-33:Top Tracks - Iron Maiden/Iron Maiden - 2 Minutes To Midnight (Official Video).mp3
49-34:Top Tracks - Iron Maiden/Iron Maiden - 22 Acacia Avenue.mp3
50-35:Top Tracks - Iron Maiden/Iron Maiden - Aces High (Official Video).mp3
51-36:Top Tracks - Iron Maiden/Iron Maiden - Afraid To Shoot Strangers (Official Video).mp3
52-37:Top Tracks - Iron Maiden/Iron Maiden - Age of Innocence.mp3
53-38:Top Tracks - Iron Maiden/Iron Maiden - Alexander The Great (with lyrics).mp3
54-39:Top Tracks - Iron Maiden/Iron Maiden - Another Life (with lyrics).mp3
55-40:Top Tracks - Iron Maiden/Iron Maiden - Back in the Village _HD.mp3
56-41:Top Tracks - Iron Maiden/Iron Maiden - Be Quick Or Be Dead (Official Video).mp3
57-42:Top Tracks - Iron Maiden/Iron Maiden - Black Bart Blues Lyrics.mp3
58-43:Top Tracks - Iron Maiden/Iron Maiden - Blood Brothers (En Vivo! Live in Santiago).mp3
59-44:Top Tracks - Iron Maiden/Iron Maiden - Brave New World (Live at Rock in Rio 2001).mp3
60-45:Top Tracks - Iron Maiden/Iron Maiden - Brighter Than A Thousand Suns.mp3
61-46:Top Tracks - Iron Maiden/Iron Maiden - Bring Your Daughter To The Slaughter (Official Video).mp3
62-47:Top Tracks - Iron Maiden/Iron Maiden - Can I Play With Madness (Official Video).mp3
63-48:Top Tracks - Iron Maiden/Iron Maiden - Caught Somewhere In Time (with lyrics).mp3
64-49:Top Tracks - Iron Maiden/Iron Maiden - Chains Of Misery.mp3
65-50:Top Tracks - Iron Maiden/iron maiden - charlotte the harlot (Lyrics!).mp3
66-51:Top Tracks - Iron Maiden/Iron Maiden - Children Of The Damned (The Book Of Souls - Live Chapter).mp3
67-52:Top Tracks - Iron Maiden/Iron Maiden - Coming Home(Lyrics in Description).mp3
68-53:Top Tracks - Iron Maiden/Iron Maiden - Como Estais Amigos.mp3
69-54:Top Tracks - Iron Maiden/Iron Maiden - Cross-Eyed Mary Lyrics.mp3
70-55:Top Tracks - Iron Maiden/Iron Maiden - Dance of Death.mp3
71-56:Top Tracks - Iron Maiden/Iron Maiden - Death Or Glory (Live from The Book Of Souls World Tour).mp3
72-57:Top Tracks - Iron Maiden/Iron Maiden - Different World (Official Video).mp3
73-58:Top Tracks - Iron Maiden/Iron Maiden - Doctor Doctor ( Lyrics ).mp3
74-59:Top Tracks - Iron Maiden/Iron Maiden - Don't Look To The Eyes Of A Stranger.mp3
75-60:Top Tracks - Iron Maiden/Iron Maiden - Drifter.mp3
76-61:Top Tracks - Iron Maiden/Iron Maiden - El Dorado(Lyrics in Description).mp3
77-62:Top Tracks - Iron Maiden/Iron Maiden - Empire Of The Clouds.mp3
78-63:Top Tracks - Iron Maiden/Iron Maiden - Face in the Sand.mp3
79-64:Top Tracks - Iron Maiden/Iron Maiden - Fear is the Key.mp3
80-65:Top Tracks - Iron Maiden/Iron Maiden - Fear Of The Dark (Live At Donington Park).mp3
81-66:Top Tracks - Iron Maiden/Iron Maiden - Flash of the blade.mp3
82-67:Top Tracks - Iron Maiden/Iron Maiden - Flight Of Icarus (Official Video).mp3
83-68:Top Tracks - Iron Maiden/Iron Maiden - For the Greater Good of God.mp3
84-69:Top Tracks - Iron Maiden/Iron Maiden - Fortunes Of War (Studio Version).mp3
85-70:Top Tracks - Iron Maiden/Iron Maiden - From Here To Eternity (Official Video).mp3
86-71:Top Tracks - Iron Maiden/Iron Maiden - Futureal (Official Video).mp3
87-72:Top Tracks - Iron Maiden/Iron Maiden - Gates Of Tomorrow.mp3
88-73:Top Tracks - Iron Maiden/Iron Maiden - Ghost of the Navigator (Rock in Rio).mp3
89-74:Top Tracks - Iron Maiden/Iron Maiden - Hallowed Be Thy Name (Live at Long Beach Arena).mp3
90-75:Top Tracks - Iron Maiden/Iron Maiden - Heaven Can Wait (Flight 666) [HD].mp3
91-76:Top Tracks - Iron Maiden/Iron Maiden - Holy Smoke (Official Video).mp3
92-77:Top Tracks - Iron Maiden/Iron Maiden - Hooks in You.mp3
93-78:Top Tracks - Iron Maiden/Iron Maiden - I Can't See My Feelings Lyrics.mp3
94-79:Top Tracks - Iron Maiden/Iron Maiden - I Live My Way Lyrics.mp3
95-80:Top Tracks - Iron Maiden/Iron Maiden - I'm A Mover Lyrics.mp3
96-81:Top Tracks - Iron Maiden/Iron Maiden - I've Got The Fire! Lyrics.mp3
97-82:Top Tracks - Iron Maiden/Iron Maiden - If Eternity Should Fail (The Book Of Souls - Live Chapter).mp3
98-83:Top Tracks - Iron Maiden/Iron Maiden - Infinite Dreams (Live).mp3
99-84:Top Tracks - Iron Maiden/Iron Maiden - Invaders.mp3
100-85:Top Tracks - Iron Maiden/Iron Maiden - Invasion (with lyrics).mp3
101-86:Top Tracks - Iron Maiden/Iron Maiden - Iron Maiden (Live at Long Beach Arena).mp3
102-87:Top Tracks - Iron Maiden/Iron Maiden - Isle Of Avalon (WITH LYRICS IN VIDEO).mp3
103-88:Top Tracks - Iron Maiden/Iron Maiden - Journeyman.mp3
104-89:Top Tracks - Iron Maiden/Iron Maiden - Juanita Lyrics.mp3
105-90:Top Tracks - Iron Maiden/Iron Maiden - Judas Be My Guide (with lyrics).mp3
106-91:Top Tracks - Iron Maiden/Iron Maiden - Judgement Of Heaven (Studio Version).mp3
107-92:Top Tracks - Iron Maiden/Iron Maiden - Kill Me Ce Soir Lyrics.mp3
108-93:Top Tracks - Iron Maiden/Iron Maiden - King Of Twilight Lyrics.mp3
109-94:Top Tracks - Iron Maiden/Iron Maiden - Lightning Strikes Twice (1998).mp3
110-95:Top Tracks - Iron Maiden/Iron Maiden - Listen With Nicko ! Part VIII Lyrics.mp3
111-96:Top Tracks - Iron Maiden/Iron Maiden - Listen With Nicko! Part I Lyrics.mp3
112-97:Top Tracks - Iron Maiden/Iron Maiden - Look For The Truth (Studio Version).mp3
113-98:Top Tracks - Iron Maiden/Iron Maiden - Lord Of The Flies (Official Video).mp3
114-99:Top Tracks - Iron Maiden/Iron Maiden - Man On The Edge (Official Video).mp3
115-100:Top Tracks - Iron Maiden/Iron Maiden - Massacre Lyrics.mp3
116-101:Top Tracks - Iron Maiden/Iron Maiden - Moonchild.mp3
117-102:Top Tracks - Iron Maiden/Iron Maiden - Mother of Mercy.mp3
118-103:Top Tracks - Iron Maiden/Iron Maiden - New Frontier (2003).mp3
119-104:Top Tracks - Iron Maiden/Iron Maiden - No More Lies.mp3
120-105:Top Tracks - Iron Maiden/Iron Maiden - No Prayer For The Dying.mp3
121-106:Top Tracks - Iron Maiden/Iron Maiden - Nodding Donkey Blues Lyrics.mp3
122-107:Top Tracks - Iron Maiden/Iron Maiden - Out of The Shadows.mp3
123-108:Top Tracks - Iron Maiden/Iron Maiden - Out Of The Silent Planet (Official Video).mp3
124-109:Top Tracks - Iron Maiden/Iron Maiden - Paschendale.mp3
125-110:Top Tracks - Iron Maiden/Iron Maiden - Pass the Jam Lyrics.mp3
126-111:Top Tracks - Iron Maiden/Iron Maiden - Powerslave (Live at Long Beach Arena).mp3
127-112:Top Tracks - Iron Maiden/Iron Maiden - Prowler (with lyrics).mp3
128-113:Top Tracks - Iron Maiden/Iron Maiden - Public Enema Number One.mp3
129-114:Top Tracks - Iron Maiden/Iron Maiden - Purgatory _ Ghengis Khan.mp3
130-115:Top Tracks - Iron Maiden/Iron Maiden - Quest For Fire.mp3
131-116:Top Tracks - Iron Maiden/Iron Maiden - Rainbow's Gold Lyrics.mp3
132-117:Top Tracks - Iron Maiden/IRON MAIDEN - RAINMAKER (With Subtitles).mp3
133-118:Top Tracks - Iron Maiden/Iron Maiden - Reach Out Lyrics.mp3
134-119:Top Tracks - Iron Maiden/Iron Maiden - Run Silent Run Deep (with lyrics).mp3
135-120:Top Tracks - Iron Maiden/Iron Maiden - Run To The Hills (Official Video).mp3
136-121:Top Tracks - Iron Maiden/Iron Maiden - Running Free_ Burning Ambition.mp3
137-122:Top Tracks - Iron Maiden/Iron Maiden - Sanctuary _Drifter _I've Got The Fire.mp3
138-123:Top Tracks - Iron Maiden/Iron Maiden - Satellite 15... The Final Frontier.mp3
139-124:Top Tracks - Iron Maiden/Iron Maiden - Satellite 15...The Final Frontier @Singapore 2011.mp3
140-125:Top Tracks - Iron Maiden/Iron Maiden - Sea Of Madness (with lyrics).mp3
141-126:Top Tracks - Iron Maiden/Iron Maiden - Seventh Son Of A Seventh Son.mp3
142-127:Top Tracks - Iron Maiden/Iron Maiden - Shadows Of The Valley (lyrics) 'The Book of Souls' - 2015.mp3
143-128:Top Tracks - Iron Maiden/Iron Maiden - Sheriff Of Huddersfield Lyrics.mp3
144-129:Top Tracks - Iron Maiden/Iron Maiden - Sign of the Cross - Rock in Rio.mp3
145-130:Top Tracks - Iron Maiden/Iron Maiden - Space Station No 5 Lyrics.mp3
146-131:Top Tracks - Iron Maiden/Iron Maiden - SPACE TRUCKIN'.mp3
147-132:Top Tracks - Iron Maiden/Iron Maiden - Speed Of Light (Official Video).mp3
148-133:Top Tracks - Iron Maiden/Iron Maiden - Starblind.mp3
149-134:Top Tracks - Iron Maiden/Iron Maiden - Still Life.mp3
150-135:Top Tracks - Iron Maiden/Iron Maiden - Strange World (with lyrics).mp3
151-136:Top Tracks - Iron Maiden/Iron Maiden - Stranger In A Strange Land (Official Video).mp3
152-137:Top Tracks - Iron Maiden/Iron Maiden - Sund and Steel _HD.mp3
153-138:Top Tracks - Iron Maiden/Iron Maiden - Tailgunner (Official Video).mp3
154-139:Top Tracks - Iron Maiden/Iron Maiden - The Aftermath (Studio Version).mp3
155-140:Top Tracks - Iron Maiden/Iron Maiden - The Alchemist.mp3
156-141:Top Tracks - Iron Maiden/Iron Maiden - The Angel And The Gambler (Official Video).mp3
157-142:Top Tracks - Iron Maiden/Iron Maiden - The Apparition.mp3
158-143:Top Tracks - Iron Maiden/Iron Maiden - The Assassin.mp3
159-144:Top Tracks - Iron Maiden/Iron Maiden - The Book Of Souls (The Book Of Souls - Live Chapter).mp3
160-145:Top Tracks - Iron Maiden/Iron Maiden - The Clairvoyant (Donington '88).mp3
161-146:Top Tracks - Iron Maiden/Iron Maiden - The Clansman.mp3
162-147:Top Tracks - Iron Maiden/Iron Maiden - The duellists.mp3
163-148:Top Tracks - Iron Maiden/Iron Maiden - The Edge Of Darkness.mp3
164-149:Top Tracks - Iron Maiden/Iron Maiden - The Educated Fool.mp3
165-150:Top Tracks - Iron Maiden/Iron Maiden - The Evil That Men Do (Official Video).mp3
166-151:Top Tracks - Iron Maiden/Iron Maiden - The Fallen Angel (with lyrics).mp3
167-152:Top Tracks - Iron Maiden/Iron Maiden - The Fugitive.mp3
168-153:Top Tracks - Iron Maiden/Iron Maiden - The Great Unknown (The Book Of Souls - Live Chapter).mp3
169-154:Top Tracks - Iron Maiden/Iron maiden - the legacy.mp3
170-155:Top Tracks - Iron Maiden/Iron Maiden - The Loneliness of the Long Distance Runner..mp3
171-156:Top Tracks - Iron Maiden/Iron Maiden - The Longest Day.mp3
172-157:Top Tracks - Iron Maiden/Iron Maiden - The Man of Sorrows [Lyrics].mp3
173-158:Top Tracks - Iron Maiden/Iron Maiden - The Man Who Would Be King (WITH LYRICS IN VIDEO).mp3
174-159:Top Tracks - Iron Maiden/Iron Maiden - The Mercenary.mp3
175-160:Top Tracks - Iron Maiden/Iron Maiden - The Nomad.mp3
176-161:Top Tracks - Iron Maiden/Iron Maiden - The Number Of The Beast (Official Video).mp3
177-162:Top Tracks - Iron Maiden/Iron maiden - The Pilgrim.mp3
178-163:Top Tracks - Iron Maiden/Iron Maiden - The Prisoner (1982).mp3
179-164:Top Tracks - Iron Maiden/Iron Maiden - The Red And The Black (The Book Of Souls - Live Chapter).mp3
180-165:Top Tracks - Iron Maiden/Iron Maiden - The Reincarnation Of Benjamin Breeg (Official Video).mp3
181-166:Top Tracks - Iron Maiden/Iron Maiden - The Rime of the Ancient Mariner Full Length.mp3
182-167:Top Tracks - Iron Maiden/Iron Maiden - The Talisman(Lyrics in Description).mp3
183-168:Top Tracks - Iron Maiden/Iron Maiden - The Thin Line Between Love and Hate.mp3
184-169:Top Tracks - Iron Maiden/Iron Maiden - The Trooper (Official Video).mp3
185-170:Top Tracks - Iron Maiden/Iron Maiden - The Unbeliever (Studio Version).mp3
186-171:Top Tracks - Iron Maiden/Iron Maiden - The Wicker Man (Official Video).mp3
187-172:Top Tracks - Iron Maiden/Iron Maiden - These Colours Don't Run.mp3
188-173:Top Tracks - Iron Maiden/Iron Maiden - Total Eclipse.mp3
189-174:Top Tracks - Iron Maiden/Iron Maiden - Transylvania.mp3
190-175:Top Tracks - Iron Maiden/Iron Maiden - Virus (Official Video).mp3
191-176:Top Tracks - Iron Maiden/Iron Maiden - Wasted Years (Official Video).mp3
192-177:Top Tracks - Iron Maiden/Iron Maiden - Wasting Love (Official Video).mp3
193-178:Top Tracks - Iron Maiden/Iron Maiden - Weekend Warrior.mp3
194-179:Top Tracks - Iron Maiden/Iron Maiden - When The River Runs Deep lyrics.mp3
195-180:Top Tracks - Iron Maiden/Iron Maiden - When The Wild Wind Blows.mp3
196-181:Top Tracks - Iron Maiden/Iron Maiden - Where Eagles Dare _HD.mp3
197-182:Top Tracks - Iron Maiden/Iron Maiden - Wildest Dreams (Official Video).mp3
198-183:Top Tracks - Iron Maiden/Iron Maiden - Women In Uniform (Official Video).mp3
199-184:Top Tracks - Iron Maiden/Iron Maiden - Wrathchild (Live At The Rainbow).mp3
200-185:Top Tracks - Iron Maiden/Iron Maiden 'Remember Tomorrow'.mp3
201-186:Top Tracks - Iron Maiden/Iron Maiden Genghis Khan.mp3
202-187:Top Tracks - Iron Maiden/Iron maiden Intro (Arthur's farewell).mp3
203-188:Top Tracks - Iron Maiden/Iron Maiden Prodigal Son (Studio Version).mp3
204-189:Top Tracks - Iron Maiden/Iron Maiden- Die With Your Boots On.mp3
205-190:Top Tracks - Iron Maiden/Iron Maiden- Gangland.mp3
206-191:Top Tracks - Iron Maiden/Iron Maiden- Innocent Exile.mp3
207-192:Top Tracks - Iron Maiden/Iron Maiden- Killers.mp3
208-193:Top Tracks - Iron Maiden/Iron Maiden- Losfer Words (Big 'Orra).mp3
209-194:Top Tracks - Iron Maiden/Iron Maiden- Twilight Zone_ Wrathchild.mp3
210-195:Top Tracks - Iron Maiden/Iron maiden-burning ambition lyrics.mp3
211-196:Top Tracks - Iron Maiden/Iron Maiden-Childhoods end.mp3
212-197:Top Tracks - Iron Maiden/Iron Maiden-deja vu.mp3
213-198:Top Tracks - Iron Maiden/iron maiden-murders in the rue morgue.mp3
214-199:Top Tracks - Iron Maiden/iron maiden-the ides of march.mp3
215-200:Top Tracks - Iron Maiden/Lord of Light - Iron Maiden.mp3
216-201:Top Tracks - Iron Maiden/Montségur-Iron Maiden.mp3
217-202:Top Tracks - Iron Maiden/Mother Russia - Iron Maiden.mp3
218-203:Top Tracks - Iron Maiden/Revelations - Iron Maiden (with lyrics).mp3
219-204:Top Tracks - Iron Maiden/Tears of a Clown - Iron Maiden (The Book of souls).mp3
220-205:Top Tracks - Iron Maiden/TO TAME A LAND - IRON MAIDEN with lyrics.mp3
15+0:Scorpions - Born to Touch Your Feelings. Best of Rock Ballads (2017)/01. Born to Touch Your Feelings (Studio Edit).mp3
16+1:Scorpions - Born to Touch Your Feelings. Best of Rock Ballads (2017)/02. Still Loving You.mp3
17+2:Scorpions - Born to Touch Your Feelings. Best of Rock Ballads (2017)/03. Wind of Change.mp3
18+3:Scorpions - Born to Touch Your Feelings. Best of Rock Ballads (2017)/04. Always Somewhere.mp3
19+4:Scorpions - Born to Touch Your Feelings. Best of Rock Ballads (2017)/05. Send Me an Angel (Acoustic Version 2017).mp3
20+5:Scorpions - Born to Touch Your Feelings. Best of Rock Ballads (2017)/06. Holiday.mp3
21+6:Scorpions - Born to Touch Your Feelings. Best of Rock Ballads (2017)/07. Eye of the Storm (Radio Edit).mp3
22+7:Scorpions - Born to Touch Your Feelings. Best of Rock Ballads (2017)/08. When The Smoke Is Going Down.mp3
23+8:Scorpions - Born to Touch Your Feelings. Best of Rock Ballads (2017)/09. Lonely Nights.mp3
24+9:Scorpions - Born to Touch Your Feelings. Best of Rock Ballads (2017)/10. Gypsy Life.mp3
25+10:Scorpions - Born to Touch Your Feelings. Best of Rock Ballads (2017)/11. House of Cards (Single Edit).mp3
26+11:Scorpions - Born to Touch Your Feelings. Best of Rock Ballads (2017)/12. The Best Is Yet to Come.mp3
27+12:Scorpions - Born to Touch Your Feelings. Best of Rock Ballads (2017)/13. When You Came into My Life (Studio Edit).mp3
28+13:Scorpions - Born to Touch Your Feelings. Best of Rock Ballads (2017)/14. Lady Starlight.mp3
29+14:Scorpions - Born to Touch Your Feelings. Best of Rock Ballads (2017)/15. Follow Your Heart.mp3
30+15:Scorpions - Born to Touch Your Feelings. Best of Rock Ballads (2017)/16. Melrose Avenue.mp3
31+16:Scorpions - Born to Touch Your Feelings. Best of Rock Ballads (2017)/17. Always Be with You.mp3
32+17:Rammstein - Essentials (2018)/01. Du hast.mp3
33+18:Rammstein - Essentials (2018)/02. Sonne.mp3
34+19:Rammstein - Essentials (2018)/03. Amerika.mp3
35+20:Rammstein - Essentials (2018)/04. Engel.mp3
36+21:Rammstein - Essentials (2018)/05. Feuer Frei!.mp3
37+22:Rammstein - Essentials (2018)/06. Bueck dich.mp3
38+23:Rammstein - Essentials (2018)/07. Rammstein.mp3
39+24:Rammstein - Essentials (2018)/08. Mein Teil.mp3
40+25:Rammstein - Essentials (2018)/09. Rosenrot.mp3
41+26:Rammstein - Essentials (2018)/10. Ich Will.mp3
42+27:Rammstein - Essentials (2018)/11. Keine Lust.mp3
43+28:Rammstein - Essentials (2018)/12. Sehnsucht.mp3
44+29:Rammstein - Essentials (2018)/13. Mutter.mp3
45+30:Rammstein - Essentials (2018)/14. Du riechst so gut.mp3
46+31:Rammstein - Essentials (2018)/15. Mein Herz Brennt.mp3
47+32:Rammstein - Essentials (2018)/16. Mein Land.mp3
48+33:Rammstein - Essentials (2018)/17. Links 2 3 4.mp3
49+34:Rammstein - Essentials (2018)/18. Pussy.mp3
50+35:Rammstein - Essentials (2018)/19. Te Quiero Puta!.mp3
51+36:Rammstein - Essentials (2018)/20. Haifisch.mp3
52+37:Rammstein - Essentials (2018)/21. Benzin.mp3
53+38:Rammstein - Essentials (2018)/22. Klavier.mp3
54+39:Rammstein - Essentials (2018)/23. Asche zu Asche.mp3
55+40:Rammstein - Essentials (2018)/24. Ich Tu Dir Weh.mp3
56+41:Rammstein - Essentials (2018)/25. Reise, Reise.mp3
57+42:Metallica - Essentials (2018)/01. Enter Sandman.mp3
58+43:Metallica - Essentials (2018)/02. One.mp3
59+44:Metallica - Essentials (2018)/03. Nothing Else Matters.mp3
60+45:Metallica - Essentials (2018)/04. For Whom The Bell Tolls (Remastered).mp3
61+46:Metallica - Essentials (2018)/05. The Unforgiven.mp3
62+47:Metallica - Essentials (2018)/06. Fade To Black (Remastered).mp3
63+48:Metallica - Essentials (2018)/07. Welcome Home (Sanitarium).mp3
64+49:Metallica - Essentials (2018)/08. Sad But True.mp3
65+50:Metallica - Essentials (2018)/09. Seek & Destroy (Remastered).mp3
66+51:Metallica - Essentials (2018)/10. Harvester Of Sorrow.mp3
67+52:Metallica - Essentials (2018)/11. Hardwired.mp3
68+53:Metallica - Essentials (2018)/12. Fuel.mp3
69+54:Metallica - Essentials (2018)/13. Wherever I May Roam.mp3
70+55:Metallica - Essentials (2018)/14. Battery.mp3
71+56:Metallica - Essentials (2018)/15. Ride The Lightning (Remastered).mp3
72+57:Metallica - Essentials (2018)/16. The Four Horsemen (Remastered).mp3
73+58:Metallica - Essentials (2018)/17. ...And Justice For All.mp3
74+59:Metallica - Essentials (2018)/18. King Nothing.mp3
75+60:Metallica - Essentials (2018)/19. Creeping Death (Remastered).mp3
76+61:Metallica - Essentials (2018)/20. Blackened.mp3
77+62:Metallica - Essentials (2018)/21. Moth Into Flame.mp3
78+63:Metallica - Essentials (2018)/22. I Disappear.mp3
79+64:Metallica - Essentials (2018)/23. Until It Sleeps.mp3
80+65:Metallica - Essentials (2018)/24. Whiskey In The Jar.mp3
22181 playlist_end
--- /dev/null
+++ b/.config/neofetch/ctlm
@@ -0,0 +1,11 @@
1+${c1} #
2+ #|#
3+ ##|##
4+ ###|###
5+ ####|####
6+ #####|#####
7+ ######|######
8+ ####### #######
9+ ####### #######
10+####### #######
11+ """""""
--- a/.config/ranger/bookmarks
+++ b/.config/ranger/bookmarks
@@ -1,5 +1,5 @@
11 f:/home/st/files
2-':/home/st
2+':/home/st/.wall
33 m:/home/st/files/mega
44 d:/home/st/files/github/creio/dots
55 D:/home/st/Downloads
--- a/.config/sublime-text-3/Packages/User/Package Control.last-run
+++ b/.config/sublime-text-3/Packages/User/Package Control.last-run
@@ -1 +1 @@
1-1583668084
\ No newline at end of file
1+1584055085
\ No newline at end of file
--- a/.config/sublime-text-3/Packages/User/Preferences.sublime-settings
+++ b/.config/sublime-text-3/Packages/User/Preferences.sublime-settings
@@ -7,6 +7,7 @@
77 "selector": "text.html"
88 }
99 ],
10+ "folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "work"],
1011 "color_scheme": "Packages/One Dark Color Scheme/One Dark.tmTheme",
1112 "detect_indentation": false,
1213 "draw_shadows": false,
--- a/.config/tint2/tint2rc
+++ b/.config/tint2/tint2rc
@@ -1,4 +1,4 @@
1-#---- Generated by tint2conf f364 ----
1+#---- Generated by tint2conf a5dc ----
22 # See https://gitlab.com/o9000/tint2/wikis/Configure for
33 # full documentation of the configuration options.
44 #-------------------------------------
@@ -70,15 +70,15 @@ border_color_hover = #0e0607 80
7070 background_color_pressed = #000000 60
7171 border_color_pressed = #000000 30
7272
73-# Background 6: Исполнитель, Системный лоток, Часы, Button
74-rounded = 2
73+# Background 6: Системный лоток, Часы, Button
74+rounded = 0
7575 border_width = 0
7676 border_sides = TBLR
7777 border_content_tint_weight = 0
7878 background_content_tint_weight = 0
7979 background_color = #777777 22
8080 border_color = #0e0607 30
81-background_color_hover = #000000 60
81+background_color_hover = #888888 60
8282 border_color_hover = #000000 30
8383 background_color_pressed = #000000 60
8484 border_color_pressed = #000000 30
@@ -86,14 +86,14 @@ border_color_pressed = #000000 30
8686 #-------------------------------------
8787 # Panel
8888 panel_items = PTFS:C:P
89-panel_size = 100% 28
89+panel_size = 100% 30
9090 panel_margin = 0 0
9191 panel_padding = 5 5 0
9292 panel_background_id = 1
9393 wm_menu = 1
9494 panel_dock = 0
9595 panel_pivot_struts = 0
96-panel_position = bottom center horizontal
96+panel_position = top center horizontal
9797 panel_layer = bottom
9898 panel_monitor = all
9999 panel_shrink = 0
@@ -123,7 +123,7 @@ taskbar_hide_inactive_tasks = 0
123123 taskbar_hide_different_monitor = 0
124124 taskbar_hide_different_desktop = 0
125125 taskbar_always_show_all_desktop_tasks = 0
126-taskbar_name_padding = 4 2
126+taskbar_name_padding = 0 0
127127 taskbar_name_background_id = 0
128128 taskbar_name_active_background_id = 0
129129 taskbar_name_font_color = #e3e3e3 100
@@ -143,7 +143,7 @@ task_padding = 11 0 8
143143 task_tooltip = 1
144144 task_thumbnail = 1
145145 task_thumbnail_size = 200
146-task_font_color = #c00000 100
146+task_font_color = #acb2c4 100
147147 task_background_id = 2
148148 task_active_background_id = 5
149149 task_urgent_background_id = 3
@@ -176,23 +176,21 @@ startup_notifications = 1
176176 launcher_tooltip = 1
177177 launcher_item_app = tint2conf.desktop
178178 launcher_item_app = firefox.desktop
179-launcher_item_app = iceweasel.desktop
180-launcher_item_app = chromium-browser.desktop
181179
182180 #-------------------------------------
183181 # Clock
184182 time1_format = %H:%M
185183 time2_format =
186-time1_font = SF Pro Display Bold 10
184+time1_font = Clear Sans Medium, Medium 11
187185 time1_timezone =
188186 time2_timezone =
189-clock_font_color = #c00000 100
187+clock_font_color = #acb2c4 100
190188 clock_padding = 20 0
191189 clock_background_id = 6
192190 clock_tooltip = %a %d %b
193191 clock_tooltip_timezone =
194-clock_lclick_command =
195-clock_rclick_command = orage
192+clock_lclick_command = gsimplecal
193+clock_rclick_command =
196194 clock_mclick_command =
197195 clock_uwheel_command =
198196 clock_dwheel_command =
@@ -240,12 +238,12 @@ separator_padding = 0 0
240238 button = new
241239 button_icon = /home/st/.config/tint2/menu.svg
242240 button_text =
243-button_lclick_command = rofi -show drun -location 7
244-button_rclick_command =
241+button_lclick_command =
242+button_rclick_command = rofi -show drun -location 1
245243 button_mclick_command =
246244 button_uwheel_command =
247245 button_dwheel_command =
248-button_font_color = #000000 100
246+button_font_color = #acb2c4 100
249247 button_padding = 0 0
250248 button_background_id = 6
251249 button_centered = 0
@@ -256,12 +254,12 @@ button_max_icon_size = 0
256254 button = new
257255 button_icon = /home/st/.face
258256 button_text =
259-button_lclick_command = clearine
260-button_rclick_command = mugshot
257+button_lclick_command = oblogout
258+button_rclick_command =
261259 button_mclick_command =
262260 button_uwheel_command =
263261 button_dwheel_command =
264-button_font_color = #000000 100
262+button_font_color = #acb2c4 100
265263 button_padding = 0 0
266264 button_background_id = 6
267265 button_centered = 0
--- a/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml
@@ -16,5 +16,18 @@
1616 <property name="Y" type="int" value="0"/>
1717 </property>
1818 </property>
19+ <property name="VGA-0" type="string" value="Acer 19&quot;">
20+ <property name="Active" type="bool" value="true"/>
21+ <property name="EDID" type="string" value="55a30502c716c89879a16a796a0bb1e54fb71c2e"/>
22+ <property name="Resolution" type="string" value="1366x768"/>
23+ <property name="RefreshRate" type="double" value="59.789541"/>
24+ <property name="Rotation" type="int" value="0"/>
25+ <property name="Reflection" type="string" value="0"/>
26+ <property name="Primary" type="bool" value="false"/>
27+ <property name="Position" type="empty">
28+ <property name="X" type="int" value="0"/>
29+ <property name="Y" type="int" value="0"/>
30+ </property>
31+ </property>
1932 </property>
2033 </channel>
--- a/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
@@ -5,7 +5,7 @@
55 <property name="last-location-bar" type="string" value="ThunarLocationEntry"/>
66 <property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_75_PERCENT"/>
77 <property name="last-show-hidden" type="bool" value="true"/>
8- <property name="last-window-width" type="int" value="744"/>
8+ <property name="last-window-width" type="int" value="764"/>
99 <property name="last-window-height" type="int" value="376"/>
1010 <property name="last-window-maximized" type="bool" value="false"/>
1111 <property name="misc-single-click" type="bool" value="false"/>
@@ -33,9 +33,12 @@
3333 <value type="string" value="aa593eb5-71fb-495d-94c2-15dfd393f20a"/>
3434 <value type="string" value="015fe058-e4a8-4fc9-8051-8fb51eb409a6"/>
3535 <value type="string" value="9140-A314"/>
36+ <value type="string" value="2020-03-11-19-59-54-00"/>
3637 </property>
37- <property name="last-separator-position" type="int" value="106"/>
38+ <property name="last-separator-position" type="int" value="110"/>
3839 <property name="last-statusbar-visible" type="bool" value="true"/>
3940 <property name="last-menubar-visible" type="bool" value="false"/>
4041 <property name="last-side-pane" type="string" value="ThunarShortcutsPane"/>
42+ <property name="last-details-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_38_PERCENT"/>
43+ <property name="last-details-view-column-widths" type="string" value="50,121,50,50,238,50,50,73,50,205"/>
4144 </channel>
--- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-editor.xml
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-editor.xml
@@ -2,8 +2,8 @@
22
33 <channel name="xfce4-settings-editor" version="1.0">
44 <property name="last" type="empty">
5- <property name="window-width" type="int" value="823"/>
6- <property name="window-height" type="int" value="458"/>
5+ <property name="window-width" type="int" value="764"/>
6+ <property name="window-height" type="int" value="463"/>
77 <property name="paned-position" type="int" value="180"/>
88 </property>
99 </channel>
--- a/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
@@ -24,7 +24,7 @@
2424 <property name="CanChangeAccels" type="empty"/>
2525 <property name="ColorPalette" type="empty"/>
2626 <property name="FontName" type="string" value="Clear Sans Medium, Medium 9"/>
27- <property name="MonospaceFontName" type="string" value="Roboto Mono Medium 9"/>
27+ <property name="MonospaceFontName" type="string" value="Hack Nerd Font Mono 9"/>
2828 <property name="IconSizes" type="empty"/>
2929 <property name="KeyThemeName" type="empty"/>
3030 <property name="ToolbarStyle" type="empty"/>
--- a/.dotsrc
+++ b/.dotsrc
@@ -100,12 +100,14 @@ USER_PATHS=(
100100 ".config/Trolltech.conf"
101101 ".config/user-dirs.dirs"
102102 ".config/user-dirs.locale"
103+".gnupg/gpg.conf"
103104 ".mozilla/firefox/vos2wqqo.default-release/chrome/userChrome.css"
104105 )
105106
106107 ROOT_PATHS=(
107108 "/etc/environment"
108109 "/etc/fstab"
110+"/etc/makepkg.conf"
109111 "/etc/pacman.conf"
110112 "/etc/sddm.conf"
111113 "/etc/vconsole.conf"
--- a/.zshrc
+++ b/.zshrc
@@ -38,7 +38,7 @@ export XDG_CONFIG_HOME="$HOME/.config"
3838
3939 [[ -f ~/.alias_zsh ]] && . ~/.alias_zsh
4040
41-export PF_INFO="ascii os kernel wm shell pkgs memory palette"
41+export PF_INFO="ascii os kernel wm shell pkgs memory"
4242
4343 export PATH=$HOME/.gem/ruby/2.6.0/bin:$PATH
4444 # export PATH="$PATH:`yarn global bin`"
--- /dev/null
+++ b/root/etc/makepkg.conf
@@ -0,0 +1,145 @@
1+#!/hint/bash
2+#
3+# /etc/makepkg.conf
4+#
5+
6+#########################################################################
7+# SOURCE ACQUISITION
8+#########################################################################
9+#
10+#-- The download utilities that makepkg should use to acquire sources
11+# Format: 'protocol::agent'
12+DLAGENTS=('file::/usr/bin/curl -gqC - -o %o %u'
13+ 'ftp::/usr/bin/curl -gqfC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u'
14+ 'http::/usr/bin/curl -gqb "" -fLC - --retry 3 --retry-delay 3 -o %o %u'
15+ 'https::/usr/bin/curl -gqb "" -fLC - --retry 3 --retry-delay 3 -o %o %u'
16+ 'rsync::/usr/bin/rsync --no-motd -z %u %o'
17+ 'scp::/usr/bin/scp -C %u %o')
18+
19+# Other common tools:
20+# /usr/bin/snarf
21+# /usr/bin/lftpget -c
22+# /usr/bin/wget
23+
24+#-- The package required by makepkg to download VCS sources
25+# Format: 'protocol::package'
26+VCSCLIENTS=('bzr::bzr'
27+ 'git::git'
28+ 'hg::mercurial'
29+ 'svn::subversion')
30+
31+#########################################################################
32+# ARCHITECTURE, COMPILE FLAGS
33+#########################################################################
34+#
35+CARCH="x86_64"
36+CHOST="x86_64-pc-linux-gnu"
37+
38+#-- Compiler and Linker Flags
39+CPPFLAGS="-D_FORTIFY_SOURCE=2"
40+CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt"
41+CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt"
42+LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
43+#-- Make Flags: change this for DistCC/SMP systems
44+#MAKEFLAGS="-j2"
45+#-- Debugging flags
46+DEBUG_CFLAGS="-g -fvar-tracking-assignments"
47+DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"
48+
49+#########################################################################
50+# BUILD ENVIRONMENT
51+#########################################################################
52+#
53+# Defaults: BUILDENV=(!distcc !color !ccache check !sign)
54+# A negated environment option will do the opposite of the comments below.
55+#
56+#-- distcc: Use the Distributed C/C++/ObjC compiler
57+#-- color: Colorize output messages
58+#-- ccache: Use ccache to cache compilation
59+#-- check: Run the check() function if present in the PKGBUILD
60+#-- sign: Generate PGP signature file
61+#
62+BUILDENV=(!distcc color !ccache check !sign)
63+#
64+#-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
65+#-- specify a space-delimited list of hosts running in the DistCC cluster.
66+#DISTCC_HOSTS=""
67+#
68+#-- Specify a directory for package building.
69+#BUILDDIR=/tmp/makepkg
70+
71+#########################################################################
72+# GLOBAL PACKAGE OPTIONS
73+# These are default values for the options=() settings
74+#########################################################################
75+#
76+# Default: OPTIONS=(!strip docs libtool staticlibs emptydirs !zipman !purge !debug)
77+# A negated option will do the opposite of the comments below.
78+#
79+#-- strip: Strip symbols from binaries/libraries
80+#-- docs: Save doc directories specified by DOC_DIRS
81+#-- libtool: Leave libtool (.la) files in packages
82+#-- staticlibs: Leave static library (.a) files in packages
83+#-- emptydirs: Leave empty directories in packages
84+#-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
85+#-- purge: Remove files specified by PURGE_TARGETS
86+#-- debug: Add debugging flags as specified in DEBUG_* variables
87+#
88+OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug)
89+
90+#-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
91+INTEGRITY_CHECK=(md5)
92+#-- Options to be used when stripping binaries. See `man strip' for details.
93+STRIP_BINARIES="--strip-all"
94+#-- Options to be used when stripping shared libraries. See `man strip' for details.
95+STRIP_SHARED="--strip-unneeded"
96+#-- Options to be used when stripping static libraries. See `man strip' for details.
97+STRIP_STATIC="--strip-debug"
98+#-- Manual (man and info) directories to compress (if zipman is specified)
99+MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info})
100+#-- Doc directories to remove (if !docs is specified)
101+DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
102+#-- Files to be removed from all packages (if purge is specified)
103+PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
104+#-- Directory to store source code in for debug packages
105+DBGSRCDIR="/usr/src/debug"
106+
107+#########################################################################
108+# PACKAGE OUTPUT
109+#########################################################################
110+#
111+# Default: put built package and cached source in build directory
112+#
113+#-- Destination: specify a fixed directory where all packages will be placed
114+#PKGDEST=/home/packages
115+#-- Source cache: specify a fixed directory where source files will be cached
116+#SRCDEST=/home/sources
117+#-- Source packages: specify a fixed directory where all src packages will be placed
118+#SRCPKGDEST=/home/srcpackages
119+#-- Log files: specify a fixed directory where all log files will be placed
120+#LOGDEST=/home/makepkglogs
121+#-- Packager: name/email of the person or organization building packages
122+PACKAGER="Alex Creio <ctlos@protonmail.com>"
123+#-- Specify a key to use for package signing
124+#GPGKEY=""
125+
126+#########################################################################
127+# COMPRESSION DEFAULTS
128+#########################################################################
129+#
130+COMPRESSGZ=(gzip -c -f -n)
131+COMPRESSBZ2=(bzip2 -c -f)
132+COMPRESSXZ=(xz -c -z -)
133+COMPRESSZST=(zstd -c -T0 -20 --ultra -)
134+COMPRESSLRZ=(lrzip -q)
135+COMPRESSLZO=(lzop -q)
136+COMPRESSZ=(compress -c -f)
137+COMPRESSLZ4=(lz4 -q)
138+COMPRESSLZ=(lzip -c -f)
139+
140+#########################################################################
141+# EXTENSION DEFAULTS
142+#########################################################################
143+#
144+PKGEXT='.pkg.tar.zst'
145+SRCEXT='.src.tar.gz'
--- a/root/etc/pacman.conf
+++ b/root/etc/pacman.conf
@@ -12,7 +12,8 @@ HoldPkg = pacman glibc
1212 #UseDelta = 0.7
1313 Architecture = auto
1414
15-#IgnorePkg = arch-install-scripts kdenlive
15+# IgnorePkg = arch-install-scripts kdenlive
16+# IgnorePkg = arch-install-scripts
1617 #IgnoreGroup =
1718
1819 #NoUpgrade =
@@ -53,11 +54,12 @@ Include = /etc/pacman.d/mirrorlist
5354 [multilib]
5455 Include = /etc/pacman.d/mirrorlist
5556
56-# [ctlos_repo]
57-# SigLevel = Never
58-# Server = https://raw.githubusercontent.com/ctlos/ctlos_repo/master/$arch
57+[ctlos_repo]
58+SigLevel = Optional TrustAll
59+Server = https://raw.githubusercontent.com/ctlos/ctlos_repo/master/$arch
5960
6061 #[ctlos_repo]
62+# SigLevel = Required DatabaseOptional
6163 #SigLevel = Optional TrustAll
6264 #SigLevel = Never
6365 #Server = file:///media/files/github/ctlos_repo/$arch