diff --git a/.config/ctpv/config b/.config/ctpv/config new file mode 100644 index 0000000..26566f8 --- /dev/null +++ b/.config/ctpv/config @@ -0,0 +1 @@ +set chafasixel diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc new file mode 100644 index 0000000..0d13b7c --- /dev/null +++ b/.config/fastfetch/config.jsonc @@ -0,0 +1,86 @@ +{ + "display": { + "separator": "- " + }, + "modules": [ + "break", + { + "type": "title", + "keyWidth": 10 + }, + "break", + { + "type": "os", + "key": "󰟀 ", + "keyColor": "34", // = color4 + }, + { + "type": "kernel", + "key": " ", + "keyColor": "34", + }, + { + "type": "cpu", + "key": " ", + "keyColor": "34", + }, + { + "type": "memory", + "key": " ", + "keyColor": "34", + }, + { + "type": "packages", + "format": "{} (apk)", + "key": "󰏓 ", + "keyColor": "34", + }, + { + "type": "shell", + "key": " ", + "keyColor": "34", + }, + { + "type": "terminal", + "key": " ", + "keyColor": "34", + }, + { + "type": "wm", + "key": " ", + "keyColor": "34", + }, + { + "type": "cursor", + "key": "󰇀 ", + "keyColor": "34", + }, + { + "type": "terminalfont", + "key": "󰛖 ", + "keyColor": "34", + }, + { + "type": "uptime", + "key": "󱎫 ", + "keyColor": "34", + }, + { + "type": "media", + "key": "󰎇 ", + "keyColor": "34", + }, + { + "type": "player", + "key": "󰲑 ", + "keyColor": "34", + }, + "break", + { + "type": "custom", + "format": "\u001b[31m \u001b[31m \u001b[32m \u001b[33m \u001b[34m \u001b[35m \u001b[36m " + }, + "break", + "break", + ] +} diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini new file mode 100644 index 0000000..492370f --- /dev/null +++ b/.config/foot/foot.ini @@ -0,0 +1,18 @@ +[main] +shell=/bin/zsh +term=xterm-256color +title=foot +font=Inconsolata +letter-spacing=0 +dpi-aware=yes +include = ~/.cache/wal/colors-foot.ini + +[colors] +alpha=0.85 + +[cursor] +style=beam +unfocused-style=none +blink=yes +beam-thickness=1 +blink-rate=600 diff --git a/.config/fuzzel/fuzzel.ini b/.config/fuzzel/fuzzel.ini new file mode 100644 index 0000000..a0b1341 --- /dev/null +++ b/.config/fuzzel/fuzzel.ini @@ -0,0 +1,20 @@ +[main] +dpi-aware=yes +icon-theme=Papirus-Dark +width=25 +font=Inconsolata +line-height=18 +fields=name,generic,comment,categories,filename,keywords +terminal=footclient -e +prompt="> " +show-actions=yes +exit-on-keyboard-focus-loss=yes +include = ~/.cache/wal/colors-fuzzel.ini + +[border] +radius=0 +width=2 + +[dmenu] +exit-immediately-if-empty=yes + diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini new file mode 100644 index 0000000..2410f4e --- /dev/null +++ b/.config/gtk-3.0/settings.ini @@ -0,0 +1,6 @@ +[Settings] +gtk-cursor-theme-name=macOS +gtk-cursor-theme-size=28 +gtk-icon-theme-name=Papirus-Dark +gtk-font-name=Inconsolata 11 +gtk-application-prefer-dark-theme=true diff --git a/.config/kanshi/config b/.config/kanshi/config new file mode 100644 index 0000000..68c326f --- /dev/null +++ b/.config/kanshi/config @@ -0,0 +1,8 @@ +profile { + output eDP-1 disable + output "LG Electronics MP59G 0x000672C5" mode 1920x1080 position 0,0 +} + +profile { + output eDP-1 enable scale 1.25 +} diff --git a/.config/lf/colors b/.config/lf/colors new file mode 100644 index 0000000..b65d3f0 --- /dev/null +++ b/.config/lf/colors @@ -0,0 +1,174 @@ +# vim:ft=dircolors +# (This is not a dircolors file but it helps to highlight colors and comments) + +# default values from dircolors +# (entries with a leading # are not implemented in lf) +# #no 00 # NORMAL +# fi 00 # FILE +# #rs 0 # RESET +# di 01;34 # DIR +# ln 01;36 # LINK +# #mh 00 # MULTIHARDLINK +# pi 40;33 # FIFO +# so 01;35 # SOCK +# #do 01;35 # DOOR +# bd 40;33;01 # BLK +# cd 40;33;01 # CHR +# or 40;31;01 # ORPHAN +# #mi 00 # MISSING +# su 37;41 # SETUID +# sg 30;43 # SETGID +# #ca 30;41 # CAPABILITY +# tw 30;42 # STICKY_OTHER_WRITABLE +# ow 34;42 # OTHER_WRITABLE +# st 37;44 # STICKY +# ex 01;32 # EXEC + +# default values from lf (with matching order) +# ln 01;36 # LINK +# or 31;01 # ORPHAN +# tw 01;34 # STICKY_OTHER_WRITABLE +# ow 01;34 # OTHER_WRITABLE +# st 01;34 # STICKY +# di 01;34 # DIR +# pi 33 # FIFO +# so 01;35 # SOCK +# bd 33;01 # BLK +# cd 33;01 # CHR +# su 01;32 # SETUID +# sg 01;32 # SETGID +# ex 01;32 # EXEC +# fi 00 # FILE + +# file types (with matching order) +ln 01;36 # LINK +or 31;01 # ORPHAN +tw 34 # STICKY_OTHER_WRITABLE +ow 34 # OTHER_WRITABLE +st 01;34 # STICKY +di 01;34 # DIR +pi 33 # FIFO +so 01;35 # SOCK +bd 33;01 # BLK +cd 33;01 # CHR +su 01;32 # SETUID +sg 01;32 # SETGID +ex 01;32 # EXEC +fi 00 # FILE + +# archives or compressed (dircolors defaults) +*.tar 01;31 +*.tgz 01;31 +*.arc 01;31 +*.arj 01;31 +*.taz 01;31 +*.lha 01;31 +*.lz4 01;31 +*.lzh 01;31 +*.lzma 01;31 +*.tlz 01;31 +*.txz 01;31 +*.tzo 01;31 +*.t7z 01;31 +*.zip 01;31 +*.z 01;31 +*.dz 01;31 +*.gz 01;31 +*.lrz 01;31 +*.lz 01;31 +*.lzo 01;31 +*.xz 01;31 +*.zst 01;31 +*.tzst 01;31 +*.bz2 01;31 +*.bz 01;31 +*.tbz 01;31 +*.tbz2 01;31 +*.tz 01;31 +*.deb 01;31 +*.rpm 01;31 +*.jar 01;31 +*.war 01;31 +*.ear 01;31 +*.sar 01;31 +*.rar 01;31 +*.alz 01;31 +*.ace 01;31 +*.zoo 01;31 +*.cpio 01;31 +*.7z 01;31 +*.rz 01;31 +*.cab 01;31 +*.wim 01;31 +*.swm 01;31 +*.dwm 01;31 +*.esd 01;31 + +# image formats (dircolors defaults) +*.jpg 01;35 +*.jpeg 01;35 +*.mjpg 01;35 +*.mjpeg 01;35 +*.gif 01;35 +*.bmp 01;35 +*.pbm 01;35 +*.pgm 01;35 +*.ppm 01;35 +*.tga 01;35 +*.xbm 01;35 +*.xpm 01;35 +*.tif 01;35 +*.tiff 01;35 +*.png 01;35 +*.svg 01;35 +*.svgz 01;35 +*.mng 01;35 +*.pcx 01;35 +*.mov 01;35 +*.mpg 01;35 +*.mpeg 01;35 +*.m2v 01;35 +*.mkv 01;35 +*.webm 01;35 +*.ogm 01;35 +*.mp4 01;35 +*.m4v 01;35 +*.mp4v 01;35 +*.vob 01;35 +*.qt 01;35 +*.nuv 01;35 +*.wmv 01;35 +*.asf 01;35 +*.rm 01;35 +*.rmvb 01;35 +*.flc 01;35 +*.avi 01;35 +*.fli 01;35 +*.flv 01;35 +*.gl 01;35 +*.dl 01;35 +*.xcf 01;35 +*.xwd 01;35 +*.yuv 01;35 +*.cgm 01;35 +*.emf 01;35 +*.ogv 01;35 +*.ogx 01;35 + +# audio formats (dircolors defaults) +*.aac 00;36 +*.au 00;36 +*.flac 00;36 +*.m4a 00;36 +*.mid 00;36 +*.midi 00;36 +*.mka 00;36 +*.mp3 00;36 +*.mpc 00;36 +*.ogg 00;36 +*.ra 00;36 +*.wav 00;36 +*.oga 00;36 +*.opus 00;36 +*.spx 00;36 +*.xspf 00;36 diff --git a/.config/lf/icons b/.config/lf/icons new file mode 100644 index 0000000..4022691 --- /dev/null +++ b/.config/lf/icons @@ -0,0 +1,377 @@ +# vim:ft=conf + +# These examples require Nerd Fonts or a compatible font to be used. +# See https://www.nerdfonts.com for more information. + +# default values from lf (with matching order) +# ln l # LINK +# or l # ORPHAN +# tw t # STICKY_OTHER_WRITABLE +# ow d # OTHER_WRITABLE +# st t # STICKY +# di d # DIR +# pi p # FIFO +# so s # SOCK +# bd b # BLK +# cd c # CHR +# su u # SETUID +# sg g # SETGID +# ex x # EXEC +# fi - # FILE + +# file types (with matching order) +ln  # LINK +or  # ORPHAN +tw t # STICKY_OTHER_WRITABLE +ow  # OTHER_WRITABLE +st t # STICKY +di  # DIR +pi p # FIFO +so s # SOCK +bd b # BLK +cd c # CHR +su u # SETUID +sg g # SETGID +ex  # EXEC +fi  # FILE + +# disable some default filetype icons, let them choose icon by filename +# ln  # LINK +# or  # ORPHAN +# tw # STICKY_OTHER_WRITABLE +# ow # OTHER_WRITABLE +# st # STICKY +# di  # DIR +# pi # FIFO +# so # SOCK +# bd # BLK +# cd # CHR +# su # SETUID +# sg # SETGID +# ex # EXEC +# fi  # FILE + +# file extensions (vim-devicons) +*.styl  +*.sass  +*.scss  +*.htm  +*.html  +*.slim  +*.haml  +*.ejs  +*.css  +*.less  +*.md  +*.mdx  +*.markdown  +*.rmd  +*.json  +*.webmanifest  +*.js  +*.mjs  +*.jsx  +*.rb  +*.gemspec  +*.rake  +*.php  +*.py  +*.pyc  +*.pyo  +*.pyd  +*.coffee  +*.mustache  +*.hbs  +*.conf  +*.ini  +*.yml  +*.yaml  +*.toml  +*.bat  +*.mk  +*.jpg  +*.jpeg  +*.bmp  +*.png  +*.webp  +*.gif  +*.ico  +*.twig  +*.cpp  +*.c++  +*.cxx  +*.cc  +*.cp  +*.c  +*.cs 󰌛 +*.h  +*.hh  +*.hpp  +*.hxx  +*.hs  +*.lhs  +*.nix  +*.lua  +*.java  +*.sh  +*.fish  +*.bash  +*.zsh  +*.ksh  +*.csh  +*.awk  +*.ps1  +*.ml λ +*.mli λ +*.diff  +*.db  +*.sql  +*.dump  +*.clj  +*.cljc  +*.cljs  +*.edn  +*.scala  +*.go  +*.dart  +*.xul  +*.sln  +*.suo  +*.pl  +*.pm  +*.t  +*.rss  +'*.f#'  +*.fsscript  +*.fsx  +*.fs  +*.fsi  +*.rs  +*.rlib  +*.d  +*.erl  +*.hrl  +*.ex  +*.exs  +*.eex  +*.leex  +*.heex  +*.vim  +*.ai  +*.psd  +*.psb  +*.ts  +*.tsx  +*.jl  +*.pp  +*.vue  +*.elm  +*.swift  +*.xcplayground  +*.tex 󰙩 +*.r 󰟔 +*.rproj 󰗆 +*.sol 󰡪 +*.pem  + +# file names (vim-devicons) (case-insensitive not supported in lf) +*gruntfile.coffee  +*gruntfile.js  +*gruntfile.ls  +*gulpfile.coffee  +*gulpfile.js  +*gulpfile.ls  +*mix.lock  +*dropbox  +*.ds_store  +*.gitconfig  +*.gitignore  +*.gitattributes  +*.gitlab-ci.yml  +*.bashrc  +*.zshrc  +*.zshenv  +*.zprofile  +*.vimrc  +*.gvimrc  +*_vimrc  +*_gvimrc  +*.bashprofile  +*favicon.ico  +*license  +*node_modules  +*react.jsx  +*procfile  +*dockerfile  +*docker-compose.yml  +*docker-compose.yaml  +*compose.yml  +*compose.yaml  +*rakefile  +*config.ru  +*gemfile  +*makefile  +*cmakelists.txt  +*robots.txt 󰚩 + +# file names (case-sensitive adaptations) +*Gruntfile.coffee  +*Gruntfile.js  +*Gruntfile.ls  +*Gulpfile.coffee  +*Gulpfile.js  +*Gulpfile.ls  +*Dropbox  +*.DS_Store  +*LICENSE  +*React.jsx  +*Procfile  +*Dockerfile  +*Docker-compose.yml  +*Docker-compose.yaml  +*Rakefile  +*Gemfile  +*Makefile  +*CMakeLists.txt  + +# file patterns (vim-devicons) (patterns not supported in lf) +# .*jquery.*\.js$  +# .*angular.*\.js$  +# .*backbone.*\.js$  +# .*require.*\.js$  +# .*materialize.*\.js$  +# .*materialize.*\.css$  +# .*mootools.*\.js$  +# .*vimrc.*  +# Vagrantfile$  + +# file patterns (file name adaptations) +*jquery.min.js  +*angular.min.js  +*backbone.min.js  +*require.min.js  +*materialize.min.js  +*materialize.min.css  +*mootools.min.js  +*vimrc  +Vagrantfile  + +# archives or compressed (extensions from dircolors defaults) +*.tar  +*.tgz  +*.arc  +*.arj  +*.taz  +*.lha  +*.lz4  +*.lzh  +*.lzma  +*.tlz  +*.txz  +*.tzo  +*.t7z  +*.zip  +*.z  +*.dz  +*.gz  +*.lrz  +*.lz  +*.lzo  +*.xz  +*.zst  +*.tzst  +*.bz2  +*.bz  +*.tbz  +*.tbz2  +*.tz  +*.deb  +*.rpm  +*.jar  +*.war  +*.ear  +*.sar  +*.rar  +*.alz  +*.ace  +*.zoo  +*.cpio  +*.7z  +*.rz  +*.cab  +*.wim  +*.swm  +*.dwm  +*.esd  + +# image formats (extensions from dircolors defaults) +*.jpg  +*.jpeg  +*.mjpg  +*.mjpeg  +*.gif  +*.bmp  +*.pbm  +*.pgm  +*.ppm  +*.tga  +*.xbm  +*.xpm  +*.tif  +*.tiff  +*.png  +*.svg  +*.svgz  +*.mng  +*.pcx  +*.mov  +*.mpg  +*.mpeg  +*.m2v  +*.mkv  +*.webm  +*.ogm  +*.mp4  +*.m4v  +*.mp4v  +*.vob  +*.qt  +*.nuv  +*.wmv  +*.asf  +*.rm  +*.rmvb  +*.flc  +*.avi  +*.fli  +*.flv  +*.gl  +*.dl  +*.xcf  +*.xwd  +*.yuv  +*.cgm  +*.emf  +*.ogv  +*.ogx  + +# audio formats (extensions from dircolors defaults) +*.aac  +*.au  +*.flac  +*.m4a  +*.mid  +*.midi  +*.mka  +*.mp3  +*.mpc  +*.ogg  +*.ra  +*.wav  +*.oga  +*.opus  +*.spx  +*.xspf  + +# other formats +*.pdf  diff --git a/.config/lf/lfrc b/.config/lf/lfrc new file mode 100644 index 0000000..5f438fc --- /dev/null +++ b/.config/lf/lfrc @@ -0,0 +1,121 @@ +# enable icons +set icons + +# enable image previews +set sixel true +set previewer ctpv +set cleaner ctpvclear +&ctpv -s $id +&ctpvquit $id + +# show hidden files +set hidden true + +# interpreter for shell commands +set shell sh + +# set '-eu' options for shell commands +# These options are used to have safer shell commands. Option '-e' is used to +# exit on error and option '-u' is used to give error for unset variables. +# Option '-f' disables pathname expansion which can be useful when $f, $fs, and +# $fx variables contain names with '*' or '?' characters. However, this option +# is used selectively within individual commands as it can be limiting at +# times. +set shellopts '-eu' + +# set internal field separator (IFS) to "\n" for shell commands +# This is useful to automatically split file names in $fs and $fx properly +# since default file separator used in these variables (i.e. 'filesep' option) +# is newline. You need to consider the values of these options and create your +# commands accordingly. +set ifs "\n" + +# leave some space at the top and the bottom of the screen +set scrolloff 10 + +# Use the `dim` attribute instead of underline for the cursor in the preview pane +set cursorpreviewfmt "\033[7;2m" + +# use enter for shell commands +map shell + +# show the result of execution of previous commands +map ` !true + +# execute current file (must be executable) +map x $$f +map X !$f + +# dedicated keys for file opener actions +map o &mimeopen $f +map O $mimeopen --ask $f + +# define a custom 'open' command +# This command is called when current file is not a directory. You may want to +# use either file extensions and/or mime types here. Below uses an editor for +# text files and a file opener for the rest. +cmd open &{{ + case $(file --mime-type -Lb $f) in + text/*) lf -remote "send $id \$$EDITOR \$fx";; + *) for f in $fx; do $OPENER $f > /dev/null 2> /dev/null & done;; + esac +}} + +# mkdir command. See wiki if you want it to select created dir +map a :push %mkdir + +# define a custom 'rename' command without prompt for overwrite +cmd rename %[ -e $1 ] && printf "file exists" || mv $f $1 +map r push :rename + +# make sure trash folder exists +# %mkdir -p ~/.trash + +# move current file or selected files to trash folder +# (also see 'man mv' for backup/overwrite options) +# cmd trash %set -f; mv $fx ~/.trash + +# define a custom 'delete' command +cmd delete ${{ + set -f + printf "$fx\n" + printf "delete? [y/n] " + read ans + [ "$ans" = "y" ] && rm -rf $fx +}} + +# use '' key for either 'trash' or 'delete' command +# map trash +map delete + +# extract the current file with the right command +# (xkcd link: https://xkcd.com/1168/) +cmd extract ${{ + set -f + case $f in + *.tar.bz|*.tar.bz2|*.tbz|*.tbz2) tar xjvf $f;; + *.tar.gz|*.tgz) tar xzvf $f;; + *.tar.xz|*.txz) tar xJvf $f;; + *.zip) unzip $f;; + *.rar) unrar x $f;; + *.7z) 7z x $f;; + esac +}} + +# compress current file or selected files with tar and gunzip +cmd tar ${{ + set -f + mkdir $1 + cp -r $fx $1 + tar czf $1.tar.gz $1 + rm -rf $1 +}} + +# compress current file or selected files with zip +cmd zip ${{ + set -f + mkdir $1 + cp -r $fx $1 + zip -r $1.zip $1 + rm -rf $1 +}} diff --git a/.config/mako/config b/.config/mako/config new file mode 100644 index 0000000..395740c --- /dev/null +++ b/.config/mako/config @@ -0,0 +1,13 @@ +include=/home/amolinae/.cache/wal/colors-mako +sort=-time +layer=top +width=300 +height=200 +border-size=2 +border-radius=0 +padding=20 +icons=1 +max-icon-size=64 +default-timeout=5000 +ignore-timeout=1 +font=Inconsolata 11 diff --git a/.config/mimeapps.list b/.config/mimeapps.list new file mode 100644 index 0000000..3e9f109 --- /dev/null +++ b/.config/mimeapps.list @@ -0,0 +1,8 @@ +[Default Applications] +application/pdf=org.pwmt.zathura.desktop; +video/x-matroska=mpv.desktop; +video/mp4=mpv.desktop; +image/png=imv.desktop; +image/jpeg=imv.desktop; +image/gif=imv.desktop; +inode/directory=lf.desktop; diff --git a/.config/ncpamixer.conf b/.config/ncpamixer.conf new file mode 100644 index 0000000..edb150f --- /dev/null +++ b/.config/ncpamixer.conf @@ -0,0 +1,99 @@ +"theme" = "c0r73x" + +# Default theme { + "theme.default.static_bar" = false + "theme.default.default_indicator" = "♦ " + "theme.default.bar_style.bg" = "░" + "theme.default.bar_style.fg" = "█" + "theme.default.bar_style.indicator" = "█" + "theme.default.bar_style.top" = "▁" + "theme.default.bar_style.bottom" = "▔" + "theme.default.bar_low.front" = 2 + "theme.default.bar_low.back" = 0 + "theme.default.bar_mid.front" = 3 + "theme.default.bar_mid.back" = 0 + "theme.default.bar_high.front" = 1 + "theme.default.bar_high.back" = 0 + "theme.default.volume_low" = 2 + "theme.default.volume_mid" = 3 + "theme.default.volume_high" = 1 + "theme.default.volume_peak" = 1 + "theme.default.volume_indicator" = -1 + "theme.default.selected" = 2 + "theme.default.default" = -1 + "theme.default.border" = -1 + "theme.default.dropdown.selected_text" = 0 + "theme.default.dropdown.selected" = 2 + "theme.default.dropdown.unselected" = -1 +# } +# c0r73x theme { + "theme.c0r73x.static_bar" = false + "theme.c0r73x.default_indicator" = "■ " + "theme.c0r73x.bar_style.bg" = "■" + "theme.c0r73x.bar_style.fg" = "■" + "theme.c0r73x.bar_style.indicator" = "■" + "theme.c0r73x.bar_style.top" = "" + "theme.c0r73x.bar_style.bottom" = "" + "theme.c0r73x.bar_low.front" = 0 + "theme.c0r73x.bar_low.back" = -1 + "theme.c0r73x.bar_mid.front" = 0 + "theme.c0r73x.bar_mid.back" = -1 + "theme.c0r73x.bar_high.front" = 0 + "theme.c0r73x.bar_high.back" = -1 + "theme.c0r73x.volume_low" = 6 + "theme.c0r73x.volume_mid" = 6 + "theme.c0r73x.volume_high" = 6 + "theme.c0r73x.volume_peak" = 1 + "theme.c0r73x.volume_indicator" = 15 + "theme.c0r73x.selected" = 6 + "theme.c0r73x.default" = -1 + "theme.c0r73x.border" = -1 + "theme.c0r73x.dropdown.selected_text" = 0 + "theme.c0r73x.dropdown.selected" = 6 + "theme.c0r73x.dropdown.unselected" = -1 +# } +# Keybinds { + "keycode.9" = "switch" # tab + "keycode.13" = "select" # enter + "keycode.27" = "quit" # escape + "keycode.99" = "dropdown" # c + "keycode.113" = "quit" # q + "keycode.109" = "mute" # m + "keycode.100" = "set_default" # d + "keycode.108" = "volume_up" # l + "keycode.104" = "volume_down" # h + "keycode.261" = "volume_up" # arrow right + "keycode.260" = "volume_down" # arrow left + "keycode.107" = "move_up" # k + "keycode.106" = "move_down" # j + "keycode.259" = "move_up" # arrow up + "keycode.258" = "move_down" # arrow down + "keycode.338" = "page_up" # page up + "keycode.339" = "page_down" # page down + "keycode.76" = "tab_next" # L + "keycode.72" = "tab_prev" # H + "keycode.265" = "tab_playback" # f1 + "keycode.266" = "tab_recording" # f2 + "keycode.267" = "tab_output" # f3 + "keycode.268" = "tab_input" # f4 + "keycode.269" = "tab_config" # f5 + "keycode.f.80" = "tab_playback" # f1 VT100 + "keycode.f.81" = "tab_recording" # f2 VT100 + "keycode.f.82" = "tab_output" # f3 VT100 + "keycode.f.83" = "tab_input" # f4 VT100 + "keycode.f.84" = "tab_config" # f5 VT100 + "keycode.71" = "move_last" # G + "keycode.103" = "move_first" # g +# "keycode.48" = "set_volume_100" # 0 + "keycode.48" = "set_volume_0" # 0 + "keycode.49" = "set_volume_10" # 1 + "keycode.50" = "set_volume_20" # 2 + "keycode.51" = "set_volume_30" # 3 + "keycode.52" = "set_volume_40" # 4 + "keycode.53" = "set_volume_50" # 5 + "keycode.54" = "set_volume_60" # 6 + "keycode.55" = "set_volume_70" # 7 + "keycode.56" = "set_volume_80" # 8 + "keycode.57" = "set_volume_90" # 9 + "keycode.63" = "help" # ? +# } diff --git a/.config/spotify-player/app.toml b/.config/spotify-player/app.toml new file mode 100644 index 0000000..e5431fd --- /dev/null +++ b/.config/spotify-player/app.toml @@ -0,0 +1,39 @@ +theme = "default" +client_id = "65b708073fc0480ea92a077233ca87bd" +client_port = 8080 +login_redirect_uri = "http://127.0.0.1:8989/login" +playback_format = "{status} {track} | {artists}\n{album}\n{metadata}" +tracks_playback_limit = 50 +app_refresh_duration_in_ms = 32 +playback_refresh_duration_in_ms = 0 +page_size_in_rows = 20 +play_icon = "" +pause_icon = "" +liked_icon = "󰥱" +border_type = "Plain" +progress_bar_type = "Rectangle" +enable_media_control = true +enable_streaming = "Always" +enable_cover_image_cache = true +cover_img_scale=1.8 +cover_img_length=10 +cover_img_width=5 +default_device = "spotify-player" +seek_duration_secs = 5 + +[layout] +playback_window_position = "Top" +playback_window_height = 6 + +[layout.library] +playlist_percent = 40 +album_percent = 40 + +[device] +name = "spotify-player" +device_type = "speaker" +volume = 100 +bitrate = 320 +audio_cache = false +normalization = false +autoplay = true diff --git a/.config/swayidle/config b/.config/swayidle/config new file mode 100644 index 0000000..4d222ef --- /dev/null +++ b/.config/swayidle/config @@ -0,0 +1,6 @@ +timeout 145 'brillo -O' +timeout 150 'brillo -a -u 150000 -S 5' resume 'brillo -u 150000 -I' +timeout 180 'swaylock -f' +timeout 300 'wlr-randr --output eDP-1 --off' resume 'wlr-randr --output eDP-1 --on' +timeout 1800 'loginctl suspend' +before-sleep 'swaylock -f' diff --git a/.config/swaylock/config b/.config/swaylock/config new file mode 100644 index 0000000..cda2360 --- /dev/null +++ b/.config/swaylock/config @@ -0,0 +1,6 @@ +image="$HOME/Pictures/Wallpapers/vatihall.jpg" +clock +indicator +ignore-empty-password +hide-keyboard-layout +disable-caps-lock-text diff --git a/.config/tofi/config b/.config/tofi/config new file mode 100644 index 0000000..8d48f36 --- /dev/null +++ b/.config/tofi/config @@ -0,0 +1,20 @@ +include = /home/amolinae/.cache/wal/colors-tofi + +drun-launch=true +font = "Inconsolata" +font-size = 11 +anchor = top +width = 100% +height = 30 +horizontal = true +prompt-text = " run: " +outline-width = 0 +border-width = 0 +min-input-width = 120 +result-spacing = 15 +padding-top = 0 +padding-bottom = 0 +padding-left = 0 +padding-right = 0 +auto-accept-single = false +require-match = true diff --git a/.config/tofi/configfs b/.config/tofi/configfs new file mode 100644 index 0000000..5da1125 --- /dev/null +++ b/.config/tofi/configfs @@ -0,0 +1,15 @@ +include = /home/amolinae/.cache/wal/colors-tofi + +prompt-text = "" +width = 100% +height = 100% +border-width = 0 +outline-width = 0 +padding-left = 35% +padding-top = 35% +result-spacing = 25 +num-results = 5 +font = Inconsolata +font-size = 32 +text-color = #FFFFFF +hide-cursor = true diff --git a/.config/tofi/configsq b/.config/tofi/configsq new file mode 100644 index 0000000..1e8a9b8 --- /dev/null +++ b/.config/tofi/configsq @@ -0,0 +1,21 @@ +include = /home/amolinae/.cache/wal/colors-tofi + +font = "Inconsolata" +font-size = 14 +hint-font = true +prompt-text = "" +anchor = center +width = 25% +height = 25% +horizontal = false +outline-width = 0 +border-width = 2 +min-input-width = 120 +result-spacing = 15 +padding-top = 8 +padding-bottom = 8 +padding-left = 8 +padding-right = 8 +multi-instance = false +auto-accept-single = false +require-match = true diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs new file mode 100644 index 0000000..7f9a959 --- /dev/null +++ b/.config/user-dirs.dirs @@ -0,0 +1,15 @@ +# This file is written by xdg-user-dirs-update +# If you want to change or add directories, just edit the line you're +# interested in. All local changes will be retained on the next run. +# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped +# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an +# absolute path. No other format is supported. +# +XDG_DESKTOP_DIR="$HOME/Desktop" +XDG_DOWNLOAD_DIR="$HOME/Downloads" +XDG_TEMPLATES_DIR="$HOME/Templates" +XDG_PUBLICSHARE_DIR="$HOME/Public" +XDG_DOCUMENTS_DIR="$HOME/Documents" +XDG_MUSIC_DIR="$HOME/Music" +XDG_PICTURES_DIR="$HOME/Pictures" +XDG_VIDEOS_DIR="$HOME/Videos" diff --git a/.config/wal/templates/colors-foot.ini b/.config/wal/templates/colors-foot.ini new file mode 100644 index 0000000..16942f3 --- /dev/null +++ b/.config/wal/templates/colors-foot.ini @@ -0,0 +1,19 @@ +[colors] +background={background.strip} +foreground={foreground.strip} +regular0={color0.strip} +regular1={color1.strip} +regular2={color2.strip} +regular3={color3.strip} +regular4={color4.strip} +regular5={color5.strip} +regular6={color6.strip} +regular7={color7.strip} +bright0={color8.strip} +bright1={color9.strip} +bright2={color10.strip} +bright3={color11.strip} +bright4={color12.strip} +bright5={color13.strip} +bright6={color14.strip} +bright7={color15.strip} diff --git a/.config/wal/templates/colors-fuzzel.ini b/.config/wal/templates/colors-fuzzel.ini new file mode 100644 index 0000000..a99fb3c --- /dev/null +++ b/.config/wal/templates/colors-fuzzel.ini @@ -0,0 +1,11 @@ +[colors] +background={background.strip}ff +prompt={foreground.strip}ff +text={foreground.strip}ff +placeholder={foreground.strip}ff +input={foreground.strip}ff +match={foreground.strip}ff +selection={color1.strip}ff +selection-text={background.strip}ff +selection-match={foreground.strip}ff +border={color1.strip}ff diff --git a/.config/wal/templates/colors-hyprland.conf b/.config/wal/templates/colors-hyprland.conf new file mode 100644 index 0000000..541d151 --- /dev/null +++ b/.config/wal/templates/colors-hyprland.conf @@ -0,0 +1,10 @@ +$color0 = rgb({color0.strip}) +$color1 = rgb({color1.strip}) +$color2 = rgb({color2.strip}) +$color3 = rgb({color3.strip}) +$color4 = rgb({color4.strip}) +$color5 = rgb({color5.strip}) +$color6 = rgb({color6.strip}) +$color7 = rgb({color7.strip}) +$color8 = rgb({color8.strip}) +$wallpaper = "{wallpaper}" diff --git a/.config/wal/templates/colors-mako b/.config/wal/templates/colors-mako new file mode 100644 index 0000000..c75576a --- /dev/null +++ b/.config/wal/templates/colors-mako @@ -0,0 +1,3 @@ +background-color={background} +text-color={foreground} +border-color={color1} diff --git a/.config/wal/templates/colors-tofi b/.config/wal/templates/colors-tofi new file mode 100644 index 0000000..e735183 --- /dev/null +++ b/.config/wal/templates/colors-tofi @@ -0,0 +1,4 @@ +background-color = {background.strip} +border-color = {color1.strip} +selection-color = {color1.strip} +text-color = {foreground.strip} diff --git a/.config/wal/templates/colors-wal-dwl.h b/.config/wal/templates/colors-wal-dwl.h new file mode 100644 index 0000000..55b9301 --- /dev/null +++ b/.config/wal/templates/colors-wal-dwl.h @@ -0,0 +1,14 @@ +#define WALLPAPER "{wallpaper}" +/* Taken from https://github.com/djpohly/dwl/issues/466 */ +#define COLOR(hex) {{ ((hex >> 24) & 0xFF) / 255.0f, \ + ((hex >> 16) & 0xFF) / 255.0f, \ + ((hex >> 8) & 0xFF) / 255.0f, \ + (hex & 0xFF) / 255.0f }} + +static const float rootcolor[] = COLOR(0x{color0.strip}ff); +static uint32_t colors[][3] = {{ + /* fg bg border */ + [SchemeNorm] = {{ 0x{color15.strip}ff, 0x{color0.strip}ff, 0x{color8.strip}ff }}, + [SchemeSel] = {{ 0x{color15.strip}ff, 0x{color2.strip}ff, 0x{color1.strip}ff }}, + [SchemeUrg] = {{ 0x{color15.strip}ff, 0x{color1.strip}ff, 0x{color2.strip}ff }}, +}}; diff --git a/.config/wal/templates/colors-zathura b/.config/wal/templates/colors-zathura new file mode 100644 index 0000000..f9e3ca8 --- /dev/null +++ b/.config/wal/templates/colors-zathura @@ -0,0 +1,34 @@ +set recolor "true" +set recolor-keephue "true" + +set completion-bg "{background}" +set completion-fg "{foreground}" +set completion-group-bg "{background}" +set completion-group-fg "{color2}" +set completion-highlight-bg "{foreground}" +set completion-highlight-fg "{background}" + +set recolor-lightcolor "{background}" +set recolor-darkcolor "{foreground}" +set default-bg "{background}" + +set inputbar-bg "{background}" +set inputbar-fg "{foreground}" +set notification-bg "{background}" +set notification-fg "{foreground}" +set notification-error-bg "{color1}" +set notification-error-fg "{foreground}" +set notification-warning-bg "{color1}" +set notification-warning-fg "{foreground}" +set statusbar-bg "{background}" +set statusbar-fg "{foreground}" +set index-bg "{background}" +set index-fg "{foreground}" +set index-active-bg "{foreground}" +set index-active-fg "{background}" +set render-loading-bg "{background}" +set render-loading-fg "{foreground}" + +set window-title-home-tilde true +set statusbar-basename true +set selection-clipboard clipboard diff --git a/.config/wal/templates/colors-zathura-bak1 b/.config/wal/templates/colors-zathura-bak1 new file mode 100644 index 0000000..74f4a01 --- /dev/null +++ b/.config/wal/templates/colors-zathura-bak1 @@ -0,0 +1,20 @@ +set default-bg "{background}" +set default-fg "{foreground}" +set statusbar-bg "{background}" +set statusbar-fg "{foreground}" +set inputbar-bg "{background}" +set inputbar-fg "{foreground}" +set notification-bg "{background}" +set notification-fg "{foreground}" +set notification-error-bg "{background}" +set notification-error-fg "{foreground}" +set notification-warning-bg "{background}" +set notification-warning-fg "{foreground}" +set highlight-color "{color3}" +set highlight-active-color "{color6}" +set completion-bg "{color3}" +set completion-fg "{color6}" +set completion-highlight-bg "{color3}" +set completion-highlight-fg "{color6}" +set recolor-lightcolor "{background}" +set recolor-darkcolor "{foreground}" diff --git a/.config/wal/templates/darkreader.json b/.config/wal/templates/darkreader.json new file mode 100644 index 0000000..3e83eb0 --- /dev/null +++ b/.config/wal/templates/darkreader.json @@ -0,0 +1,56 @@ +{{ + "schemeVersion": 2, + "enabled": true, + "fetchNews": true, + "theme": {{ + "mode": 1, + "brightness": 100, + "contrast": 100, + "grayscale": 0, + "sepia": 0, + "useFont": false, + "fontFamily": "Open Sans", + "textStroke": 0, + "engine": "dynamicTheme", + "stylesheet": "", + "darkSchemeBackgroundColor": "{color0}", + "darkSchemeTextColor": "{color15}", + "lightSchemeBackgroundColor": "#{color0.lighten(15%)}", + "lightSchemeTextColor": "{color15}", + "scrollbarColor": "auto", + "selectionColor": "auto", + "styleSystemControls": false, + "lightColorScheme": "Default", + "darkColorScheme": "Default", + "immediateModify": false + }}, + "presets": [], + "customThemes": [], + "enabledByDefault": true, + "enabledFor": [], + "disabledFor": [], + "changeBrowserTheme": false, + "syncSettings": true, + "syncSitesFixes": true, + "automation": {{ + "enabled": false, + "mode": "", + "behavior": "OnOff" + }}, + "time": {{ + "activation": "18:00", + "deactivation": "9:00" + }}, + "location": {{ + "latitude": null, + "longitude": null + }}, + "previewNewDesign": true, + "enableForPDF": true, + "enableForProtectedPages": true, + "enableContextMenus": false, + "detectDarkTheme": false, + "displayedNews": [ + "thanks-2023" + ] +}} diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc new file mode 100644 index 0000000..2816825 --- /dev/null +++ b/.config/zathura/zathurarc @@ -0,0 +1,5 @@ +set selection-clipboard clipboard +map D set "first-page-column 1:1" +map set "first-page-column 1:2" + +include /home/amolinae/.cache/wal/colors-zathura diff --git a/.config/zsh/.zcompdump b/.config/zsh/.zcompdump new file mode 100644 index 0000000..8f13392 --- /dev/null +++ b/.config/zsh/.zcompdump @@ -0,0 +1,1518 @@ +#files: 695 version: 5.9 + +_comps=( +'-' '_precommand' +'-array-value-' '_value' +'-assign-parameter-' '_assign' +'-brace-parameter-' '_brace_parameter' +'-command-' '_autocd' +'-command-line-' '_normal' +'-condition-' '_condition' +'-default-' '_default' +'-equal-' '_equal' +'-first-' '_first' +'-math-' '_math' +'-parameter-' '_parameter' +'-redirect-' '_redirect' +'-redirect-,-default-,-default-' '_files' +'-redirect-,<,bunzip2' '_bzip2' +'-redirect-,<,bzip2' '_bzip2' +'-redirect-,<,compress' '_compress' +'-redirect-,<,gunzip' '_gzip' +'-redirect-,<,gzip' '_gzip' +'-redirect-,<,uncompress' '_compress' +'-redirect-,<,unxz' '_xz' +'-redirect-,<,xz' '_xz' +'-redirect-,>,bzip2' '_bzip2' +'-redirect-,>,compress' '_compress' +'-redirect-,>,gzip' '_gzip' +'-redirect-,>,xz' '_xz' +'-subscript-' '_subscript' +'-tilde-' '_tilde' +'-value-' '_value' +'-value-,-default-,-command-' '_zargs' +'-value-,-default-,-default-' '_value' +'-value-,ANSIBLE_INVENTORY_ENABLED,-default-' '_ansible' +'-value-,ANSIBLE_STDOUT_CALLBACK,-default-' '_ansible' +'-value-,ANT_ARGS,-default-' '_ant' +'-value-,DISPLAY,-default-' '_x_display' +'-value-,GREP_OPTIONS,-default-' '_grep' +'-value-,GZIP,-default-' '_gzip' +'-value-,LANG,-default-' '_locales' +'-value-,LANGUAGE,-default-' '_locales' +'-value-,LD_DEBUG,-default-' '_ld_debug' +'-value-,LESS,-default-' '_less' +'-value-,LESSCHARSET,-default-' '_less' +'-value-,LOOPDEV_DEBUG,-default-' '_losetup' +'-value-,LPDEST,-default-' '_printers' +'-value-,MPD_HOST,-default' '_mpc' +'-value-,PERLDOC,-default-' '_perldoc' +'-value-,PRINTER,-default-' '_printers' +'-value-,PROMPT,-default-' '_ps1234' +'-value-,PROMPT2,-default-' '_ps1234' +'-value-,PROMPT3,-default-' '_ps1234' +'-value-,PROMPT4,-default-' '_ps1234' +'-value-,PS1,-default-' '_ps1234' +'-value-,PS2,-default-' '_ps1234' +'-value-,PS3,-default-' '_ps1234' +'-value-,PS4,-default-' '_ps1234' +'-value-,RPROMPT,-default-' '_ps1234' +'-value-,RPROMPT2,-default-' '_ps1234' +'-value-,RPS1,-default-' '_ps1234' +'-value-,RPS2,-default-' '_ps1234' +'-value-,SPROMPT,-default-' '_ps1234' +'-value-,TERM,-default-' '_terminals' +'-value-,TERMINFO_DIRS,-default-' '_dir_list' +'-value-,TZ,-default-' '_time_zone' +'-value-,VALGRIND_OPTS,-default-' '_valgrind' +'-value-,WWW_HOME,-default-' '_urls' +'-value-,XML_CATALOG_FILES,-default-' '_xmlsoft' +'-value-,XZ_DEFAULTS,-default-' '_xz' +'-value-,XZ_OPT,-default-' '_xz' +'-vared-' '_in_vared' +'-zcalc-line-' '_zcalc_line' +'.' '_source' +'5g' '_go' +'5l' '_go' +'6g' '_go' +'6l' '_go' +'8g' '_go' +'8l' '_go' +'Mail' '_mail' +'Mosaic' '_webbrowser' +'_arguments' '__arguments' +'a2ps' '_a2ps' +'aaaa' '_hosts' +'abcde' '_abcde' +'ack' '_ack' +'ack-grep' '_ack' +'ack-standalone' '_ack' +'ack2' '_ack' +'acpi' '_acpi' +'add-zle-hook-widget' '_add-zle-hook-widget' +'add-zsh-hook' '_add-zsh-hook' +'admin' '_sccs' +'ali' '_mh' +'alias' '_alias' +'amaya' '_webbrowser' +'analyseplugin' '_analyseplugin' +'anno' '_mh' +'ansible' '_ansible' +'ansible-config' '_ansible' +'ansible-console' '_ansible' +'ansible-doc' '_ansible' +'ansible-galaxy' '_ansible' +'ansible-inventory' '_ansible' +'ansible-playbook' '_ansible' +'ansible-pull' '_ansible' +'ansible-vault' '_ansible' +'ant' '_ant' +'antiword' '_antiword' +'aodh' '_openstack' +'aoss' '_precommand' +'apache2ctl' '_apachectl' +'apachectl' '_apachectl' +'apk' '_apk' +'aplay' '_alsa-utils' +'appletviewer' '_java' +'apropos' '_man' +'apvlv' '_pdf' +'arduino-ctags' '_ctags' +'arecord' '_alsa-utils' +'arena' '_webbrowser' +'arp' '_arp' +'arping' '_arping' +'asciidoctor' '_asciidoctor' +'asciinema' '_asciinema' +'ash' '_sh' +'at' '_at' +'atq' '_at' +'atrm' '_at' +'attr' '_attr' +'augtool' '_augeas' +'autoload' '_typeset' +'avahi-browse' '_avahi' +'avahi-browse-domains' '_avahi' +'avahi-resolve' '_avahi' +'avahi-resolve-address' '_avahi' +'avahi-resolve-host-name' '_avahi' +'awk' '_awk' +'b2sum' '_md5sum' +'barbican' '_openstack' +'base32' '_base64' +'base64' '_base64' +'basename' '_basename' +'basenc' '_basenc' +'bash' '_bash' +'batch' '_at' +'beep' '_beep' +'bg' '_jobs_bg' +'bibtex' '_bibtex' +'bindkey' '_bindkey' +'bison' '_bison' +'bmake' '_make' +'bogofilter' '_bogofilter' +'bogotune' '_bogofilter' +'bogoutil' '_bogofilter' +'brctl' '_brctl' +'bsdgrep' '_grep' +'bsdtar' '_tar' +'btrfs' '_btrfs' +'buildhash' '_ispell' +'builtin' '_builtin' +'bunzip2' '_bzip2' +'burst' '_mh' +'busctl' '_busctl' +'bwrap' '_bwrap' +'bzcat' '_bzip2' +'bzegrep' '_grep' +'bzfgrep' '_grep' +'bzgrep' '_grep' +'bzip2' '_bzip2' +'bzip2recover' '_bzip2' +'cabal' '_cabal' +'cal' '_cal' +'calendar' '_calendar' +'cat' '_cat' +'catchsegv' '_precommand' +'cd' '_cd' +'cdc' '_sccs' +'cdr' '_cdr' +'cdrdao' '_cdrdao' +'cdrecord' '_cdrecord' +'ceilometer' '_openstack' +'certtool' '_gnutls' +'cftp' '_twisted' +'chage' '_users' +'chattr' '_chattr' +'chcon' '_chcon' +'chdir' '_cd' +'chfn' '_users' +'chgrp' '_chown' +'chimera' '_webbrowser' +'chkstow' '_stow' +'chmod' '_chmod' +'choom' '_choom' +'chown' '_chown' +'chpass' '_chsh' +'chroot' '_chroot' +'chrt' '_chrt' +'chsh' '_chsh' +'cifsiostat' '_sysstat' +'cinder' '_openstack' +'ckeygen' '_twisted' +'cksum' '_cksum' +'clear' '_nothing' +'cloudkitty' '_openstack' +'cmp' '_cmp' +'code' '_code' +'column' '_column' +'comb' '_sccs' +'combinediff' '_patchutils' +'comm' '_comm' +'command' '_command' +'comp' '_mh' +'compadd' '_compadd' +'compdef' '_compdef' +'compress' '_compress' +'conch' '_twisted' +'config.status' '_configure' +'configure' '_configure' +'cp' '_cp' +'cpio' '_cpio' +'cpupower' '_cpupower' +'crontab' '_crontab' +'cryptsetup' '_cryptsetup' +'cscope' '_cscope' +'csh' '_sh' +'csplit' '_csplit' +'ctags' '_ctags' +'ctags-exuberant' '_ctags' +'ctags-universal' '_ctags' +'curl' '_curl' +'cut' '_cut' +'dash' '_sh' +'date' '_date' +'dbus-launch' '_dbus' +'dbus-monitor' '_dbus' +'dbus-send' '_dbus' +'dconf' '_dconf' +'dd' '_dd' +'declare' '_typeset' +'delta' '_sccs' +'designate' '_openstack' +'df' '_df' +'dhclient' '_dhclient' +'dhclient3' '_dhclient' +'diff' '_diff' +'diff3' '_diff3' +'diffstat' '_diffstat' +'dig' '_dig' +'dillo' '_webbrowser' +'dircmp' '_directories' +'dirs' '_dirs' +'disable' '_disable' +'disown' '_jobs_fg' +'dist' '_mh' +'django-admin' '_django' +'django-admin.py' '_django' +'dkms' '_dkms' +'dmake' '_make' +'dmesg' '_dmesg' +'dmidecode' '_dmidecode' +'doas' '_doas' +'domainname' '_yp' +'dos2unix' '_dos2unix' +'drill' '_drill' +'dropbox' '_dropbox' +'dtruss' '_dtruss' +'du' '_du' +'dvibook' '_dvi' +'dviconcat' '_dvi' +'dvicopy' '_dvi' +'dvidvi' '_dvi' +'dvipdf' '_dvi' +'dvips' '_dvi' +'dviselect' '_dvi' +'dvitodvi' '_dvi' +'dvitype' '_dvi' +'dwb' '_webbrowser' +'e2label' '_e2label' +'eatmydata' '_precommand' +'ecasound' '_ecasound' +'echotc' '_echotc' +'echoti' '_echoti' +'ed' '_ed' +'egrep' '_grep' +'elinks' '_elinks' +'emulate' '_emulate' +'enable' '_enable' +'entr' '_entr' +'env' '_env' +'eog' '_eog' +'epdfview' '_pdf' +'epsffit' '_psutils' +'erb' '_ruby' +'espeak' '_espeak' +'etags' '_etags' +'ethtool' '_ethtool' +'eu-nm' '_nm' +'eu-objdump' '_objdump' +'eu-readelf' '_readelf' +'eu-strings' '_strings' +'eval' '_precommand' +'eview' '_vim' +'evim' '_vim' +'evince' '_evince' +'ex' '_vi' +'exec' '_exec' +'expand' '_unexpand' +'explodepkg' '_pkgtool' +'export' '_typeset' +'express' '_webbrowser' +'extcheck' '_java' +'extractres' '_psutils' +'fakeroot' '_fakeroot' +'false' '_nothing' +'fastfetch' '_fastfetch' +'fc' '_fc' +'fc-list' '_xft_fonts' +'fc-match' '_xft_fonts' +'feh' '_feh' +'fetchmail' '_fetchmail' +'ffmpeg' '_ffmpeg' +'fg' '_jobs_fg' +'fgrep' '_grep' +'figlet' '_figlet' +'filterdiff' '_patchutils' +'find' '_find' +'findaffix' '_ispell' +'findmnt' '_findmnt' +'firefox' '_mozilla' +'fixdlsrps' '_psutils' +'fixfmps' '_psutils' +'fixmacps' '_psutils' +'fixpsditps' '_psutils' +'fixpspps' '_psutils' +'fixscribeps' '_psutils' +'fixtpps' '_psutils' +'fixwfwps' '_psutils' +'fixwpps' '_psutils' +'fixwwps' '_psutils' +'flac' '_flac' +'flex' '_flex' +'flex++' '_flex' +'flipdiff' '_patchutils' +'flist' '_mh' +'flists' '_mh' +'float' '_typeset' +'fmt' '_fmt' +'fmttest' '_mh' +'fned' '_zed' +'fnext' '_mh' +'fold' '_fold' +'folder' '_mh' +'folders' '_mh' +'foot' '_foot' +'footclient' '_footclient' +'fortune' '_fortune' +'forw' '_mh' +'fprev' '_mh' +'free' '_free' +'freebsd-make' '_make' +'freezer' '_openstack' +'ftp' '_hosts' +'functions' '_typeset' +'fuser' '_fuser' +'fusermount' '_fusermount' +'fuzzel' '_fuzzel' +'fwhois' '_whois' +'galeon' '_webbrowser' +'gawk' '_awk' +'gb2sum' '_md5sum' +'gbase32' '_base64' +'gbase64' '_base64' +'gbasename' '_basename' +'gcat' '_cat' +'gccgo' '_go' +'gchgrp' '_chown' +'gchmod' '_chmod' +'gchown' '_chown' +'gchroot' '_chroot' +'gcksum' '_cksum' +'gcmp' '_cmp' +'gcomm' '_comm' +'gcore' '_gcore' +'gcp' '_cp' +'gcut' '_cut' +'gdate' '_date' +'gdb' '_gdb' +'gdd' '_dd' +'gdf' '_df' +'gdiff' '_diff' +'gdu' '_du' +'geany' '_geany' +'gegrep' '_grep' +'gem' '_gem' +'genisoimage' '_genisoimage' +'genv' '_env' +'get' '_sccs' +'getafm' '_psutils' +'getconf' '_getconf' +'getent' '_getent' +'getfacl' '_getfacl' +'getfacl.exe' '_getfacl' +'getfattr' '_attr' +'getmail' '_getmail' +'getopt' '_getopt' +'getopts' '_vars' +'gex' '_vim' +'gexpand' '_unexpand' +'gfgrep' '_grep' +'gfind' '_find' +'gfmt' '_fmt' +'gfold' '_fold' +'ggetopt' '_getopt' +'ggrep' '_grep' +'ghead' '_head' +'ghostscript' '_ghostscript' +'ghostview' '_pspdf' +'gid' '_id' +'ginstall' '_install' +'git' '_git' +'git-cvsserver' '_git' +'git-receive-pack' '_git' +'git-shell' '_git' +'git-upload-archive' '_git' +'git-upload-pack' '_git' +'gitk' '_git' +'gjoin' '_join' +'glance' '_openstack' +'gln' '_ln' +'global' '_global' +'glocate' '_locate' +'gls' '_ls' +'gmake' '_make' +'gmd5sum' '_md5sum' +'gmkdir' '_mkdir' +'gmkfifo' '_mkfifo' +'gmknod' '_mknod' +'gmktemp' '_mktemp' +'gmplayer' '_mplayer' +'gmv' '_mv' +'gnl' '_nl' +'gnocchi' '_openstack' +'gnumfmt' '_numfmt' +'gnutls-cli' '_gnutls' +'gnutls-cli-debug' '_gnutls' +'gnutls-serv' '_gnutls' +'god' '_od' +'gofmt' '_go' +'gpasswd' '_gpasswd' +'gpaste' '_paste' +'gpatch' '_patch' +'gpg' '_gpg' +'gpg-zip' '_gpg' +'gpg2' '_gpg' +'gpgv' '_gpg' +'gphoto2' '_gphoto2' +'gprintenv' '_printenv' +'gprof' '_gprof' +'gradle' '_gradle' +'gradlew' '_gradle' +'grail' '_webbrowser' +'greadlink' '_readlink' +'grep' '_grep' +'grepdiff' '_patchutils' +'grm' '_rm' +'grmdir' '_rmdir' +'groff' '_groff' +'groupadd' '_user_admin' +'groupdel' '_groups' +'groupmod' '_user_admin' +'groups' '_users' +'growisofs' '_growisofs' +'gs' '_ghostscript' +'gsbj' '_pspdf' +'gsdj' '_pspdf' +'gsdj500' '_pspdf' +'gsed' '_sed' +'gseq' '_seq' +'gsettings' '_gsettings' +'gsha1sum' '_md5sum' +'gsha224sum' '_md5sum' +'gsha256sum' '_md5sum' +'gsha384sum' '_md5sum' +'gsha512sum' '_md5sum' +'gshred' '_shred' +'gshuf' '_shuf' +'gslj' '_pspdf' +'gslp' '_pspdf' +'gsnd' '_pspdf' +'gsort' '_sort' +'gsplit' '_split' +'gstat' '_stat' +'gstdbuf' '_stdbuf' +'gstrings' '_strings' +'gstty' '_stty' +'gsum' '_cksum' +'gtac' '_tac' +'gtail' '_tail' +'gtar' '_tar' +'gtee' '_tee' +'gtimeout' '_timeout' +'gtouch' '_touch' +'gtr' '_tr' +'gtty' '_tty' +'guname' '_uname' +'gunexpand' '_unexpand' +'guniq' '_uniq' +'gunzip' '_gzip' +'guptime' '_uptime' +'gview' '_vim' +'gvim' '_vim' +'gvimdiff' '_vim' +'gwc' '_wc' +'gwho' '_who' +'gxargs' '_xargs' +'gzcat' '_gzip' +'gzegrep' '_grep' +'gzfgrep' '_grep' +'gzgrep' '_grep' +'gzilla' '_webbrowser' +'gzip' '_gzip' +'hash' '_hash' +'hd' '_hexdump' +'head' '_head' +'heat' '_openstack' +'help' '_sccs' +'hexdump' '_hexdump' +'hilite' '_precommand' +'histed' '_zed' +'history' '_fc' +'host' '_host' +'hostname' '_hostname' +'hotjava' '_webbrowser' +'htop' '_htop' +'iceweasel' '_mozilla' +'icombine' '_ispell' +'iconv' '_iconv' +'iconvconfig' '_iconvconfig' +'id' '_id' +'ifconfig' '_ifconfig' +'ifdown' '_net_interfaces' +'iftop' '_iftop' +'ifup' '_net_interfaces' +'ijoin' '_ispell' +'inc' '_mh' +'includeres' '_psutils' +'info' '_texinfo' +'infocmp' '_terminals' +'insmod' '_modutils' +'install' '_install' +'install-info' '_texinfo' +'installpkg' '_pkgtool' +'integer' '_typeset' +'interdiff' '_patchutils' +'ionice' '_ionice' +'iostat' '_iostat' +'ip' '_ip' +'ip6tables' '_iptables' +'ip6tables-restore' '_iptables' +'ip6tables-save' '_iptables' +'ipkg' '_opkg' +'ipsec' '_ipsec' +'ipset' '_ipset' +'iptables' '_iptables' +'iptables-restore' '_iptables' +'iptables-save' '_iptables' +'irb' '_ruby' +'ironic' '_openstack' +'irssi' '_irssi' +'isag' '_sysstat' +'ispell' '_ispell' +'iwconfig' '_iwconfig' +'jadetex' '_tex' +'jar' '_java' +'jarsigner' '_java' +'java' '_java' +'javac' '_java' +'javadoc' '_java' +'javah' '_java' +'javap' '_java' +'jdb' '_java' +'jobs' '_jobs_builtin' +'joe' '_joe' +'join' '_join' +'jq' '_jq' +'kdeconnect-cli' '_kdeconnect' +'keystone' '_openstack' +'keytool' '_java' +'kill' '_kill' +'killall' '_killall' +'killall5' '_killall' +'knock' '_knock' +'konqueror' '_webbrowser' +'kpartx' '_kpartx' +'kpdf' '_pdf' +'ksh' '_sh' +'ksh88' '_sh' +'ksh93' '_sh' +'kvno' '_kvno' +'last' '_last' +'lastb' '_last' +'latex' '_tex' +'latexmk' '_tex' +'ldconfig' '_ldconfig' +'ldconfig.real' '_ldconfig' +'ldd' '_ldd' +'less' '_less' +'let' '_math' +'lf' '_lf' +'lfcd' '_lf' +'lftp' '_ncftp' +'lha' '_lha' +'libinput' '_libinput' +'light' '_webbrowser' +'limit' '_limit' +'links' '_links' +'links2' '_links' +'lldb' '_lldb' +'llvm-objdump' '_objdump' +'ln' '_ln' +'loadkeys' '_loadkeys' +'local' '_typeset' +'locale' '_locale' +'localedef' '_localedef' +'locate' '_locate' +'log' '_nothing' +'logger' '_logger' +'loginctl' '_loginctl' +'logname' '_nothing' +'look' '_look' +'losetup' '_losetup' +'lp' '_lp' +'lpadmin' '_lp' +'lpinfo' '_lp' +'lpoptions' '_lp' +'lpq' '_lp' +'lpr' '_lp' +'lprm' '_lp' +'lpstat' '_lp' +'ls' '_ls' +'lsattr' '_lsattr' +'lsblk' '_lsblk' +'lsdiff' '_patchutils' +'lsmod' '_modutils' +'lsns' '_lsns' +'lsof' '_lsof' +'lsusb' '_lsusb' +'ltrace' '_ltrace' +'lua' '_lua' +'luarocks' '_luarocks' +'lz4' '_lz4' +'lz4c' '_lz4' +'lz4c32' '_lz4' +'lz4cat' '_lz4' +'lzcat' '_xz' +'lzma' '_xz' +'mac2unix' '_dos2unix' +'magnum' '_openstack' +'mail' '_mail' +'mailx' '_mail' +'make' '_make' +'makeinfo' '_texinfo' +'makepkg' '_pkgtool' +'mako' '_mako' +'makoctl' '_makoctl' +'man' '_man' +'manage.py' '_django' +'manila' '_openstack' +'mark' '_mh' +'mat' '_mat' +'mat2' '_mat2' +'mattrib' '_mtools' +'mcd' '_mtools' +'mcopy' '_mtools' +'md2' '_cksum' +'md4' '_cksum' +'md5' '_cksum' +'md5sum' '_md5sum' +'mdadm' '_mdadm' +'mdel' '_mtools' +'mdeltree' '_mtools' +'mdir' '_mtools' +'mdu' '_mtools' +'mere' '_mere' +'metaflac' '_flac' +'mformat' '_mtools' +'mgv' '_pspdf' +'mhfixmsg' '_mh' +'mhlist' '_mh' +'mhmail' '_mh' +'mhn' '_mh' +'mhparam' '_mh' +'mhpath' '_mh' +'mhshow' '_mh' +'mhstore' '_mh' +'mii-tool' '_mii-tool' +'mistral' '_openstack' +'mkdir' '_mkdir' +'mkfifo' '_mkfifo' +'mkisofs' '_growisofs' +'mknod' '_mknod' +'mksh' '_sh' +'mktemp' '_mktemp' +'mlabel' '_mtools' +'mlocate' '_locate' +'mmd' '_mtools' +'mmm' '_webbrowser' +'mmount' '_mtools' +'mmove' '_mtools' +'modinfo' '_modutils' +'modprobe' '_modutils' +'monasca' '_openstack' +'mosh' '_mosh' +'mount' '_mount' +'mozilla' '_mozilla' +'mozilla-firefox' '_mozilla' +'mozilla-xremote-client' '_mozilla' +'mpc' '_mpc' +'mplayer' '_mplayer' +'mpstat' '_sysstat' +'mpv' '_mpv' +'mr' '_myrepos' +'mrd' '_mtools' +'mread' '_mtools' +'mren' '_mtools' +'msgchk' '_mh' +'mt' '_mt' +'mtoolstest' '_mtools' +'mtr' '_mtr' +'mtype' '_mtools' +'munchlist' '_ispell' +'mupdf' '_mupdf' +'murano' '_openstack' +'mush' '_mail' +'mutt' '_mutt' +'mv' '_mv' +'mvim' '_vim' +'mx' '_hosts' +'mysql' '_mysql_utils' +'mysqladmin' '_mysql_utils' +'mysqldump' '_mysql_utils' +'mysqlimport' '_mysql_utils' +'mysqlshow' '_mysql_utils' +'nail' '_mail' +'native2ascii' '_java' +'nawk' '_awk' +'nc' '_netcat' +'ncal' '_cal' +'ncftp' '_ncftp' +'ncl' '_nedit' +'nedit' '_nedit' +'nedit-nc' '_nedit' +'netcat' '_netcat' +'netrik' '_webbrowser' +'netstat' '_netstat' +'neutron' '_openstack' +'new' '_mh' +'newgrp' '_groups' +'next' '_mh' +'nginx' '_nginx' +'ngrep' '_ngrep' +'nice' '_nice' +'nl' '_nl' +'nm' '_nm' +'nmap' '_nmap' +'nmblookup' '_samba' +'nmcli' '_networkmanager' +'nocorrect' '_precommand' +'noglob' '_precommand' +'nohup' '_precommand' +'nova' '_openstack' +'npm' '_npm' +'ns' '_hosts' +'nsenter' '_nsenter' +'nslookup' '_nslookup' +'ntalk' '_other_accounts' +'numfmt' '_numfmt' +'nvim' '_vim' +'objdump' '_objdump' +'od' '_od' +'ogg123' '_vorbis' +'oggdec' '_vorbis' +'oggenc' '_vorbis' +'ogginfo' '_vorbis' +'oksh' '_sh' +'openrc' '_openrc' +'openstack' '_openstack' +'opera' '_webbrowser' +'opera-next' '_webbrowser' +'opkg' '_opkg' +'opusdec' '_opustools' +'opusenc' '_opustools' +'opusinfo' '_opustools' +'packf' '_mh' +'pandoc' '_pandoc' +'passwd' '_users' +'paste' '_paste' +'patch' '_patch' +'pcp-htop' '_htop' +'pcred' '_pids' +'pdf2dsc' '_pdf' +'pdf2ps' '_pdf' +'pdffonts' '_pdf' +'pdfimages' '_pdf' +'pdfinfo' '_pdf' +'pdfjadetex' '_tex' +'pdflatex' '_tex' +'pdfopt' '_pdf' +'pdftex' '_tex' +'pdftexi2dvi' '_texinfo' +'pdftk' '_pdftk' +'pdftopbm' '_pdf' +'pdftops' '_pdf' +'pdftotext' '_pdf' +'pdksh' '_sh' +'perf' '_perf' +'perl' '_perl' +'perldoc' '_perldoc' +'pfiles' '_pids' +'pflags' '_pids' +'pgrep' '_pgrep' +'php' '_php' +'pick' '_mh' +'picocom' '_picocom' +'pidof' '_pidof' +'pidstat' '_sysstat' +'pigz' '_gzip' +'pinfo' '_texinfo' +'ping' '_ping' +'ping6' '_ping' +'pkg-config' '_pkg-config' +'pkgtool' '_pkgtool' +'pkill' '_pgrep' +'pldd' '_pids' +'pmake' '_make' +'pman' '_perl_modules' +'pmap' '_pmap' +'pmcat' '_perl_modules' +'pmdesc' '_perl_modules' +'pmeth' '_perl_modules' +'pmexp' '_perl_modules' +'pmfunc' '_perl_modules' +'pmload' '_perl_modules' +'pmls' '_perl_modules' +'pmpath' '_perl_modules' +'pmvers' '_perl_modules' +'podgrep' '_perl_modules' +'podpath' '_perl_modules' +'podtoc' '_perl_modules' +'poff' '_pon' +'policytool' '_java' +'pon' '_pon' +'popd' '_directory_stack' +'postconf' '_postfix' +'postqueue' '_postfix' +'postsuper' '_postfix' +'pr' '_pr' +'prev' '_mh' +'print' '_print' +'printenv' '_printenv' +'printf' '_print' +'prompt' '_prompt' +'prove' '_prove' +'prs' '_sccs' +'prt' '_sccs' +'prun' '_pids' +'ps' '_ps' +'ps2ascii' '_pspdf' +'ps2epsi' '_postscript' +'ps2pdf' '_postscript' +'ps2pdf12' '_postscript' +'ps2pdf13' '_postscript' +'ps2pdf14' '_postscript' +'ps2pdfwr' '_postscript' +'ps2ps' '_postscript' +'psbook' '_psutils' +'psed' '_sed' +'psig' '_pids' +'psmerge' '_psutils' +'psmulti' '_postscript' +'psnup' '_psutils' +'psresize' '_psutils' +'psselect' '_psutils' +'pstack' '_pids' +'pstoedit' '_pspdf' +'pstop' '_pids' +'pstops' '_psutils' +'pstotgif' '_pspdf' +'pswrap' '_postscript' +'ptx' '_ptx' +'pump' '_pump' +'pushd' '_cd' +'pv' '_pv' +'pwait' '_pids' +'pwdx' '_pids' +'pwgen' '_pwgen' +'pyhtmlizer' '_twisted' +'qdbus' '_qdbus' +'r' '_fc' +'rake' '_rake' +'ranlib' '_ranlib' +'rar' '_rar' +'rc' '_sh' +'rc-service' '_rc-service' +'rc-status' '_rc-status' +'rc-update' '_rc-update' +'rclone' '_rclone' +'rdesktop' '_rdesktop' +'read' '_read' +'readelf' '_readelf' +'readlink' '_readlink' +'readonly' '_typeset' +'refile' '_mh' +'rehash' '_hash' +'removepkg' '_pkgtool' +'renice' '_renice' +'repl' '_mh' +'retawq' '_webbrowser' +'rg' '_rg' +'rgrep' '_grep' +'rgview' '_vim' +'rgvim' '_vim' +'ri' '_ri' +'rm' '_rm' +'rmd160' '_cksum' +'rmdel' '_sccs' +'rmdir' '_rmdir' +'rmf' '_mh' +'rmic' '_java' +'rmid' '_java' +'rmiregistry' '_java' +'rmm' '_mh' +'rmmod' '_modutils' +'route' '_route' +'rrdtool' '_rrdtool' +'ruby' '_ruby' +'ruby-mri' '_ruby' +'run-help' '_run-help' +'rup' '_hosts' +'rusage' '_precommand' +'rview' '_vim' +'rvim' '_vim' +'rwho' '_hosts' +'rxvt' '_urxvt' +'s2p' '_sed' +'sact' '_sccs' +'sadf' '_sysstat' +'sahara' '_openstack' +'sar' '_sysstat' +'scan' '_mh' +'sccs' '_sccs' +'sccsdiff' '_sccs' +'sched' '_sched' +'schedtool' '_schedtool' +'scons' '_scons' +'scp' '_ssh' +'screen' '_screen' +'script' '_script' +'scriptreplay' '_script' +'seaf-cli' '_seafile' +'sed' '_sed' +'senlin' '_openstack' +'seq' '_seq' +'serialver' '_java' +'service' '_service' +'set' '_set' +'setfacl' '_setfacl' +'setfacl.exe' '_setfacl' +'setfattr' '_attr' +'setopt' '_setopt' +'setpriv' '_setpriv' +'setsid' '_setsid' +'setxkbmap' '_setxkbmap' +'sftp' '_ssh' +'sh' '_sh' +'sha1' '_cksum' +'sha1sum' '_md5sum' +'sha224sum' '_md5sum' +'sha256' '_cksum' +'sha256sum' '_md5sum' +'sha384' '_cksum' +'sha384sum' '_md5sum' +'sha512' '_cksum' +'sha512sum' '_md5sum' +'sha512t256' '_cksum' +'shasum' '_shasum' +'shift' '_arrays' +'show' '_mh' +'showchar' '_psutils' +'showmount' '_showmount' +'shred' '_shred' +'shuf' '_shuf' +'shutdown' '_shutdown' +'skein1024' '_cksum' +'skein256' '_cksum' +'skein512' '_cksum' +'skipstone' '_webbrowser' +'slabtop' '_slabtop' +'slitex' '_tex' +'slocate' '_locate' +'slogin' '_ssh' +'slrn' '_slrn' +'smartctl' '_smartmontools' +'smbclient' '_samba' +'smbcontrol' '_samba' +'smbstatus' '_samba' +'soa' '_hosts' +'sort' '_sort' +'sortm' '_mh' +'source' '_source' +'spamassassin' '_spamassassin' +'split' '_split' +'splitdiff' '_patchutils' +'sqlite' '_sqlite' +'sqlite3' '_sqlite' +'sqsh' '_sqsh' +'srptool' '_gnutls' +'ss' '_ss' +'ssh' '_ssh' +'ssh-add' '_ssh' +'ssh-agent' '_ssh' +'ssh-copy-id' '_ssh' +'ssh-keygen' '_ssh' +'ssh-keyscan' '_ssh' +'sshfs' '_sshfs' +'star' '_tar' +'stat' '_stat' +'stdbuf' '_stdbuf' +'stow' '_stow' +'strace' '_strace' +'strace64' '_strace' +'strftime' '_strftime' +'strings' '_strings' +'strip' '_strip' +'strongswan' '_ipsec' +'stty' '_stty' +'su' '_su' +'subl' '_sublimetext' +'sudo' '_sudo' +'sudoedit' '_sudo' +'sum' '_cksum' +'sv' '_runit' +'swaks' '_swaks' +'swanctl' '_swanctl' +'swayidle' '_swayidle' +'swift' '_swift' +'swiftc' '_swift' +'sync' '_nothing' +'sysctl' '_sysctl' +'tac' '_tac' +'tacker' '_openstack' +'tail' '_tail' +'talk' '_other_accounts' +'tar' '_tar' +'tcp_open' '_tcpsys' +'tcpdump' '_tcpdump' +'tcptraceroute' '_tcptraceroute' +'tcsh' '_sh' +'tee' '_tee' +'tex' '_tex' +'texi2any' '_texinfo' +'texi2dvi' '_texinfo' +'texi2pdf' '_texinfo' +'texindex' '_texinfo' +'tidy' '_tidy' +'tig' '_git' +'time' '_precommand' +'timeout' '_timeout' +'times' '_nothing' +'tkconch' '_twisted' +'tkinfo' '_texinfo' +'tload' '_tload' +'todo.sh' '_todo.sh' +'toilet' '_toilet' +'top' '_top' +'touch' '_touch' +'tput' '_tput' +'tr' '_tr' +'tracepath' '_tracepath' +'tracepath6' '_tracepath' +'traceroute' '_hosts' +'transmission-remote' '_transmission' +'trap' '_trap' +'tree' '_tree' +'trial' '_twisted' +'trove' '_openstack' +'true' '_nothing' +'truncate' '_truncate' +'truss' '_truss' +'tryaffix' '_ispell' +'tty' '_tty' +'ttyctl' '_ttyctl' +'tune2fs' '_tune2fs' +'twist' '_twisted' +'twistd' '_twisted' +'txt' '_hosts' +'type' '_which' +'typeset' '_typeset' +'typst' '_typst' +'ulimit' '_ulimit' +'umount' '_mount' +'unalias' '_aliases' +'uname' '_uname' +'uncompress' '_compress' +'unexpand' '_unexpand' +'unfunction' '_functions' +'unget' '_sccs' +'unhash' '_unhash' +'uniq' '_uniq' +'unix2dos' '_dos2unix' +'unix2mac' '_dos2unix' +'unlimit' '_limits' +'unlz4' '_lz4' +'unlzma' '_xz' +'unpigz' '_gzip' +'unrar' '_rar' +'unset' '_vars' +'unsetopt' '_setopt' +'unshare' '_unshare' +'unwrapdiff' '_patchutils' +'unxz' '_xz' +'unzip' '_zip' +'upgradepkg' '_pkgtool' +'uptime' '_uptime' +'urxvt' '_urxvt' +'urxvt256c' '_urxvt' +'urxvt256c-ml' '_urxvt' +'urxvt256c-mlc' '_urxvt' +'urxvt256cc' '_urxvt' +'urxvtc' '_urxvt' +'useradd' '_user_admin' +'userdel' '_users' +'usermod' '_user_admin' +'val' '_sccs' +'valgrind' '_valgrind' +'vared' '_vared' +'vcs_info_hookadd' '_vcs_info' +'vcs_info_hookdel' '_vcs_info' +'vi' '_vi' +'view' '_vi' +'vim' '_vim' +'vimdiff' '_vim' +'virsh' '_libvirt' +'virt-admin' '_libvirt' +'virt-host-validate' '_libvirt' +'virt-pki-validate' '_libvirt' +'virt-xml-validate' '_libvirt' +'visudo' '_visudo' +'vitrage' '_openstack' +'vmstat' '_vmstat' +'vorbiscomment' '_vorbis' +'vpnc' '_vpnc' +'vpnc-connect' '_vpnc' +'w' '_w' +'w3m' '_w3m' +'wait' '_wait' +'watch' '_watch' +'watcher' '_openstack' +'wc' '_wc' +'wget' '_wget' +'what' '_sccs' +'whatis' '_man' +'whence' '_which' +'where' '_which' +'whereis' '_whereis' +'which' '_which' +'who' '_who' +'whoami' '_nothing' +'whois' '_whois' +'whom' '_mh' +'wipefs' '_wipefs' +'wl-copy' '_wl-copy' +'wl-paste' '_wl-paste' +'wodim' '_cdrecord' +'wpa_cli' '_wpa_cli' +'wpctl' '_wpctl' +'write' '_users_on' +'www' '_webbrowser' +'xargs' '_xargs' +'xattr' '_attr' +'xauth' '_xauth' +'xautolock' '_xautolock' +'xclip' '_xclip' +'xdpyinfo' '_x_utils' +'xdvi' '_xdvi' +'xelatex' '_tex' +'xetex' '_tex' +'xev' '_x_utils' +'xfd' '_x_utils' +'xfontsel' '_x_utils' +'xfreerdp' '_rdesktop' +'xhost' '_x_utils' +'xinput' '_xinput' +'xkill' '_x_utils' +'xlsatoms' '_x_utils' +'xlsclients' '_x_utils' +'xml' '_xmlstarlet' +'xmllint' '_xmlsoft' +'xmlstarlet' '_xmlstarlet' +'xmodmap' '_xmodmap' +'xmosaic' '_webbrowser' +'xon' '_x_utils' +'xpdf' '_xpdf' +'xping' '_hosts' +'xprop' '_x_utils' +'xrandr' '_xrandr' +'xrdb' '_x_utils' +'xscreensaver-command' '_xscreensaver' +'xset' '_xset' +'xsetroot' '_x_utils' +'xsltproc' '_xmlsoft' +'xterm' '_xterm' +'xwd' '_x_utils' +'xwininfo' '_x_utils' +'xwud' '_x_utils' +'xxd' '_xxd' +'xz' '_xz' +'xzcat' '_xz' +'yafc' '_yafc' +'yash' '_sh' +'ypbind' '_yp' +'ypcat' '_yp' +'ypmatch' '_yp' +'yppasswd' '_yp' +'yppoll' '_yp' +'yppush' '_yp' +'ypserv' '_yp' +'ypset' '_yp' +'ypwhich' '_yp' +'ypxfr' '_yp' +'ytalk' '_other_accounts' +'zargs' '_zargs' +'zcalc' '_zcalc' +'zcat' '_zcat' +'zcompile' '_zcompile' +'zcp' '_zmv' +'zdelattr' '_zattr' +'zdump' '_zdump' +'zeal' '_zeal' +'zed' '_zed' +'zegrep' '_grep' +'zen' '_webbrowser' +'zf_chgrp' '_chown' +'zf_chmod' '_chmod' +'zf_chown' '_chown' +'zf_ln' '_ln' +'zf_mkdir' '_mkdir' +'zf_mv' '_mv' +'zf_rm' '_rm' +'zf_rmdir' '_rmdir' +'zfgrep' '_grep' +'zgetattr' '_zattr' +'zgrep' '_grep' +'zip' '_zip' +'zipinfo' '_zip' +'zle' '_zle' +'zlistattr' '_zattr' +'zln' '_zmv' +'zmail' '_mail' +'zmodload' '_zmodload' +'zmv' '_zmv' +'zone' '_hosts' +'zparseopts' '_zparseopts' +'zpty' '_zpty' +'zsetattr' '_zattr' +'zsh' '_zsh' +'zsh-mime-handler' '_zsh-mime-handler' +'zsocket' '_zsocket' +'zstat' '_stat' +'zstyle' '_zstyle' +'ztodo' '_ztodo' +'zun' '_openstack' +'zxpdf' '_xpdf' +) + +_services=( +'-redirect-,<,bunzip2' 'bunzip2' +'-redirect-,<,bzip2' 'bzip2' +'-redirect-,<,compress' 'compress' +'-redirect-,<,gunzip' 'gunzip' +'-redirect-,<,gzip' 'gzip' +'-redirect-,<,uncompress' 'uncompress' +'-redirect-,<,unxz' 'unxz' +'-redirect-,<,xz' 'xz' +'-redirect-,>,bzip2' 'bunzip2' +'-redirect-,>,compress' 'uncompress' +'-redirect-,>,gzip' 'gunzip' +'-redirect-,>,xz' 'unxz' +'Mail' 'mail' +'bzcat' 'bunzip2' +'gchgrp' 'chgrp' +'gchown' 'chown' +'gpg2' 'gpg' +'gzcat' 'gunzip' +'iceweasel' 'firefox' +'lzcat' 'unxz' +'lzma' 'xz' +'mailx' 'mail' +'nail' 'mail' +'ncl' 'nc' +'nedit-nc' 'nc' +'slogin' 'ssh' +'unlzma' 'unxz' +'xelatex' 'latex' +'xetex' 'tex' +'xzcat' 'unxz' +'zf_chgrp' 'chgrp' +'zf_chown' 'chown' +) + +_patcomps=( +'*/(init|rc[0-9S]#).d/*' '_init_d' +) + +_postpatcomps=( +'(p[bgpn]m*|*top[bgpn]m)' '_pbm' +'(ruby|[ei]rb)[0-9.]#' '_ruby' +'(texi(2*|ndex))' '_texi' +'(tiff*|*2tiff|pal2rgb)' '_tiff' +'*/X11(|R<4->)/*' '_x_arguments' +'-value-,(ftp|http(|s))_proxy,-default-' '_urls' +'-value-,*PATH,-default-' '_dir_list' +'-value-,*path,-default-' '_directories' +'-value-,LC_*,-default-' '_locales' +'-value-,RUBY(LIB|OPT|PATH),-default-' '_ruby' +'_*' '_compadd' +'gem[0-9.]#' '_gem' +'lua[0-9.-]##' '_lua' +'php[0-9.-]' '_php' +'pip[0-9.]#' '_pip' +'pydoc[0-9.]#' '_pydoc' +'python[0-9.]#' '_python' +'qemu(|-system-*)' '_qemu' +'shasum(|5).*' '_shasum' +'yodl(|2*)' '_yodl' +'zf*' '_zftp' +) + +_compautos=( +'_call_program' '+X' +) + +zle -C _bash_complete-word .complete-word _bash_completions +zle -C _bash_list-choices .list-choices _bash_completions +zle -C _complete_debug .complete-word _complete_debug +zle -C _complete_help .complete-word _complete_help +zle -C _complete_tag .complete-word _complete_tag +zle -C _correct_filename .complete-word _correct_filename +zle -C _correct_word .complete-word _correct_word +zle -C _expand_alias .complete-word _expand_alias +zle -C _expand_word .complete-word _expand_word +zle -C _history-complete-newer .complete-word _history_complete_word +zle -C _history-complete-older .complete-word _history_complete_word +zle -C _list_expansions .list-choices _expand_word +zle -C _most_recent_file .complete-word _most_recent_file +zle -C _next_tags .list-choices _next_tags +zle -C _read_comp .complete-word _read_comp +bindkey '^X^R' _read_comp +bindkey '^X?' _complete_debug +bindkey '^XC' _correct_filename +bindkey '^Xa' _expand_alias +bindkey '^Xc' _correct_word +bindkey '^Xd' _list_expansions +bindkey '^Xe' _expand_word +bindkey '^Xh' _complete_help +bindkey '^Xm' _most_recent_file +bindkey '^Xn' _next_tags +bindkey '^Xt' _complete_tag +bindkey '^X~' _bash_list-choices +bindkey '^[,' _history-complete-newer +bindkey '^[/' _history-complete-older +bindkey '^[~' _bash_complete-word + +autoload -Uz _apk _busctl _bwrap _curl _fastfetch \ + _foot _footclient _fuzzel _lf _libinput \ + _loginctl _mako _makoctl _mpv _openrc \ + _rc-service _rc-status _rc-update _rg _swayidle \ + _typst _wl-copy _wl-paste _wpctl _cdr \ + _all_labels _all_matches _alternative _approximate _arg_compile \ + _arguments _bash_completions _cache_invalid _call_function _combination \ + _comp_locale _complete _complete_debug _complete_help _complete_help_generic \ + _complete_tag _correct _correct_filename _correct_word _describe \ + _description _dispatch _expand _expand_alias _expand_word \ + _extensions _external_pwds _generic _guard _history \ + _history_complete_word _ignored _list _main_complete _match \ + _menu _message _most_recent_file _multi_parts _next_label \ + _next_tags _normal _nothing _numbers _oldlist \ + _pick_variant _prefix _read_comp _regex_arguments _regex_words \ + _requested _retrieve_cache _sep_parts _sequence _set_command \ + _setup _store_cache _sub_commands _tags _user_expand \ + _values _wanted _acpi _alsa-utils _analyseplugin \ + _basenc _brctl _btrfs _capabilities _chattr \ + _chcon _choom _chrt _cpupower _cryptsetup \ + _dkms _e2label _ethtool _findmnt _free \ + _fuse_arguments _fuse_values _fusermount _gpasswd _htop \ + _iconvconfig _ionice _ipset _iptables _iwconfig \ + _kpartx _losetup _lsattr _lsblk _lsns \ + _lsusb _ltrace _mat _mat2 _mdadm \ + _mii-tool _modutils _networkmanager _nsenter _opkg \ + _perf _pidof _pkgtool _pmap _qdbus \ + _schedtool _selinux_contexts _selinux_roles _selinux_types _selinux_users \ + _setpriv _setsid _slabtop _ss _sshfs \ + _strace _sysstat _tload _tracepath _tune2fs \ + _unshare _valgrind _wakeup_capable_devices _wipefs _wpa_cli \ + _a2ps _abcde _absolute_command_paths _ack _ansible \ + _ant _antiword _apachectl _arch_archives _arch_namespace \ + _arp _arping _asciidoctor _asciinema _at \ + _attr _augeas _avahi _awk _base64 \ + _basename _bash _baudrates _beep _bibtex \ + _bind_addresses _bison _bogofilter _bpf_filters _bzip2 \ + _cabal _cal _calendar _canonical_paths _cat \ + _cdrdao _cdrecord _chmod _chown _chroot \ + _chsh _cksum _cmdambivalent _cmdstring _cmp \ + _column _comm _compress _configure _cp \ + _cpio _crontab _cscope _csplit _ctags \ + _ctags_tags _curl _cut _date _date_formats \ + _dates _dbus _dconf _dd _df \ + _dhclient _dict_words _diff _diff3 _diff_options \ + _diffstat _dig _dir_list _directories _django \ + _dmesg _dmidecode _dns_types _doas _domains \ + _dos2unix _drill _dropbox _dtruss _du \ + _dvi _ecasound _ed _elinks _email_addresses \ + _entr _env _espeak _etags _fakeroot \ + _feh _fetchmail _ffmpeg _figlet _file_modes \ + _file_systems _files _find _find_net_interfaces _flac \ + _flex _fmt _fold _fortune _fuser \ + _gcore _gdb _gem _genisoimage _getconf \ + _getent _getfacl _getmail _getopt _ghostscript \ + _git _global _global_tags _gnu_generic _gnutls \ + _go _gpg _gphoto2 _gprof _gradle \ + _grep _groff _groups _growisofs _gsettings \ + _gzip _have_glob_qual _head _hexdump _host \ + _hostname _hosts _iconv _id _ifconfig \ + _iftop _init_d _install _iostat _ip \ + _ipsec _irssi _ispell _java _java_class \ + _joe _join _jq _killall _knock \ + _kvno _last _ld_debug _ldconfig _ldd \ + _less _lha _libvirt _links _list_files \ + _lldb _ln _loadkeys _locale _localedef \ + _locales _locate _logger _look _lp \ + _ls _lsof _lua _luarocks _lz4 \ + _mail _mailboxes _make _man _md5sum \ + _mh _mime_types _mkdir _mkfifo _mknod \ + _mktemp _mosh _mount _mpc _mt \ + _mtools _mtr _mutt _mv _my_accounts \ + _myrepos _mysql_utils _ncftp _net_interfaces _netcat \ + _netstat _newsgroups _nginx _ngrep _nice \ + _nl _nm _nmap _npm _nslookup \ + _numfmt _objdump _object_files _od _openstack \ + _opustools _other_accounts _pandoc _paste _patch \ + _patchutils _path_commands _path_files _pbm _pdf \ + _perl _perl_basepods _perl_modules _perldoc _pgids \ + _pgrep _php _picocom _pids _ping \ + _pip _pkg-config _pkg_instance _pon _ports \ + _postfix _postscript _pr _printenv _printers \ + _process_names _prove _ps _pspdf _psutils \ + _ptx _pump _pv _pwgen _pydoc \ + _python _python_modules _qemu _rake _ranlib \ + _rar _rclone _readelf _readlink _remote_files \ + _renice _ri _rm _rmdir _route \ + _rrdtool _ruby _runit _samba _sccs \ + _scons _screen _script _seafile _sed \ + _seq _service _services _setfacl _sh \ + _shasum _showmount _shred _shuf _shutdown \ + _signals _slrn _smartmontools _sort _spamassassin \ + _split _sqlite _sqsh _ssh _ssh_hosts \ + _stat _stdbuf _stow _strings _strip \ + _stty _su _sudo _swaks _swanctl \ + _swift _sys_calls _sysctl _tac _tail \ + _tar _tar_archive _tcpdump _tcptraceroute _tee \ + _terminals _tex _texi _texinfo _tidy \ + _tiff _tilde_files _time_zone _timeout _todo.sh \ + _toilet _top _touch _tput _tr \ + _transmission _tree _truncate _truss _tty \ + _ttys _twisted _umountable _uname _unexpand \ + _uniq _uptime _urls _user_admin _user_at_host \ + _users _users_on _vi _vim _visudo \ + _vmstat _vorbis _vpnc _w _w3m \ + _watch _wc _webbrowser _wget _whereis \ + _who _whois _xargs _xmlsoft _xmlstarlet \ + _xxd _xz _yafc _yodl _yp \ + _zcat _zdump _zip _zsh _code \ + _eog _evince _geany _kdeconnect _mozilla \ + _mplayer _mupdf _nedit _pdftk _rdesktop \ + _setxkbmap _sublimetext _urxvt _x_arguments _x_borderwidth \ + _x_color _x_colormapid _x_cursor _x_display _x_extension \ + _x_font _x_geometry _x_keysym _x_locale _x_modifier \ + _x_name _x_resource _x_selection_timeout _x_title _x_utils \ + _x_visual _x_window _xauth _xautolock _xclip \ + _xdvi _xft_fonts _xinput _xmodmap _xpdf \ + _xrandr _xscreensaver _xset _xt_arguments _xt_session_id \ + _xterm _zeal __arguments _add-zle-hook-widget _add-zsh-hook \ + _alias _aliases _arrays _assign _autocd \ + _bindkey _brace_parameter _builtin _cd _command \ + _command_names _compadd _compdef _completers _condition \ + _default _delimiters _directory_stack _dirs _disable \ + _dynamic_directory_name _echotc _echoti _emulate _enable \ + _equal _exec _fc _file_descriptors _first \ + _functions _globflags _globqual_delims _globquals _hash \ + _history_modifiers _in_vared _jobs _jobs_bg _jobs_builtin \ + _jobs_fg _kill _limit _limits _math \ + _math_params _mere _module_math_func _options _options_set \ + _options_unset _parameter _parameters _precommand _print \ + _prompt _ps1234 _read _redirect _run-help \ + _sched _set _setopt _source _strftime \ + _subscript _suffix_alias_files _tcpsys _tilde _trap \ + _ttyctl _typeset _ulimit _unhash _user_math_func \ + _value _vared _vars _vcs_info _vcs_info_hooks \ + _wait _which _widgets _zargs _zattr \ + _zcalc _zcalc_line _zcompile _zed _zftp \ + _zle _zmodload _zmv _zparseopts _zpty \ + _zsh-mime-handler _zsocket _zstyle _ztodo +autoload -Uz +X _call_program + +typeset -gUa _comp_assocs +_comp_assocs=( '' ) diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile new file mode 100644 index 0000000..e3282e8 --- /dev/null +++ b/.config/zsh/.zprofile @@ -0,0 +1,17 @@ +export PATH="$PATH:$(find ~/.local/bin -type d | paste -sd ':' -)" + +unsetopt PROMPT_SP 2>/dev/null + +export EDITOR="nvim" +export TERMINAL="foot-client" +export BROWSER="librewolf" +export MANPAGER='nvim +Man!' + +# HOME cleanup +export ZDOTDIR=$HOME/.config/zsh +export XDG_CONFIG_HOME="$HOME/.config" +export XDG_DATA_HOME="$HOME/.local/share" +export XDG_CACHE_HOME="$HOME/.cache" +export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc" +export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc" +export CARGO_HOME="$XDG_DATA_HOME"/cargo diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc new file mode 100644 index 0000000..a7d7a4c --- /dev/null +++ b/.config/zsh/.zshrc @@ -0,0 +1,94 @@ +# Enable colors and change prompt: +case $(tty) in /dev/tty[0-9]*) + source .cache/wal/colors-tty.sh +esac + +autoload -U colors && colors # Load colors +PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[red]%}@%{$fg[yellow]%}%M %{$fg[yellow]%}%~%{$fg[red]%}]%{$reset_color%}$%b " + +# OSC-7 escape sequence +autoload -Uz add-zsh-hook +function osc7-pwd() { + emulate -L zsh # also sets localoptions for us + setopt extendedglob + local LC_ALL=C + printf '\e]7;file://%s%s\e\' $HOST ${PWD//(#m)([^@-Za-z&-;_~])/%${(l:2::0:)$(([##16]#MATCH))}} +} + +function chpwd-osc7-pwd() { + (( ZSH_SUBSHELL )) || osc7-pwd +} +add-zsh-hook -Uz chpwd chpwd-osc7-pwd + +setopt autocd # Automatically cd into typed directory. +stty stop undef # Disable ctrl-s to freeze terminal. +setopt interactive_comments + +# Useful options +setopt correct +setopt noclobber +setopt histignoredups + +# History in cache directory: +HISTSIZE=10000000 +SAVEHIST=10000000 +HISTFILE="${XDG_CACHE_HOME:-$HOME/.cache}/zsh/history" + +# Basic auto/tab complete: +setopt auto_list +autoload -U compinit +zstyle ':completion:*' menu select +zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} +zmodload zsh/complist +compinit +_comp_options+=(globdots) # Include hidden files. + +# Completion files: Use XDG dirs +[ -d "$XDG_CACHE_HOME"/zsh ] || mkdir -p "$XDG_CACHE_HOME"/zsh +zstyle ':completion:*' cache-path "$XDG_CACHE_HOME"/zsh/zcompcache +compinit -d "$XDG_CACHE_HOME"/zsh/zcompdump-$ZSH_VERSION + +# vi mode +bindkey -v +export KEYTIMEOUT=1 + +# Use vim keys in tab complete menu: +bindkey -M menuselect 'h' vi-backward-char +bindkey -M menuselect 'k' vi-up-line-or-history +bindkey -M menuselect 'l' vi-forward-char +bindkey -M menuselect 'j' vi-down-line-or-history +bindkey -v '^?' backward-delete-char + +# Change cursor shape for different vi modes. +function zle-keymap-select () { + case $KEYMAP in + vicmd) echo -ne '\e[1 q';; # block + viins|main) echo -ne '\e[5 q';; # beam + esac +} +zle -N zle-keymap-select +zle-line-init() { + zle -K viins # initiate `vi insert` as keymap (can be removed if `bindkey -V` has been set elsewhere) + echo -ne "\e[5 q" +} +zle -N zle-line-init +echo -ne '\e[5 q' # Use beam shape cursor on startup. +preexec() { echo -ne '\e[5 q' ;} # Use beam shape cursor for each new prompt. + +# Aliases +alias sudo='doas' +alias neofetch='fastfetch' +alias yay='paru' +alias docker='podman' +alias ls='ls -lah' +alias codium='codium --ozone-platform=wayland' +alias cmatrix='cmatrix -bcm -u 7' +alias stmps='stmps -mpris' +alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"' +alias vi='busybox vi' + +# Commands +fastfetch + +# Load syntax highlighting; should be last. +source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh 2>/dev/null diff --git a/.local/bin/bwroot b/.local/bin/bwroot new file mode 100755 index 0000000..c8dedb6 --- /dev/null +++ b/.local/bin/bwroot @@ -0,0 +1,16 @@ +#!/bin/sh + +ROOT=""$HOME"/Documents/alpchroot" + +case "$1" in + "") echo "usage: bwroot ARGUMENT" >&2; exit 1; ;; + *) + bwrap \ + --bind "$ROOT" / \ + --bind /proc /proc \ + --dev-bind /dev /dev \ + --bind "$PWD" "$PWD" \ + --bind "$HOME" "$HOME" \ + --unshare-all \ + "$@" ;; +esac diff --git a/.local/bin/camera b/.local/bin/camera new file mode 100755 index 0000000..6be33e5 --- /dev/null +++ b/.local/bin/camera @@ -0,0 +1,2 @@ +#!/bin/sh +pkill -f /dev/video || mpv --untimed --no-cache --no-osc --no-input-default-bindings --profile=low-latency --input-conf=/dev/null --autofit=25% --title=webcam $(ls /dev/video[0,2,4,6,8] | tail -n 1) diff --git a/.local/bin/dwmlaunch b/.local/bin/dwmlaunch new file mode 100755 index 0000000..c8df848 --- /dev/null +++ b/.local/bin/dwmlaunch @@ -0,0 +1,2 @@ +#!/bin/sh +zsh -lc "/usr/libexec/pipewire-launcher & slstatus | dbus-run-session dwl" diff --git a/.local/bin/getvol b/.local/bin/getvol new file mode 100755 index 0000000..7943255 --- /dev/null +++ b/.local/bin/getvol @@ -0,0 +1,19 @@ +#!/bin/sh + +dev=@DEFAULT_SINK@ +! [ "$1" = '-m' ] || { dev=@DEFAULT_SOURCE@; shift; } + +vol="$(wpctl get-volume "$dev")" + +[ "$vol" != "${vol%\[MUTED\]}" ] && echo "MUTED" && exit +vol="${vol#Volume: }" + +split() { + # For ommiting the . without calling and external program. + IFS=$2 + set -- $1 + printf '%s' "$@" +} + +vol="$(printf "%.0f" "$(split "$vol" ".")")" +echo "$vol" diff --git a/.local/bin/powermenu b/.local/bin/powermenu new file mode 100755 index 0000000..f3cd82d --- /dev/null +++ b/.local/bin/powermenu @@ -0,0 +1,20 @@ +#!/bin/sh -x + +# tofi powermenu +case $(printf "%s\n" " Lock session" "󰍃 Log out" "󰤄 Suspend" " Reboot" "󰐥 Shut down" | fuzzel -d) in + " Lock session") + swaylock + ;; + "󰍃 Log out") + kill "$(pidof dwl)" + ;; + "󰤄 Suspend") + loginctl suspend + ;; + " Reboot") + loginctl reboot + ;; + "󰐥 Shut down") + loginctl poweroff +esac + diff --git a/.local/bin/recordscreen b/.local/bin/recordscreen new file mode 100755 index 0000000..dc76b9e --- /dev/null +++ b/.local/bin/recordscreen @@ -0,0 +1,33 @@ +#!/bin/sh -x +# +# Show icon in slstatus: [ 󰕧 + 󱄠 (󰑊) ] +# [ 󰕧 + 󱄠 + 󰍬 (󰑊) ] +# [ 󰕧 (󰑊) ] +# +screencast(){ + case $(printf "%s\n" "󰍬 Mic ON" "󰍭 Mic OFF" | fuzzel -d) in + "󰍬 Mic ON") + wf-recorder -D -a -f ~/Videos/Recordings/recording_$(date +"%Y-%m-%d_%H:%M:%S.mp4") + ;; + "󰍭 Mic OFF") + wf-recorder -D --audio="$(pactl list short sources | grep output | awk '{print $2}')" -f ~/Videos/Recordings/recording_$(date +"%Y-%m-%d_%H:%M:%S.mp4") + ;; + esac +} + +video(){ + wf-recorder -D -f ~/Videos/Recordings/recording_$(date +"%Y-%m-%d_%H:%M:%S.mp4") +} + +kill(){ + killall -s SIGINT wf-recorder && \ + notify-send "wf-recorder" "recording stopped" || \ + notify-send "ERROR" "No recording process found" +} + +case $(printf "%s\n" "󰻒 Screencast" "󰕧 Video only" "󰕨 Stop recording" | fuzzel -d) in + "󰻒 Screencast") screencast;; + "󰕧 Video only") video;; + "󰕨 Stop recording") kill;; + *) kill;; +esac diff --git a/.local/bin/tofiunicode b/.local/bin/tofiunicode new file mode 100755 index 0000000..84ff664 --- /dev/null +++ b/.local/bin/tofiunicode @@ -0,0 +1,12 @@ +#!/bin/sh + +# The famous "get a menu of emojis to copy" script, ported to tofi (wayland). + +# Get user selection via tofi from emoji file. +chosen=$(cut -d ';' -f1 ~/.local/share/misc/chars/* | fuzzel -d | sed "s/ .*//") + +# Exit if none chosen. +[ -z "$chosen" ] && exit + +printf "%s" "$chosen" | wl-copy +notify-send "'$chosen' copied to clipboard." & diff --git a/.local/share/applications/imv.desktop b/.local/share/applications/imv.desktop new file mode 100644 index 0000000..3342177 --- /dev/null +++ b/.local/share/applications/imv.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=imv +GenericName=Image Viewer +Comment=X11/Wayland Image Viewer +Exec=/usr/bin/imv %f +Icon=multimedia-photo-viewer +Terminal=true diff --git a/.local/share/fonts/ttc/Monocraft/Monocraft-nerd-fonts-patched.ttc b/.local/share/fonts/ttc/Monocraft/Monocraft-nerd-fonts-patched.ttc new file mode 100644 index 0000000..973952f Binary files /dev/null and b/.local/share/fonts/ttc/Monocraft/Monocraft-nerd-fonts-patched.ttc differ diff --git a/.local/share/fonts/ttf/AppleColorEmoji/AppleColorEmoji.ttf b/.local/share/fonts/ttf/AppleColorEmoji/AppleColorEmoji.ttf new file mode 100644 index 0000000..f1378fa Binary files /dev/null and b/.local/share/fonts/ttf/AppleColorEmoji/AppleColorEmoji.ttf differ diff --git a/.local/share/icons/macOS-White/cursor.theme b/.local/share/icons/macOS-White/cursor.theme new file mode 100644 index 0000000..3d2c61e --- /dev/null +++ b/.local/share/icons/macOS-White/cursor.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name=macOS-White +Inherits="macOS-White" \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/00000000000000020006000e7e9ffc3f b/.local/share/icons/macOS-White/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/00008160000006810000408080010102 b/.local/share/icons/macOS-White/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/028006030e0e7ebffc7f7070c0600140 b/.local/share/icons/macOS-White/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/03b6e0fcb3499374a867c041f52298f0 b/.local/share/icons/macOS-White/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..01c907d --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +crossed_circle \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.local/share/icons/macOS-White/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/1081e37283d90000800003c07f3ef6bf b/.local/share/icons/macOS-White/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/14fef782d02440884392942c1120523 b/.local/share/icons/macOS-White/cursors/14fef782d02440884392942c1120523 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/14fef782d02440884392942c1120523 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/2870a09082c103050810ffdffffe0204 b/.local/share/icons/macOS-White/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/3085a0e285430894940527032f8b26df b/.local/share/icons/macOS-White/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.local/share/icons/macOS-White/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/4498f0e0c1937ffe01fd06f973665830 b/.local/share/icons/macOS-White/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.local/share/icons/macOS-White/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/6407b0e94181790501fd1e167b474872 b/.local/share/icons/macOS-White/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/640fb0e74195791501fd1ed57b41487f b/.local/share/icons/macOS-White/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/9081237383d90e509aa00f00170e968f b/.local/share/icons/macOS-White/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/9d800788f1b08800ae810202380a0822 b/.local/share/icons/macOS-White/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0b08654 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +hand2 \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/X_cursor b/.local/share/icons/macOS-White/cursors/X_cursor new file mode 100644 index 0000000..554e6fb Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/X_cursor differ diff --git a/.local/share/icons/macOS-White/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.local/share/icons/macOS-White/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/alias b/.local/share/icons/macOS-White/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/all-scroll b/.local/share/icons/macOS-White/cursors/all-scroll new file mode 100644 index 0000000..4c8b1e7 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/all-scroll differ diff --git a/.local/share/icons/macOS-White/cursors/arrow b/.local/share/icons/macOS-White/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.local/share/icons/macOS-White/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/bd_double_arrow b/.local/share/icons/macOS-White/cursors/bd_double_arrow new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/bd_double_arrow @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/bottom_left_corner b/.local/share/icons/macOS-White/cursors/bottom_left_corner new file mode 100644 index 0000000..cb85c48 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/bottom_left_corner differ diff --git a/.local/share/icons/macOS-White/cursors/bottom_right_corner b/.local/share/icons/macOS-White/cursors/bottom_right_corner new file mode 100644 index 0000000..9c7b598 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/bottom_right_corner differ diff --git a/.local/share/icons/macOS-White/cursors/bottom_side b/.local/share/icons/macOS-White/cursors/bottom_side new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/bottom_side @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/bottom_tee b/.local/share/icons/macOS-White/cursors/bottom_tee new file mode 100644 index 0000000..1e8ed6b Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/bottom_tee differ diff --git a/.local/share/icons/macOS-White/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.local/share/icons/macOS-White/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/cell b/.local/share/icons/macOS-White/cursors/cell new file mode 120000 index 0000000..b070a6a --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/cell @@ -0,0 +1 @@ +plus \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/center_ptr b/.local/share/icons/macOS-White/cursors/center_ptr new file mode 100644 index 0000000..7647ac0 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/center_ptr differ diff --git a/.local/share/icons/macOS-White/cursors/circle b/.local/share/icons/macOS-White/cursors/circle new file mode 120000 index 0000000..01c907d --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/circle @@ -0,0 +1 @@ +crossed_circle \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/closedhand b/.local/share/icons/macOS-White/cursors/closedhand new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/closedhand @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/col-resize b/.local/share/icons/macOS-White/cursors/col-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/col-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/color-picker b/.local/share/icons/macOS-White/cursors/color-picker new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/color-picker @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/context-menu b/.local/share/icons/macOS-White/cursors/context-menu new file mode 100644 index 0000000..9b1f1eb Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/context-menu differ diff --git a/.local/share/icons/macOS-White/cursors/copy b/.local/share/icons/macOS-White/cursors/copy new file mode 100644 index 0000000..3530fd3 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/copy differ diff --git a/.local/share/icons/macOS-White/cursors/cross b/.local/share/icons/macOS-White/cursors/cross new file mode 100644 index 0000000..7af3079 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/cross differ diff --git a/.local/share/icons/macOS-White/cursors/cross_reverse b/.local/share/icons/macOS-White/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/crossed_circle b/.local/share/icons/macOS-White/cursors/crossed_circle new file mode 100644 index 0000000..297809f Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/crossed_circle differ diff --git a/.local/share/icons/macOS-White/cursors/crosshair b/.local/share/icons/macOS-White/cursors/crosshair new file mode 100644 index 0000000..a3f2e6c Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/crosshair differ diff --git a/.local/share/icons/macOS-White/cursors/d9ce0ab605698f320427677b458ad60b b/.local/share/icons/macOS-White/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/default b/.local/share/icons/macOS-White/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/diamond_cross b/.local/share/icons/macOS-White/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/dnd-ask b/.local/share/icons/macOS-White/cursors/dnd-ask new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/dnd-ask @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/dnd-copy b/.local/share/icons/macOS-White/cursors/dnd-copy new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/dnd-copy @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/dnd-link b/.local/share/icons/macOS-White/cursors/dnd-link new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/dnd-link @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/dnd-move b/.local/share/icons/macOS-White/cursors/dnd-move new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/dnd-move @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/dnd-none b/.local/share/icons/macOS-White/cursors/dnd-none new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/dnd-none @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/dnd_no_drop b/.local/share/icons/macOS-White/cursors/dnd_no_drop new file mode 100644 index 0000000..db47a95 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/dnd_no_drop differ diff --git a/.local/share/icons/macOS-White/cursors/dot_box_mask b/.local/share/icons/macOS-White/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/dotbox b/.local/share/icons/macOS-White/cursors/dotbox new file mode 100644 index 0000000..e82980b Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/dotbox differ diff --git a/.local/share/icons/macOS-White/cursors/double_arrow b/.local/share/icons/macOS-White/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/down-arrow b/.local/share/icons/macOS-White/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/draft b/.local/share/icons/macOS-White/cursors/draft new file mode 120000 index 0000000..644fb7b --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/draft @@ -0,0 +1 @@ +pencil \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/draft_large b/.local/share/icons/macOS-White/cursors/draft_large new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/draft_large @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/draft_small b/.local/share/icons/macOS-White/cursors/draft_small new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/draft_small @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/draped_box b/.local/share/icons/macOS-White/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/e-resize b/.local/share/icons/macOS-White/cursors/e-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/e-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/e29285e634086352946a0e7090d73106 b/.local/share/icons/macOS-White/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..0b08654 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand2 \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/ew-resize b/.local/share/icons/macOS-White/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.local/share/icons/macOS-White/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.local/share/icons/macOS-White/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/fd_double_arrow b/.local/share/icons/macOS-White/cursors/fd_double_arrow new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/fd_double_arrow @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/fleur b/.local/share/icons/macOS-White/cursors/fleur new file mode 120000 index 0000000..1bb4610 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/fleur @@ -0,0 +1 @@ +all-scroll \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/forbidden b/.local/share/icons/macOS-White/cursors/forbidden new file mode 120000 index 0000000..01c907d --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/forbidden @@ -0,0 +1 @@ +crossed_circle \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/grab b/.local/share/icons/macOS-White/cursors/grab new file mode 120000 index 0000000..1a38f92 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/grab @@ -0,0 +1 @@ +hand1 \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/grabbing b/.local/share/icons/macOS-White/cursors/grabbing new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/grabbing @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/h_double_arrow b/.local/share/icons/macOS-White/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/hand1 b/.local/share/icons/macOS-White/cursors/hand1 new file mode 100644 index 0000000..61976d2 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/hand1 differ diff --git a/.local/share/icons/macOS-White/cursors/hand2 b/.local/share/icons/macOS-White/cursors/hand2 new file mode 100644 index 0000000..3586210 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/hand2 differ diff --git a/.local/share/icons/macOS-White/cursors/help b/.local/share/icons/macOS-White/cursors/help new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/help @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/ibeam b/.local/share/icons/macOS-White/cursors/ibeam new file mode 120000 index 0000000..18632c4 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/ibeam @@ -0,0 +1 @@ +xterm \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/icon b/.local/share/icons/macOS-White/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/left-arrow b/.local/share/icons/macOS-White/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/left_ptr b/.local/share/icons/macOS-White/cursors/left_ptr new file mode 100644 index 0000000..bc70cef Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/left_ptr differ diff --git a/.local/share/icons/macOS-White/cursors/left_ptr_help b/.local/share/icons/macOS-White/cursors/left_ptr_help new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/left_ptr_help @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/left_ptr_watch b/.local/share/icons/macOS-White/cursors/left_ptr_watch new file mode 100644 index 0000000..32e0439 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/left_ptr_watch differ diff --git a/.local/share/icons/macOS-White/cursors/left_side b/.local/share/icons/macOS-White/cursors/left_side new file mode 100644 index 0000000..e072871 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/left_side differ diff --git a/.local/share/icons/macOS-White/cursors/left_tee b/.local/share/icons/macOS-White/cursors/left_tee new file mode 100644 index 0000000..9b1dcb2 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/left_tee differ diff --git a/.local/share/icons/macOS-White/cursors/link b/.local/share/icons/macOS-White/cursors/link new file mode 100644 index 0000000..347c868 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/link differ diff --git a/.local/share/icons/macOS-White/cursors/ll_angle b/.local/share/icons/macOS-White/cursors/ll_angle new file mode 100644 index 0000000..6d8a87f Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/ll_angle differ diff --git a/.local/share/icons/macOS-White/cursors/lr_angle b/.local/share/icons/macOS-White/cursors/lr_angle new file mode 100644 index 0000000..36a452a Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/lr_angle differ diff --git a/.local/share/icons/macOS-White/cursors/move b/.local/share/icons/macOS-White/cursors/move new file mode 100644 index 0000000..c83252c Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/move differ diff --git a/.local/share/icons/macOS-White/cursors/n-resize b/.local/share/icons/macOS-White/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/ne-resize b/.local/share/icons/macOS-White/cursors/ne-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/ne-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/nesw-resize b/.local/share/icons/macOS-White/cursors/nesw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/nesw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/no-drop b/.local/share/icons/macOS-White/cursors/no-drop new file mode 120000 index 0000000..1f6c0fd --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/no-drop @@ -0,0 +1 @@ +dnd_no_drop \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/not-allowed b/.local/share/icons/macOS-White/cursors/not-allowed new file mode 120000 index 0000000..01c907d --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/not-allowed @@ -0,0 +1 @@ +crossed_circle \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/ns-resize b/.local/share/icons/macOS-White/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/nw-resize b/.local/share/icons/macOS-White/cursors/nw-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/nw-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/nwse-resize b/.local/share/icons/macOS-White/cursors/nwse-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/nwse-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/openhand b/.local/share/icons/macOS-White/cursors/openhand new file mode 120000 index 0000000..1a38f92 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/openhand @@ -0,0 +1 @@ +hand1 \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/pencil b/.local/share/icons/macOS-White/cursors/pencil new file mode 100644 index 0000000..a59209b Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/pencil differ diff --git a/.local/share/icons/macOS-White/cursors/pirate b/.local/share/icons/macOS-White/cursors/pirate new file mode 120000 index 0000000..7b84daf --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/pirate @@ -0,0 +1 @@ +X_cursor \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/plus b/.local/share/icons/macOS-White/cursors/plus new file mode 100644 index 0000000..bfb68d3 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/plus differ diff --git a/.local/share/icons/macOS-White/cursors/pointer b/.local/share/icons/macOS-White/cursors/pointer new file mode 120000 index 0000000..0b08654 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/pointer @@ -0,0 +1 @@ +hand2 \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/pointer_move b/.local/share/icons/macOS-White/cursors/pointer_move new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/pointer_move @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/pointing_hand b/.local/share/icons/macOS-White/cursors/pointing_hand new file mode 120000 index 0000000..0b08654 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/pointing_hand @@ -0,0 +1 @@ +hand2 \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/progress b/.local/share/icons/macOS-White/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/question_arrow b/.local/share/icons/macOS-White/cursors/question_arrow new file mode 100644 index 0000000..9a9cc38 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/question_arrow differ diff --git a/.local/share/icons/macOS-White/cursors/right-arrow b/.local/share/icons/macOS-White/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/right_ptr b/.local/share/icons/macOS-White/cursors/right_ptr new file mode 100644 index 0000000..4d97394 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/right_ptr differ diff --git a/.local/share/icons/macOS-White/cursors/right_side b/.local/share/icons/macOS-White/cursors/right_side new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/right_side @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/right_tee b/.local/share/icons/macOS-White/cursors/right_tee new file mode 100644 index 0000000..4126a79 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/right_tee differ diff --git a/.local/share/icons/macOS-White/cursors/row-resize b/.local/share/icons/macOS-White/cursors/row-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/row-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/s-resize b/.local/share/icons/macOS-White/cursors/s-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/s-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/sb_down_arrow b/.local/share/icons/macOS-White/cursors/sb_down_arrow new file mode 100644 index 0000000..db757a4 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/sb_down_arrow differ diff --git a/.local/share/icons/macOS-White/cursors/sb_h_double_arrow b/.local/share/icons/macOS-White/cursors/sb_h_double_arrow new file mode 100644 index 0000000..475c356 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/sb_h_double_arrow differ diff --git a/.local/share/icons/macOS-White/cursors/sb_left_arrow b/.local/share/icons/macOS-White/cursors/sb_left_arrow new file mode 100644 index 0000000..2bf03fa Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/sb_left_arrow differ diff --git a/.local/share/icons/macOS-White/cursors/sb_right_arrow b/.local/share/icons/macOS-White/cursors/sb_right_arrow new file mode 100644 index 0000000..3fdf86e Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/sb_right_arrow differ diff --git a/.local/share/icons/macOS-White/cursors/sb_up_arrow b/.local/share/icons/macOS-White/cursors/sb_up_arrow new file mode 100644 index 0000000..6ffc409 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/sb_up_arrow differ diff --git a/.local/share/icons/macOS-White/cursors/sb_v_double_arrow b/.local/share/icons/macOS-White/cursors/sb_v_double_arrow new file mode 100644 index 0000000..d58f7c0 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/sb_v_double_arrow differ diff --git a/.local/share/icons/macOS-White/cursors/se-resize b/.local/share/icons/macOS-White/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/size-hor b/.local/share/icons/macOS-White/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/size-ver b/.local/share/icons/macOS-White/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/size_all b/.local/share/icons/macOS-White/cursors/size_all new file mode 120000 index 0000000..1bb4610 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/size_all @@ -0,0 +1 @@ +all-scroll \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/size_bdiag b/.local/share/icons/macOS-White/cursors/size_bdiag new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/size_bdiag @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/size_fdiag b/.local/share/icons/macOS-White/cursors/size_fdiag new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/size_fdiag @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/size_hor b/.local/share/icons/macOS-White/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/size_ver b/.local/share/icons/macOS-White/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/split_h b/.local/share/icons/macOS-White/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/split_v b/.local/share/icons/macOS-White/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/sw-resize b/.local/share/icons/macOS-White/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/target b/.local/share/icons/macOS-White/cursors/target new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/target @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/tcross b/.local/share/icons/macOS-White/cursors/tcross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/tcross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/text b/.local/share/icons/macOS-White/cursors/text new file mode 120000 index 0000000..18632c4 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/text @@ -0,0 +1 @@ +xterm \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/top_left_arrow b/.local/share/icons/macOS-White/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/top_left_corner b/.local/share/icons/macOS-White/cursors/top_left_corner new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/top_left_corner @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/top_right_corner b/.local/share/icons/macOS-White/cursors/top_right_corner new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/top_right_corner @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/top_side b/.local/share/icons/macOS-White/cursors/top_side new file mode 100644 index 0000000..3a9d51f Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/top_side differ diff --git a/.local/share/icons/macOS-White/cursors/top_tee b/.local/share/icons/macOS-White/cursors/top_tee new file mode 100644 index 0000000..92bc433 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/top_tee differ diff --git a/.local/share/icons/macOS-White/cursors/ul_angle b/.local/share/icons/macOS-White/cursors/ul_angle new file mode 100644 index 0000000..4042161 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/ul_angle differ diff --git a/.local/share/icons/macOS-White/cursors/up-arrow b/.local/share/icons/macOS-White/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/ur_angle b/.local/share/icons/macOS-White/cursors/ur_angle new file mode 100644 index 0000000..f012fa9 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/ur_angle differ diff --git a/.local/share/icons/macOS-White/cursors/v_double_arrow b/.local/share/icons/macOS-White/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/vertical-text b/.local/share/icons/macOS-White/cursors/vertical-text new file mode 100644 index 0000000..7e07fe1 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/vertical-text differ diff --git a/.local/share/icons/macOS-White/cursors/w-resize b/.local/share/icons/macOS-White/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/wait b/.local/share/icons/macOS-White/cursors/wait new file mode 100644 index 0000000..167ce14 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/wait differ diff --git a/.local/share/icons/macOS-White/cursors/watch b/.local/share/icons/macOS-White/cursors/watch new file mode 120000 index 0000000..fd80437 --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/watch @@ -0,0 +1 @@ +wait \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/wayland-cursor b/.local/share/icons/macOS-White/cursors/wayland-cursor new file mode 100644 index 0000000..b29353d Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/wayland-cursor differ diff --git a/.local/share/icons/macOS-White/cursors/whats_this b/.local/share/icons/macOS-White/cursors/whats_this new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/whats_this @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/x-cursor b/.local/share/icons/macOS-White/cursors/x-cursor new file mode 120000 index 0000000..7b84daf --- /dev/null +++ b/.local/share/icons/macOS-White/cursors/x-cursor @@ -0,0 +1 @@ +X_cursor \ No newline at end of file diff --git a/.local/share/icons/macOS-White/cursors/xterm b/.local/share/icons/macOS-White/cursors/xterm new file mode 100644 index 0000000..ae1021f Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/xterm differ diff --git a/.local/share/icons/macOS-White/cursors/zoom-in b/.local/share/icons/macOS-White/cursors/zoom-in new file mode 100644 index 0000000..3ed7467 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/zoom-in differ diff --git a/.local/share/icons/macOS-White/cursors/zoom-out b/.local/share/icons/macOS-White/cursors/zoom-out new file mode 100644 index 0000000..2cb5bf1 Binary files /dev/null and b/.local/share/icons/macOS-White/cursors/zoom-out differ diff --git a/.local/share/icons/macOS-White/index.theme b/.local/share/icons/macOS-White/index.theme new file mode 100644 index 0000000..125f5b9 --- /dev/null +++ b/.local/share/icons/macOS-White/index.theme @@ -0,0 +1,4 @@ +[Icon Theme] +Name=macOS-White +Comment=White macOS (v2.0.1) XCursors +Inherits="hicolor" \ No newline at end of file diff --git a/.local/share/icons/macOS/cursor.theme b/.local/share/icons/macOS/cursor.theme new file mode 100644 index 0000000..ae2edb8 --- /dev/null +++ b/.local/share/icons/macOS/cursor.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name=macOS +Inherits="macOS" \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/00000000000000020006000e7e9ffc3f b/.local/share/icons/macOS/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.local/share/icons/macOS/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/00008160000006810000408080010102 b/.local/share/icons/macOS/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.local/share/icons/macOS/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/028006030e0e7ebffc7f7070c0600140 b/.local/share/icons/macOS/cursors/028006030e0e7ebffc7f7070c0600140 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.local/share/icons/macOS/cursors/028006030e0e7ebffc7f7070c0600140 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/03b6e0fcb3499374a867c041f52298f0 b/.local/share/icons/macOS/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..01c907d --- /dev/null +++ b/.local/share/icons/macOS/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +crossed_circle \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/.local/share/icons/macOS/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.local/share/icons/macOS/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/1081e37283d90000800003c07f3ef6bf b/.local/share/icons/macOS/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.local/share/icons/macOS/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/14fef782d02440884392942c1120523 b/.local/share/icons/macOS/cursors/14fef782d02440884392942c1120523 new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.local/share/icons/macOS/cursors/14fef782d02440884392942c1120523 @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/2870a09082c103050810ffdffffe0204 b/.local/share/icons/macOS/cursors/2870a09082c103050810ffdffffe0204 new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.local/share/icons/macOS/cursors/2870a09082c103050810ffdffffe0204 @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/3085a0e285430894940527032f8b26df b/.local/share/icons/macOS/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.local/share/icons/macOS/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/3ecb610c1bf2410f44200f48c40d3599 b/.local/share/icons/macOS/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.local/share/icons/macOS/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/4498f0e0c1937ffe01fd06f973665830 b/.local/share/icons/macOS/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/.local/share/icons/macOS/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/.local/share/icons/macOS/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/.local/share/icons/macOS/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/6407b0e94181790501fd1e167b474872 b/.local/share/icons/macOS/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.local/share/icons/macOS/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/640fb0e74195791501fd1ed57b41487f b/.local/share/icons/macOS/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.local/share/icons/macOS/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/9081237383d90e509aa00f00170e968f b/.local/share/icons/macOS/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/.local/share/icons/macOS/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/9d800788f1b08800ae810202380a0822 b/.local/share/icons/macOS/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..0b08654 --- /dev/null +++ b/.local/share/icons/macOS/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +hand2 \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/X_cursor b/.local/share/icons/macOS/cursors/X_cursor new file mode 100644 index 0000000..6c61390 Binary files /dev/null and b/.local/share/icons/macOS/cursors/X_cursor differ diff --git a/.local/share/icons/macOS/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.local/share/icons/macOS/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.local/share/icons/macOS/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/alias b/.local/share/icons/macOS/cursors/alias new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.local/share/icons/macOS/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/all-scroll b/.local/share/icons/macOS/cursors/all-scroll new file mode 100644 index 0000000..264b4af Binary files /dev/null and b/.local/share/icons/macOS/cursors/all-scroll differ diff --git a/.local/share/icons/macOS/cursors/arrow b/.local/share/icons/macOS/cursors/arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.local/share/icons/macOS/cursors/arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/.local/share/icons/macOS/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.local/share/icons/macOS/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/bd_double_arrow b/.local/share/icons/macOS/cursors/bd_double_arrow new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.local/share/icons/macOS/cursors/bd_double_arrow @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/bottom_left_corner b/.local/share/icons/macOS/cursors/bottom_left_corner new file mode 100644 index 0000000..b1869ca Binary files /dev/null and b/.local/share/icons/macOS/cursors/bottom_left_corner differ diff --git a/.local/share/icons/macOS/cursors/bottom_right_corner b/.local/share/icons/macOS/cursors/bottom_right_corner new file mode 100644 index 0000000..60d74d8 Binary files /dev/null and b/.local/share/icons/macOS/cursors/bottom_right_corner differ diff --git a/.local/share/icons/macOS/cursors/bottom_side b/.local/share/icons/macOS/cursors/bottom_side new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.local/share/icons/macOS/cursors/bottom_side @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/bottom_tee b/.local/share/icons/macOS/cursors/bottom_tee new file mode 100644 index 0000000..9f056fa Binary files /dev/null and b/.local/share/icons/macOS/cursors/bottom_tee differ diff --git a/.local/share/icons/macOS/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.local/share/icons/macOS/cursors/c7088f0f3e6c8088236ef8e1e3e70000 new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.local/share/icons/macOS/cursors/c7088f0f3e6c8088236ef8e1e3e70000 @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/cell b/.local/share/icons/macOS/cursors/cell new file mode 120000 index 0000000..b070a6a --- /dev/null +++ b/.local/share/icons/macOS/cursors/cell @@ -0,0 +1 @@ +plus \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/center_ptr b/.local/share/icons/macOS/cursors/center_ptr new file mode 100644 index 0000000..f3aa5b6 Binary files /dev/null and b/.local/share/icons/macOS/cursors/center_ptr differ diff --git a/.local/share/icons/macOS/cursors/circle b/.local/share/icons/macOS/cursors/circle new file mode 120000 index 0000000..01c907d --- /dev/null +++ b/.local/share/icons/macOS/cursors/circle @@ -0,0 +1 @@ +crossed_circle \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/closedhand b/.local/share/icons/macOS/cursors/closedhand new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/.local/share/icons/macOS/cursors/closedhand @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/col-resize b/.local/share/icons/macOS/cursors/col-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.local/share/icons/macOS/cursors/col-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/color-picker b/.local/share/icons/macOS/cursors/color-picker new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.local/share/icons/macOS/cursors/color-picker @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/context-menu b/.local/share/icons/macOS/cursors/context-menu new file mode 100644 index 0000000..5b12c62 Binary files /dev/null and b/.local/share/icons/macOS/cursors/context-menu differ diff --git a/.local/share/icons/macOS/cursors/copy b/.local/share/icons/macOS/cursors/copy new file mode 100644 index 0000000..50021ba Binary files /dev/null and b/.local/share/icons/macOS/cursors/copy differ diff --git a/.local/share/icons/macOS/cursors/cross b/.local/share/icons/macOS/cursors/cross new file mode 100644 index 0000000..1e5e64f Binary files /dev/null and b/.local/share/icons/macOS/cursors/cross differ diff --git a/.local/share/icons/macOS/cursors/cross_reverse b/.local/share/icons/macOS/cursors/cross_reverse new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.local/share/icons/macOS/cursors/cross_reverse @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/crossed_circle b/.local/share/icons/macOS/cursors/crossed_circle new file mode 100644 index 0000000..a311c5b Binary files /dev/null and b/.local/share/icons/macOS/cursors/crossed_circle differ diff --git a/.local/share/icons/macOS/cursors/crosshair b/.local/share/icons/macOS/cursors/crosshair new file mode 100644 index 0000000..1ce9b63 Binary files /dev/null and b/.local/share/icons/macOS/cursors/crosshair differ diff --git a/.local/share/icons/macOS/cursors/d9ce0ab605698f320427677b458ad60b b/.local/share/icons/macOS/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/.local/share/icons/macOS/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/default b/.local/share/icons/macOS/cursors/default new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.local/share/icons/macOS/cursors/default @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/diamond_cross b/.local/share/icons/macOS/cursors/diamond_cross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.local/share/icons/macOS/cursors/diamond_cross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/dnd-ask b/.local/share/icons/macOS/cursors/dnd-ask new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/.local/share/icons/macOS/cursors/dnd-ask @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/dnd-copy b/.local/share/icons/macOS/cursors/dnd-copy new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/.local/share/icons/macOS/cursors/dnd-copy @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/dnd-link b/.local/share/icons/macOS/cursors/dnd-link new file mode 120000 index 0000000..c150ede --- /dev/null +++ b/.local/share/icons/macOS/cursors/dnd-link @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/dnd-move b/.local/share/icons/macOS/cursors/dnd-move new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/.local/share/icons/macOS/cursors/dnd-move @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/dnd-none b/.local/share/icons/macOS/cursors/dnd-none new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/.local/share/icons/macOS/cursors/dnd-none @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/dnd_no_drop b/.local/share/icons/macOS/cursors/dnd_no_drop new file mode 100644 index 0000000..12ed6f4 Binary files /dev/null and b/.local/share/icons/macOS/cursors/dnd_no_drop differ diff --git a/.local/share/icons/macOS/cursors/dot_box_mask b/.local/share/icons/macOS/cursors/dot_box_mask new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.local/share/icons/macOS/cursors/dot_box_mask @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/dotbox b/.local/share/icons/macOS/cursors/dotbox new file mode 100644 index 0000000..9746e2f Binary files /dev/null and b/.local/share/icons/macOS/cursors/dotbox differ diff --git a/.local/share/icons/macOS/cursors/double_arrow b/.local/share/icons/macOS/cursors/double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.local/share/icons/macOS/cursors/double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/down-arrow b/.local/share/icons/macOS/cursors/down-arrow new file mode 120000 index 0000000..022a111 --- /dev/null +++ b/.local/share/icons/macOS/cursors/down-arrow @@ -0,0 +1 @@ +sb_down_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/draft b/.local/share/icons/macOS/cursors/draft new file mode 120000 index 0000000..644fb7b --- /dev/null +++ b/.local/share/icons/macOS/cursors/draft @@ -0,0 +1 @@ +pencil \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/draft_large b/.local/share/icons/macOS/cursors/draft_large new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.local/share/icons/macOS/cursors/draft_large @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/draft_small b/.local/share/icons/macOS/cursors/draft_small new file mode 120000 index 0000000..cb9c1b4 --- /dev/null +++ b/.local/share/icons/macOS/cursors/draft_small @@ -0,0 +1 @@ +right_ptr \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/draped_box b/.local/share/icons/macOS/cursors/draped_box new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.local/share/icons/macOS/cursors/draped_box @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/e-resize b/.local/share/icons/macOS/cursors/e-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.local/share/icons/macOS/cursors/e-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/e29285e634086352946a0e7090d73106 b/.local/share/icons/macOS/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..0b08654 --- /dev/null +++ b/.local/share/icons/macOS/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +hand2 \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/ew-resize b/.local/share/icons/macOS/cursors/ew-resize new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.local/share/icons/macOS/cursors/ew-resize @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/.local/share/icons/macOS/cursors/fcf1c3c7cd4491d801f1e1c78f100000 new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.local/share/icons/macOS/cursors/fcf1c3c7cd4491d801f1e1c78f100000 @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/.local/share/icons/macOS/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/.local/share/icons/macOS/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/fd_double_arrow b/.local/share/icons/macOS/cursors/fd_double_arrow new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.local/share/icons/macOS/cursors/fd_double_arrow @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/fleur b/.local/share/icons/macOS/cursors/fleur new file mode 120000 index 0000000..1bb4610 --- /dev/null +++ b/.local/share/icons/macOS/cursors/fleur @@ -0,0 +1 @@ +all-scroll \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/forbidden b/.local/share/icons/macOS/cursors/forbidden new file mode 120000 index 0000000..01c907d --- /dev/null +++ b/.local/share/icons/macOS/cursors/forbidden @@ -0,0 +1 @@ +crossed_circle \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/grab b/.local/share/icons/macOS/cursors/grab new file mode 120000 index 0000000..1a38f92 --- /dev/null +++ b/.local/share/icons/macOS/cursors/grab @@ -0,0 +1 @@ +hand1 \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/grabbing b/.local/share/icons/macOS/cursors/grabbing new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/.local/share/icons/macOS/cursors/grabbing @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/h_double_arrow b/.local/share/icons/macOS/cursors/h_double_arrow new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.local/share/icons/macOS/cursors/h_double_arrow @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/hand1 b/.local/share/icons/macOS/cursors/hand1 new file mode 100644 index 0000000..61976d2 Binary files /dev/null and b/.local/share/icons/macOS/cursors/hand1 differ diff --git a/.local/share/icons/macOS/cursors/hand2 b/.local/share/icons/macOS/cursors/hand2 new file mode 100644 index 0000000..3586210 Binary files /dev/null and b/.local/share/icons/macOS/cursors/hand2 differ diff --git a/.local/share/icons/macOS/cursors/help b/.local/share/icons/macOS/cursors/help new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/.local/share/icons/macOS/cursors/help @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/ibeam b/.local/share/icons/macOS/cursors/ibeam new file mode 120000 index 0000000..18632c4 --- /dev/null +++ b/.local/share/icons/macOS/cursors/ibeam @@ -0,0 +1 @@ +xterm \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/icon b/.local/share/icons/macOS/cursors/icon new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.local/share/icons/macOS/cursors/icon @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/left-arrow b/.local/share/icons/macOS/cursors/left-arrow new file mode 120000 index 0000000..f473dff --- /dev/null +++ b/.local/share/icons/macOS/cursors/left-arrow @@ -0,0 +1 @@ +sb_left_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/left_ptr b/.local/share/icons/macOS/cursors/left_ptr new file mode 100644 index 0000000..b255267 Binary files /dev/null and b/.local/share/icons/macOS/cursors/left_ptr differ diff --git a/.local/share/icons/macOS/cursors/left_ptr_help b/.local/share/icons/macOS/cursors/left_ptr_help new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/.local/share/icons/macOS/cursors/left_ptr_help @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/left_ptr_watch b/.local/share/icons/macOS/cursors/left_ptr_watch new file mode 100644 index 0000000..862596b Binary files /dev/null and b/.local/share/icons/macOS/cursors/left_ptr_watch differ diff --git a/.local/share/icons/macOS/cursors/left_side b/.local/share/icons/macOS/cursors/left_side new file mode 100644 index 0000000..068c723 Binary files /dev/null and b/.local/share/icons/macOS/cursors/left_side differ diff --git a/.local/share/icons/macOS/cursors/left_tee b/.local/share/icons/macOS/cursors/left_tee new file mode 100644 index 0000000..2d5317c Binary files /dev/null and b/.local/share/icons/macOS/cursors/left_tee differ diff --git a/.local/share/icons/macOS/cursors/link b/.local/share/icons/macOS/cursors/link new file mode 100644 index 0000000..c95516f Binary files /dev/null and b/.local/share/icons/macOS/cursors/link differ diff --git a/.local/share/icons/macOS/cursors/ll_angle b/.local/share/icons/macOS/cursors/ll_angle new file mode 100644 index 0000000..0af3ea8 Binary files /dev/null and b/.local/share/icons/macOS/cursors/ll_angle differ diff --git a/.local/share/icons/macOS/cursors/lr_angle b/.local/share/icons/macOS/cursors/lr_angle new file mode 100644 index 0000000..d9be406 Binary files /dev/null and b/.local/share/icons/macOS/cursors/lr_angle differ diff --git a/.local/share/icons/macOS/cursors/move b/.local/share/icons/macOS/cursors/move new file mode 100644 index 0000000..c83252c Binary files /dev/null and b/.local/share/icons/macOS/cursors/move differ diff --git a/.local/share/icons/macOS/cursors/n-resize b/.local/share/icons/macOS/cursors/n-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.local/share/icons/macOS/cursors/n-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/ne-resize b/.local/share/icons/macOS/cursors/ne-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.local/share/icons/macOS/cursors/ne-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/nesw-resize b/.local/share/icons/macOS/cursors/nesw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.local/share/icons/macOS/cursors/nesw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/no-drop b/.local/share/icons/macOS/cursors/no-drop new file mode 120000 index 0000000..1f6c0fd --- /dev/null +++ b/.local/share/icons/macOS/cursors/no-drop @@ -0,0 +1 @@ +dnd_no_drop \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/not-allowed b/.local/share/icons/macOS/cursors/not-allowed new file mode 120000 index 0000000..01c907d --- /dev/null +++ b/.local/share/icons/macOS/cursors/not-allowed @@ -0,0 +1 @@ +crossed_circle \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/ns-resize b/.local/share/icons/macOS/cursors/ns-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.local/share/icons/macOS/cursors/ns-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/nw-resize b/.local/share/icons/macOS/cursors/nw-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.local/share/icons/macOS/cursors/nw-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/nwse-resize b/.local/share/icons/macOS/cursors/nwse-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.local/share/icons/macOS/cursors/nwse-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/openhand b/.local/share/icons/macOS/cursors/openhand new file mode 120000 index 0000000..1a38f92 --- /dev/null +++ b/.local/share/icons/macOS/cursors/openhand @@ -0,0 +1 @@ +hand1 \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/pencil b/.local/share/icons/macOS/cursors/pencil new file mode 100644 index 0000000..d92a437 Binary files /dev/null and b/.local/share/icons/macOS/cursors/pencil differ diff --git a/.local/share/icons/macOS/cursors/pirate b/.local/share/icons/macOS/cursors/pirate new file mode 120000 index 0000000..7b84daf --- /dev/null +++ b/.local/share/icons/macOS/cursors/pirate @@ -0,0 +1 @@ +X_cursor \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/plus b/.local/share/icons/macOS/cursors/plus new file mode 100644 index 0000000..e7f1d3d Binary files /dev/null and b/.local/share/icons/macOS/cursors/plus differ diff --git a/.local/share/icons/macOS/cursors/pointer b/.local/share/icons/macOS/cursors/pointer new file mode 120000 index 0000000..0b08654 --- /dev/null +++ b/.local/share/icons/macOS/cursors/pointer @@ -0,0 +1 @@ +hand2 \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/pointer_move b/.local/share/icons/macOS/cursors/pointer_move new file mode 120000 index 0000000..d6a0af6 --- /dev/null +++ b/.local/share/icons/macOS/cursors/pointer_move @@ -0,0 +1 @@ +move \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/pointing_hand b/.local/share/icons/macOS/cursors/pointing_hand new file mode 120000 index 0000000..0b08654 --- /dev/null +++ b/.local/share/icons/macOS/cursors/pointing_hand @@ -0,0 +1 @@ +hand2 \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/progress b/.local/share/icons/macOS/cursors/progress new file mode 120000 index 0000000..b0e6589 --- /dev/null +++ b/.local/share/icons/macOS/cursors/progress @@ -0,0 +1 @@ +left_ptr_watch \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/question_arrow b/.local/share/icons/macOS/cursors/question_arrow new file mode 100644 index 0000000..51c015f Binary files /dev/null and b/.local/share/icons/macOS/cursors/question_arrow differ diff --git a/.local/share/icons/macOS/cursors/right-arrow b/.local/share/icons/macOS/cursors/right-arrow new file mode 120000 index 0000000..feb3132 --- /dev/null +++ b/.local/share/icons/macOS/cursors/right-arrow @@ -0,0 +1 @@ +sb_right_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/right_ptr b/.local/share/icons/macOS/cursors/right_ptr new file mode 100644 index 0000000..ed2f652 Binary files /dev/null and b/.local/share/icons/macOS/cursors/right_ptr differ diff --git a/.local/share/icons/macOS/cursors/right_side b/.local/share/icons/macOS/cursors/right_side new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.local/share/icons/macOS/cursors/right_side @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/right_tee b/.local/share/icons/macOS/cursors/right_tee new file mode 100644 index 0000000..e5f1ac5 Binary files /dev/null and b/.local/share/icons/macOS/cursors/right_tee differ diff --git a/.local/share/icons/macOS/cursors/row-resize b/.local/share/icons/macOS/cursors/row-resize new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.local/share/icons/macOS/cursors/row-resize @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/s-resize b/.local/share/icons/macOS/cursors/s-resize new file mode 120000 index 0000000..83cc946 --- /dev/null +++ b/.local/share/icons/macOS/cursors/s-resize @@ -0,0 +1 @@ +top_side \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/sb_down_arrow b/.local/share/icons/macOS/cursors/sb_down_arrow new file mode 100644 index 0000000..fd9b0ed Binary files /dev/null and b/.local/share/icons/macOS/cursors/sb_down_arrow differ diff --git a/.local/share/icons/macOS/cursors/sb_h_double_arrow b/.local/share/icons/macOS/cursors/sb_h_double_arrow new file mode 100644 index 0000000..a1379a5 Binary files /dev/null and b/.local/share/icons/macOS/cursors/sb_h_double_arrow differ diff --git a/.local/share/icons/macOS/cursors/sb_left_arrow b/.local/share/icons/macOS/cursors/sb_left_arrow new file mode 100644 index 0000000..7132727 Binary files /dev/null and b/.local/share/icons/macOS/cursors/sb_left_arrow differ diff --git a/.local/share/icons/macOS/cursors/sb_right_arrow b/.local/share/icons/macOS/cursors/sb_right_arrow new file mode 100644 index 0000000..3887bd0 Binary files /dev/null and b/.local/share/icons/macOS/cursors/sb_right_arrow differ diff --git a/.local/share/icons/macOS/cursors/sb_up_arrow b/.local/share/icons/macOS/cursors/sb_up_arrow new file mode 100644 index 0000000..a90b4d5 Binary files /dev/null and b/.local/share/icons/macOS/cursors/sb_up_arrow differ diff --git a/.local/share/icons/macOS/cursors/sb_v_double_arrow b/.local/share/icons/macOS/cursors/sb_v_double_arrow new file mode 100644 index 0000000..d9b5d67 Binary files /dev/null and b/.local/share/icons/macOS/cursors/sb_v_double_arrow differ diff --git a/.local/share/icons/macOS/cursors/se-resize b/.local/share/icons/macOS/cursors/se-resize new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.local/share/icons/macOS/cursors/se-resize @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/size-hor b/.local/share/icons/macOS/cursors/size-hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.local/share/icons/macOS/cursors/size-hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/size-ver b/.local/share/icons/macOS/cursors/size-ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.local/share/icons/macOS/cursors/size-ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/size_all b/.local/share/icons/macOS/cursors/size_all new file mode 120000 index 0000000..1bb4610 --- /dev/null +++ b/.local/share/icons/macOS/cursors/size_all @@ -0,0 +1 @@ +all-scroll \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/size_bdiag b/.local/share/icons/macOS/cursors/size_bdiag new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.local/share/icons/macOS/cursors/size_bdiag @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/size_fdiag b/.local/share/icons/macOS/cursors/size_fdiag new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.local/share/icons/macOS/cursors/size_fdiag @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/size_hor b/.local/share/icons/macOS/cursors/size_hor new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.local/share/icons/macOS/cursors/size_hor @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/size_ver b/.local/share/icons/macOS/cursors/size_ver new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.local/share/icons/macOS/cursors/size_ver @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/split_h b/.local/share/icons/macOS/cursors/split_h new file mode 120000 index 0000000..baba492 --- /dev/null +++ b/.local/share/icons/macOS/cursors/split_h @@ -0,0 +1 @@ +sb_h_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/split_v b/.local/share/icons/macOS/cursors/split_v new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.local/share/icons/macOS/cursors/split_v @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/sw-resize b/.local/share/icons/macOS/cursors/sw-resize new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.local/share/icons/macOS/cursors/sw-resize @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/target b/.local/share/icons/macOS/cursors/target new file mode 120000 index 0000000..def8590 --- /dev/null +++ b/.local/share/icons/macOS/cursors/target @@ -0,0 +1 @@ +dotbox \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/tcross b/.local/share/icons/macOS/cursors/tcross new file mode 120000 index 0000000..982ae30 --- /dev/null +++ b/.local/share/icons/macOS/cursors/tcross @@ -0,0 +1 @@ +cross \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/text b/.local/share/icons/macOS/cursors/text new file mode 120000 index 0000000..18632c4 --- /dev/null +++ b/.local/share/icons/macOS/cursors/text @@ -0,0 +1 @@ +xterm \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/top_left_arrow b/.local/share/icons/macOS/cursors/top_left_arrow new file mode 120000 index 0000000..0de4e80 --- /dev/null +++ b/.local/share/icons/macOS/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/top_left_corner b/.local/share/icons/macOS/cursors/top_left_corner new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/.local/share/icons/macOS/cursors/top_left_corner @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/top_right_corner b/.local/share/icons/macOS/cursors/top_right_corner new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/.local/share/icons/macOS/cursors/top_right_corner @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/top_side b/.local/share/icons/macOS/cursors/top_side new file mode 100644 index 0000000..d887ff2 Binary files /dev/null and b/.local/share/icons/macOS/cursors/top_side differ diff --git a/.local/share/icons/macOS/cursors/top_tee b/.local/share/icons/macOS/cursors/top_tee new file mode 100644 index 0000000..ba60555 Binary files /dev/null and b/.local/share/icons/macOS/cursors/top_tee differ diff --git a/.local/share/icons/macOS/cursors/ul_angle b/.local/share/icons/macOS/cursors/ul_angle new file mode 100644 index 0000000..176506b Binary files /dev/null and b/.local/share/icons/macOS/cursors/ul_angle differ diff --git a/.local/share/icons/macOS/cursors/up-arrow b/.local/share/icons/macOS/cursors/up-arrow new file mode 120000 index 0000000..258ca58 --- /dev/null +++ b/.local/share/icons/macOS/cursors/up-arrow @@ -0,0 +1 @@ +sb_up_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/ur_angle b/.local/share/icons/macOS/cursors/ur_angle new file mode 100644 index 0000000..83fca8c Binary files /dev/null and b/.local/share/icons/macOS/cursors/ur_angle differ diff --git a/.local/share/icons/macOS/cursors/v_double_arrow b/.local/share/icons/macOS/cursors/v_double_arrow new file mode 120000 index 0000000..a3693c3 --- /dev/null +++ b/.local/share/icons/macOS/cursors/v_double_arrow @@ -0,0 +1 @@ +sb_v_double_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/vertical-text b/.local/share/icons/macOS/cursors/vertical-text new file mode 100644 index 0000000..754f763 Binary files /dev/null and b/.local/share/icons/macOS/cursors/vertical-text differ diff --git a/.local/share/icons/macOS/cursors/w-resize b/.local/share/icons/macOS/cursors/w-resize new file mode 120000 index 0000000..1d46245 --- /dev/null +++ b/.local/share/icons/macOS/cursors/w-resize @@ -0,0 +1 @@ +left_side \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/wait b/.local/share/icons/macOS/cursors/wait new file mode 100644 index 0000000..167ce14 Binary files /dev/null and b/.local/share/icons/macOS/cursors/wait differ diff --git a/.local/share/icons/macOS/cursors/watch b/.local/share/icons/macOS/cursors/watch new file mode 120000 index 0000000..fd80437 --- /dev/null +++ b/.local/share/icons/macOS/cursors/watch @@ -0,0 +1 @@ +wait \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/wayland-cursor b/.local/share/icons/macOS/cursors/wayland-cursor new file mode 100644 index 0000000..ad35eb5 Binary files /dev/null and b/.local/share/icons/macOS/cursors/wayland-cursor differ diff --git a/.local/share/icons/macOS/cursors/whats_this b/.local/share/icons/macOS/cursors/whats_this new file mode 120000 index 0000000..cc9a7ed --- /dev/null +++ b/.local/share/icons/macOS/cursors/whats_this @@ -0,0 +1 @@ +question_arrow \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/x-cursor b/.local/share/icons/macOS/cursors/x-cursor new file mode 120000 index 0000000..7b84daf --- /dev/null +++ b/.local/share/icons/macOS/cursors/x-cursor @@ -0,0 +1 @@ +X_cursor \ No newline at end of file diff --git a/.local/share/icons/macOS/cursors/xterm b/.local/share/icons/macOS/cursors/xterm new file mode 100644 index 0000000..e3911ab Binary files /dev/null and b/.local/share/icons/macOS/cursors/xterm differ diff --git a/.local/share/icons/macOS/cursors/zoom-in b/.local/share/icons/macOS/cursors/zoom-in new file mode 100644 index 0000000..cef4a48 Binary files /dev/null and b/.local/share/icons/macOS/cursors/zoom-in differ diff --git a/.local/share/icons/macOS/cursors/zoom-out b/.local/share/icons/macOS/cursors/zoom-out new file mode 100644 index 0000000..5d1e7fb Binary files /dev/null and b/.local/share/icons/macOS/cursors/zoom-out differ diff --git a/.local/share/icons/macOS/index.theme b/.local/share/icons/macOS/index.theme new file mode 100644 index 0000000..43d6326 --- /dev/null +++ b/.local/share/icons/macOS/index.theme @@ -0,0 +1,4 @@ +[Icon Theme] +Name=macOS +Comment=macOS (v2.0.1) XCursors +Inherits="hicolor" \ No newline at end of file diff --git a/.zprofile b/.zprofile new file mode 120000 index 0000000..6928145 --- /dev/null +++ b/.zprofile @@ -0,0 +1 @@ +.config/zsh/.zprofile \ No newline at end of file