diff --git a/botfiles/.config/autostart/autostart.sh b/botfiles/.config/autostart/autostart.sh
index 4885c91..fcfcc4a 100755
--- a/botfiles/.config/autostart/autostart.sh
+++ b/botfiles/.config/autostart/autostart.sh
@@ -51,7 +51,8 @@ udiskie &
# Welcome notify
dunstify "Hello ${USER}!"
# Wallpaper
-feh --bg-fill --randomize /home/samedamci/.config/wallpapers/1920x1080/ &
+if [ "$HOSTNAME" = "pc" ]; then RESOL="1920x1080"; elif [ "$HOSTNAME" = "laptop" ]; then RESOL="1366x768"; fi
+feh --bg-fill --randomize /home/samedamci/.config/wallpapers/$RESOL/ &
# Keyboard layout & key swaping
setxkbmap -layout 'pl' -option caps:swapescape &
# Cursor
diff --git a/botfiles/.config/easytag/browser_path.history b/botfiles/.config/easytag/browser_path.history
new file mode 100644
index 0000000..e69de29
diff --git a/botfiles/.config/easytag/rename_file.mask b/botfiles/.config/easytag/rename_file.mask
new file mode 100644
index 0000000..e69de29
diff --git a/botfiles/.config/easytag/run_program_with_directory.history b/botfiles/.config/easytag/run_program_with_directory.history
new file mode 100644
index 0000000..e69de29
diff --git a/botfiles/.config/easytag/run_program_with_file.history b/botfiles/.config/easytag/run_program_with_file.history
new file mode 100644
index 0000000..e69de29
diff --git a/botfiles/.config/easytag/scan_tag.mask b/botfiles/.config/easytag/scan_tag.mask
new file mode 100644
index 0000000..e69de29
diff --git a/botfiles/.config/easytag/search_file.history b/botfiles/.config/easytag/search_file.history
new file mode 100644
index 0000000..e69de29
diff --git a/botfiles/.config/gconf/desktop/%gconf.xml b/botfiles/.config/gconf/desktop/%gconf.xml
new file mode 100644
index 0000000..e69de29
diff --git a/botfiles/.config/gconf/desktop/gnome/%gconf.xml b/botfiles/.config/gconf/desktop/gnome/%gconf.xml
new file mode 100644
index 0000000..e69de29
diff --git a/botfiles/.config/gconf/desktop/gnome/peripherals/%gconf.xml b/botfiles/.config/gconf/desktop/gnome/peripherals/%gconf.xml
new file mode 100644
index 0000000..e69de29
diff --git a/botfiles/.config/gconf/desktop/gnome/peripherals/SynPS@47@2@32@Synaptics@32@TouchPad/%gconf.xml b/botfiles/.config/gconf/desktop/gnome/peripherals/SynPS@47@2@32@Synaptics@32@TouchPad/%gconf.xml
new file mode 100644
index 0000000..aff2966
--- /dev/null
+++ b/botfiles/.config/gconf/desktop/gnome/peripherals/SynPS@47@2@32@Synaptics@32@TouchPad/%gconf.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+ touchpad
+
+
diff --git a/botfiles/.config/gh/config.yml b/botfiles/.config/gh/config.yml
new file mode 100644
index 0000000..4e972b6
--- /dev/null
+++ b/botfiles/.config/gh/config.yml
@@ -0,0 +1,3 @@
+github.com:
+ - user: samedamci
+ oauth_token: 1e8ecbbefb9d49514774f4319700085de83ea2dc
diff --git a/botfiles/.config/htop/htoprc b/botfiles/.config/htop/htoprc
new file mode 100644
index 0000000..c21cfaa
--- /dev/null
+++ b/botfiles/.config/htop/htoprc
@@ -0,0 +1,26 @@
+# Beware! This file is rewritten by htop when settings are changed in the interface.
+# The parser is also very primitive, and not human-friendly.
+fields=0 48 17 18 38 39 40 2 46 47 49 1
+sort_key=47
+sort_direction=1
+hide_threads=0
+hide_kernel_threads=1
+hide_userland_threads=0
+shadow_other_users=0
+show_thread_names=0
+show_program_path=1
+highlight_base_name=0
+highlight_megabytes=1
+highlight_threads=1
+tree_view=0
+header_margin=1
+detailed_cpu_time=0
+cpu_count_from_zero=0
+update_process_names=0
+account_guest_in_cpu_meter=0
+color_scheme=0
+delay=15
+left_meters=AllCPUs Memory Swap
+left_meter_modes=1 1 1
+right_meters=Tasks LoadAverage Uptime
+right_meter_modes=2 2 2
diff --git a/botfiles/.config/jukrc b/botfiles/.config/jukrc
new file mode 100644
index 0000000..4f9ad2c
--- /dev/null
+++ b/botfiles/.config/jukrc
@@ -0,0 +1,50 @@
+[LyricsWidget]
+Show=true
+
+[MainWindow]
+Height 768=728
+State=AAAA/wAAAAD9AAAAAAAAAoMAAAKDAAAABAAAAAQAAAAIAAAACPwAAAABAAAAAgAAAAIAAAAWAG0AYQBpAG4AVABvAG8AbABCAGEAcgAAAAAA/////wAAAAAAAAAAAAAAFgBwAGwAYQB5AFQAbwBvAGwAQgBhAHIBAAAAAP////8AAAAAAAAAAA==
+ToolBarsMovable=Disabled
+Width 1366=643
+
+[MainWindow][Toolbar playToolBar]
+ToolButtonStyle=IconOnly
+
+[Player]
+CrossfadeTracks=false
+LoopPlaylist=false
+RandomPlay=Disabled
+Volume=100
+
+[PlaylistBox]
+ViewMode=0
+
+[PlaylistShared]
+ColumnOrder=
+InlineCompletionMode=2
+ResizeColumnsManually=false
+VisibleColumns=0,1,2,3,4,5,6,7
+
+[Playlists]
+CollectionListSortAscending=true
+CollectionListSortColumn=1
+DirectoryList[$e]=$HOME/SD/Music
+ImportPlaylists=true
+showUpcoming=false
+
+[Settings]
+DockInSystemTray=true
+DockOnClose=true
+StartDocked=false
+TrackPopup=false
+
+[Splitter]
+EditorSplitterSizes=332,307
+PlaylistSplitterSizes=70,365,200
+ShowSearch=true
+
+[TagEditor]
+AlbumNameBoxMode=2
+ArtistNameBoxMode=2
+GenreBoxMode=2
+Show=true
diff --git a/botfiles/.config/kdeglobals b/botfiles/.config/kdeglobals
new file mode 100644
index 0000000..455c6c4
--- /dev/null
+++ b/botfiles/.config/kdeglobals
@@ -0,0 +1,17 @@
+[KFileDialog Settings]
+Allow Expansion=false
+Automatically select filename extension=true
+Breadcrumb Navigation=true
+Decoration position=2
+LocationCombo Completionmode=5
+PathCombo Completionmode=5
+Show Bookmarks=false
+Show Full Path=false
+Show Inline Previews=true
+Show Speedbar=true
+Show hidden files=false
+Sort by=Name
+Sort directories first=true
+Sort reversed=false
+Speedbar Width=148
+View Style=DetailTree
diff --git a/botfiles/.config/kdenliverc b/botfiles/.config/kdenliverc
new file mode 100644
index 0000000..32ae969
--- /dev/null
+++ b/botfiles/.config/kdenliverc
@@ -0,0 +1,55 @@
+[KFileDialog Settings]
+Recent Files[$e]=file:$HOME/HDD/Projects/brovar-compilation/
+Recent URLs[$e]=file:$HOME/HDD/Projects/brovar-compilation/
+detailViewIconSize=0
+
+[MainWindow]
+Height 768=728
+State=AAAA/wAAAAD9AAAAAQAAAAIAAAVGAAABf/wBAAAADvsAAAAYAG4AbwB0AGUAcwBfAHcAaQBkAGcAZQB0AAAAAAD/////AAAARgD////7AAAADgBsAGkAYgByAGEAcgB5AAAAAAD/////AAAAWAD////7AAAAFABzAGMAcgBlAGUAbgBnAHIAYQBiAAAAAAD/////AAAARwD////7AAAAGgBhAHUAZABpAG8AcwBwAGUAYwB0AHIAdQBtAAAAAAD/////AAAAaQD////7AAAAFgBwAHIAbwBqAGUAYwB0AF8AYgBpAG4BAAAAAAAAAOwAAABGAP////wAAADyAAAAewAAAHsA////+gAAAAABAAAAAvsAAAAYAGUAZgBmAGUAYwB0AF8AcwB0AGEAYwBrAQAAAAD/////AAAARAD////7AAAAHgBjAGwAaQBwAF8AcAByAG8AcABlAHIAdABpAGUAcwEAAAAA/////wAAAEQA/////AAAAXMAAAEOAAAAewD////6AAAAAQEAAAAC+wAAAB4AdAByAGEAbgBzAGkAdABpAG8AbgBfAGwAaQBzAHQBAAAAAP////8AAAAAAP////sAAAAWAGUAZgBmAGUAYwB0AF8AbABpAHMAdAEAAAAA/////wAAAAAA/////AAAAocAAAK/AAABQAD////6AAAAAAEAAAAC+wAAABgAYwBsAGkAcABfAG0AbwBuAGkAdABvAHIBAAAAAP////8AAAFAAP////sAAAAeAHAAcgBvAGoAZQBjAHQAXwBtAG8AbgBpAHQAbwByAQAAAAD/////AAABQAD////7AAAAGAB1AG4AZABvAF8AaABpAHMAdABvAHIAeQAAAAAA/////wAAAEYA////+wAAAAoAbQBpAHgAZQByAAAAAAD/////AAAApQD////7AAAAFgB2AGUAYwB0AG8AcgBzAGMAbwBwAGUAAAAAAP////8AAAEpAP////sAAAAQAHcAYQB2AGUAZgBvAHIAbQAAAAAA/////wAAAJ8A////+wAAABQAcgBnAGIAXwBwAGEAcgBhAGQAZQAAAAAA/////wAAAJwA////+wAAABIAaABpAHMAdABvAGcAcgBhAG0AAAAAAP////8AAAE5AP///wAABUYAAAD+AAAABAAAAAQAAAAIAAAACPwAAAABAAAAAgAAAAIAAAAWAG0AYQBpAG4AVABvAG8AbABCAGEAcgEAAAAA/////wAAAAAAAAAAAAAAGABlAHgAdAByAGEAVABvAG8AbABCAGEAcgEAAAIf/////wAAAAAAAAAA
+ToolBarsMovable=Disabled
+Width 1366=1350
+
+[Recent Dirs]
+KdenliveClipFolder[$e]=$HOME/HDD/Projects/brovar-compilation/,$HOME/Pictures/,$HOME/Videos
+KdenliveProjectsFolder[$e]=$HOME/Videos/,$HOME/Videos,$HOME/Documents
+
+[Recent Files]
+File1[$e]=$HOME/Videos/brovarcompilation.kdenlive
+Name1[$e]=brovarcompilation.kdenlive
+
+[UiSettings]
+ColorScheme=Breeze Dark
+
+[bin]
+treeviewheaders=AAAA/wAAAAAAAAABAAAAAAAAAAABAAAAAAAAAAAAAAADBgAAAAIAAAACAAAAZAAAAAEAAAA5AAAA3AAAAAMBAQABAAAAAAAAAAAAAAAAZP////8AAACBAAAAAAAAAAMAAADcAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAQAAAAAAAAPoAAAAAEA=
+
+[capture]
+decklink_extension=mov
+decklink_parameters=vcodec=dnxhd vb=145000k acodec=pcm_s16le threads=%threads
+grab_extension=mov
+grab_parameters=-crf 25 -vcodec libx264 -preset veryfast -threads 0
+v4l_extension=mpg
+v4l_parameters=qscale=4 ab=192k vcodec=mpeg2video acodec=mp2 threads=%threads
+
+[env]
+defaultimageapp=/usr/bin/gimp
+defaultprojectfolder[$e]=$HOME/Videos
+ffmpegpath[$e]=/usr/bin/ffmpeg
+ffplaypath[$e]=/usr/bin/ffplay
+ffprobepath[$e]=/usr/bin/ffprobe
+mltpath[$e]=/usr/share/mlt/profiles
+rendererpath[$e]=/usr/bin/melt
+
+[timeline]
+trackheight=61
+
+[unmanaged]
+default_profile=atsc_1080p_25
+monitor_audio=false
+producerslist=frei0r.ising0r,frei0r.lissajous0r,frei0r.nois0r,frei0r.onecol0r,frei0r.partik0l,frei0r.plasma,frei0r.test_pat_B,frei0r.test_pat_C,frei0r.test_pat_G,frei0r.test_pat_I,frei0r.test_pat_L,frei0r.test_pat_R,pgm,pango,pixbuf,xml,xml-string,xml-nogl,avformat,avformat-novalidate,decklink,slowmotion,abnormal,color,colour,consumer,hold,loader,melt,melt_file,noise,timewarp,tone,qimage,qtext,kdenlivetitle,blipflash,count,framebuffer
+project_fps=24
+use_dark_breeze=true
+widgetstyle=Default
+
+[version]
+version=19.12.2
diff --git a/botfiles/.config/mc/ini b/botfiles/.config/mc/ini
new file mode 100644
index 0000000..2037eee
--- /dev/null
+++ b/botfiles/.config/mc/ini
@@ -0,0 +1,142 @@
+[Midnight-Commander]
+verbose=true
+shell_patterns=true
+auto_save_setup=true
+preallocate_space=false
+auto_menu=false
+use_internal_view=true
+use_internal_edit=true
+clear_before_exec=true
+confirm_delete=true
+confirm_overwrite=true
+confirm_execute=false
+confirm_history_cleanup=true
+confirm_exit=false
+confirm_directory_hotlist_delete=false
+confirm_view_dir=false
+safe_delete=false
+safe_overwrite=false
+use_8th_bit_as_meta=false
+mouse_move_pages_viewer=true
+mouse_close_dialog=false
+fast_refresh=false
+drop_menus=false
+wrap_mode=true
+old_esc_mode=true
+cd_symlinks=true
+show_all_if_ambiguous=false
+use_file_to_guess_type=true
+alternate_plus_minus=false
+only_leading_plus_minus=true
+show_output_starts_shell=false
+xtree_mode=false
+file_op_compute_totals=true
+classic_progressbar=true
+use_netrc=true
+ftpfs_always_use_proxy=false
+ftpfs_use_passive_connections=true
+ftpfs_use_passive_connections_over_proxy=false
+ftpfs_use_unix_list_options=true
+ftpfs_first_cd_then_ls=true
+ignore_ftp_chattr_errors=true
+editor_fill_tabs_with_spaces=false
+editor_return_does_auto_indent=true
+editor_backspace_through_tabs=false
+editor_fake_half_tabs=true
+editor_option_save_position=true
+editor_option_auto_para_formatting=false
+editor_option_typewriter_wrap=false
+editor_edit_confirm_save=true
+editor_syntax_highlighting=true
+editor_persistent_selections=true
+editor_drop_selection_on_copy=true
+editor_cursor_beyond_eol=false
+editor_cursor_after_inserted_block=false
+editor_visible_tabs=true
+editor_visible_spaces=true
+editor_line_state=false
+editor_simple_statusbar=false
+editor_check_new_line=false
+editor_show_right_margin=false
+editor_group_undo=false
+editor_state_full_filename=false
+editor_ask_filename_before_edit=false
+nice_rotating_dash=true
+mcview_remember_file_position=false
+auto_fill_mkdir_name=true
+copymove_persistent_attr=true
+pause_after_run=1
+mouse_repeat_rate=100
+double_click_speed=250
+old_esc_mode_timeout=1000000
+max_dirt_limit=10
+num_history_items_recorded=60
+vfs_timeout=60
+ftpfs_directory_timeout=900
+ftpfs_retry_seconds=30
+fish_directory_timeout=900
+editor_tab_spacing=8
+editor_word_wrap_line_length=72
+editor_option_save_mode=0
+editor_backup_extension=~
+editor_filesize_threshold=64M
+editor_stop_format_chars=-+*\\,.;:&>
+mcview_eof=
+skin=default
+
+[Layout]
+message_visible=1
+keybar_visible=1
+xterm_title=1
+output_lines=0
+command_prompt=1
+menubar_visible=1
+free_space=1
+horizontal_split=0
+vertical_equal=1
+left_panel_size=74
+horizontal_equal=1
+top_panel_size=1
+
+[Misc]
+timeformat_recent=%b %e %H:%M
+timeformat_old=%b %e %Y
+ftp_proxy_host=gate
+ftpfs_password=anonymous@
+display_codepage=UTF-8
+source_codepage=Other_8_bit
+autodetect_codeset=
+clipboard_store=
+clipboard_paste=
+
+[Colors]
+base_color=
+st-256color=
+color_terminals=
+
+[Panels]
+show_mini_info=true
+kilobyte_si=false
+mix_all_files=false
+show_backups=true
+show_dot_files=true
+fast_reload=false
+fast_reload_msg_shown=false
+mark_moves_down=true
+reverse_files_only=true
+auto_save_setup_panels=false
+navigate_with_arrows=false
+panel_scroll_pages=true
+panel_scroll_center=false
+mouse_move_pages=true
+filetype_mode=true
+permission_mode=false
+torben_fj_mode=false
+quick_search_mode=2
+select_flags=6
+
+[Panelize]
+Find *.orig after patching=find . -name \\*.orig -print
+Find SUID and SGID programs=find . \\( \\( -perm -04000 -a -perm /011 \\) -o \\( -perm -02000 -a -perm /01 \\) \\) -print
+Find rejects after patching=find . -name \\*.rej -print
+Modified git files=git ls-files --modified
diff --git a/botfiles/.config/mc/panels.ini b/botfiles/.config/mc/panels.ini
new file mode 100644
index 0000000..e69de29
diff --git a/botfiles/.config/polybar/config b/botfiles/.config/polybar/config
index 3d2b7c9..270a7e0 100644
--- a/botfiles/.config/polybar/config
+++ b/botfiles/.config/polybar/config
@@ -43,8 +43,8 @@ module-margin-left = 0
module-margin-right = 0
modules-left = bspwm
-modules-center = mpd
-modules-right = alsa sym2 fsroot sym5 fshome sym2 coreuse temperature memory sym2 clock sym2 updater sym2 powermenu
+modules-center =
+modules-right = wireless-network sym2 alsa sym2 fsroot sym5 fshome sym2 coreuse temperature memory sym2 battery sym2 clock sym2 updater sym2 powermenu
cursor-click = pointer
cursor-scroll = ns-resize
@@ -97,7 +97,7 @@ interval = 2
format-online =
-label-song = %{F#dfdfdf}%{F-}%{A1:st -e ncmpcpp &:} %artist% - %title%%{A}
+label-song = %{F#dfdfdf}%{F-} %artist% - %title%
label-offline = %{F#dfdfdf}%{F-} mpd is offline
icon-play =
@@ -122,8 +122,8 @@ interface = wlp8s0
format-connected =
format-packetloss =
-label-connected = %{A1:st -e nmtui:}%local_ip% %downspeed% %upspeed%%{A}
-label-disconnected = %{A1:st -e nmtui:}%{A3:st -e nmtui:}%{F#66} disconnected%{A}%{A}
+label-connected = %{A1:st -e nmtui &:}%local_ip% %downspeed% %upspeed%%{A}
+label-disconnected = %{A1:st -e nmtui &:}%{F#66} disconnected%{A}
ramp-signal-0 =
ramp-signal-1 =
@@ -233,7 +233,7 @@ type = internal/cpu
interval = 3
format-padding = 0
-format =