diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc index 0d13b7c..438b6d8 100644 --- a/.config/fastfetch/config.jsonc +++ b/.config/fastfetch/config.jsonc @@ -1,86 +1,18 @@ { - "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", - ] + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + "type": "none" + }, + "modules": [ + "break", + "title", + "separator", + "os", + "packages", + "shell", + "wm", + "terminal", + "break" + ] } + diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 0c70bbc..407ecce 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -2,10 +2,10 @@ shell=/bin/zsh term=xterm-256color title=foot -font=CommitMono,Arimo Nerd Font +font=CommitMono letter-spacing=0 dpi-aware=yes -include = ~/.cache/hellwal/foot-colors.ini +include = ~/.cache/wal/colors-foot.ini [colors] alpha=0.85 diff --git a/.config/fuzzel/fuzzel.ini b/.config/fuzzel/fuzzel.ini deleted file mode 100644 index 31df1c7..0000000 --- a/.config/fuzzel/fuzzel.ini +++ /dev/null @@ -1,22 +0,0 @@ -[main] -dpi-aware=yes -icon-theme=Papirus-Dark -width=24 -font=CommitMono,Arimo Nerd Font -lines=14 -line-height=16 -horizontal-pad=24 -fields=name,generic,comment,categories,filename,keywords -terminal=footclient -e -prompt="> " -show-actions=yes -exit-on-keyboard-focus-loss=yes -include = ~/.cache/hellwal/fuzzel-colors.ini - -[border] -radius=0 -width=2 - -[dmenu] -exit-immediately-if-empty=yes - diff --git a/.config/gtk-3.0/gtk.css b/.config/gtk-3.0/gtk.css new file mode 100644 index 0000000..15c8bc7 --- /dev/null +++ b/.config/gtk-3.0/gtk.css @@ -0,0 +1,13 @@ +/* No (default) title bar on wayland */ +headerbar.default-decoration { + /* You may need to tweak these values depending on your GTK theme */ + margin-bottom: 50px; + margin-top: -100px; +} + +/* rm -rf window shadows */ +window.csd, /* gtk4? */ +window.csd decoration { /* gtk3 */ + box-shadow: none; +} + diff --git a/.config/hellwal/templates/alphacolors.css b/.config/hellwal/templates/alphacolors.css deleted file mode 100644 index d91be0b..0000000 --- a/.config/hellwal/templates/alphacolors.css +++ /dev/null @@ -1,45 +0,0 @@ -/* Generated by hellwal - example how to use alpha*/ -:root { - --wallpaper: url("%%wallpaper%%"); - - --background: #%%background%%; - --foreground: #%%foreground%%; - --cursor: #%%cursor%%; - --border: #%%border%%; - - --color0: #%%color0.hex%%; - --color1: #%%color1.hex%%; - --color2: #%%color2.hex%%; - --color3: #%%color3.hex%%; - --color4: #%%color4.hex%%; - - --color0a: #%%color0 alpha=0.8 %%; - --color1a: #%%color1.hex alpha=0.8 %%; - --color14a: #%%color14 alpha=0.3 %%; - --color15a: #%%color15.hex alpha=0.3 %%; - - --color0rgb: rgb(%%color0.rgb%%); - --color1rgb: rgb(%%color1.rgb%%); - --color2rgb: rgb(%%color2.rgb%%); - --color3rgb: rgb(%%color3.rgb%%); - --color4rgb: rgb(%%color4.rgb%%); - - --color0rgba: rgba(%%color0.rgb alpha=.9%%); - --color1rgba: rgba(%%color1.rgb alpha=.9%%); - --color2rgba: rgba(%%color2.rgb alpha=.9%%); - --color3rgba: rgba(%%color3.rgb alpha=.7%%); - --color4rgba: rgba(%%color4.rgb alpha=.7%%); -} - - - - - - - - - - - - - diff --git a/.config/hellwal/templates/colors b/.config/hellwal/templates/colors deleted file mode 100644 index e203dea..0000000 --- a/.config/hellwal/templates/colors +++ /dev/null @@ -1,21 +0,0 @@ -#%% background.hex %% -#%% foreground.hex %% -#%% cursor.hex %% -#%% border.hex %% - -#%% color0.hex %% -#%% color1.hex %% -#%% color2.hex %% -#%% color3.hex %% -#%% color4.hex %% -#%% color5.hex %% -#%% color6.hex %% -#%% color7.hex %% -#%% color8.hex %% -#%% color9.hex %% -#%% color10.hex %% -#%% color11.hex %% -#%% color12.hex %% -#%% color13.hex %% -#%% color14.hex %% -#%% color15.hex %% diff --git a/.config/hellwal/templates/colors-rgb b/.config/hellwal/templates/colors-rgb deleted file mode 100644 index ffad49a..0000000 --- a/.config/hellwal/templates/colors-rgb +++ /dev/null @@ -1,21 +0,0 @@ -%% background.rgb %% -%% foreground.rgb %% -%% cursor.rgb %% -%% border.rgb %% - -%% color0.rgb %% -%% color1.rgb %% -%% color2.rgb %% -%% color3.rgb %% -%% color4.rgb %% -%% color5.rgb %% -%% color6.rgb %% -%% color7.rgb %% -%% color8.rgb %% -%% color9.rgb %% -%% color10.rgb %% -%% color11.rgb %% -%% color12.rgb %% -%% color13.rgb %% -%% color14.rgb %% -%% color15.rgb %% diff --git a/.config/hellwal/templates/colors.css b/.config/hellwal/templates/colors.css deleted file mode 100644 index 4ec6b6e..0000000 --- a/.config/hellwal/templates/colors.css +++ /dev/null @@ -1,26 +0,0 @@ -/* Generated by hellwal */ -:root { - --wallpaper: url("%%wallpaper%%"); - - --background: #%%background%%; - --foreground: #%%foreground%%; - --cursor: #%%cursor%%; - --border: #%%border%%; - - --color0: #%%color0.hex%%; - --color1: #%%color1.hex%%; - --color2: #%%color2.hex%%; - --color3: #%%color3.hex%%; - --color4: #%%color4.hex%%; - --color5: #%%color5.hex%%; - --color6: #%%color6.hex%%; - --color7: #%%color7.hex%%; - --color8: #%%color8.hex%%; - --color9: #%%color9.hex%%; - --color10: #%%color10.hex%%; - --color11: #%%color11.hex%%; - --color12: #%%color12.hex%%; - --color13: #%%color13.hex%%; - --color14: #%%color14.hex%%; - --color15: #%%color15.hex%%; -} diff --git a/.config/hellwal/templates/colors.json b/.config/hellwal/templates/colors.json deleted file mode 100644 index cfa75d7..0000000 --- a/.config/hellwal/templates/colors.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "wallpaper": "%%wallpaper%%", - "alpha": "100", - - "special": { - "background": "#%%background%%", - "foreground": "#%%foreground%%", - "cursor": "#%%cursor%%", - "border": "#%%border%%" - }, - "colors": { - "color0": "#%%color0.hex%%", - "color1": "#%%color1.hex%%", - "color2": "#%%color2.hex%%", - "color3": "#%%color3.hex%%", - "color4": "#%%color4.hex%%", - "color5": "#%%color5.hex%%", - "color6": "#%%color6.hex%%", - "color7": "#%%color7.hex%%", - "color8": "#%%color8.hex%%", - "color9": "#%%color9.hex%%", - "color10": "#%%color10.hex%%", - "color11": "#%%color11.hex%%", - "color12": "#%%color12.hex%%", - "color13": "#%%color13.hex%%", - "color14": "#%%color14.hex%%", - "color15": "#%%color15.hex%%" - } -} diff --git a/.config/hellwal/templates/colors.scss b/.config/hellwal/templates/colors.scss deleted file mode 100644 index 00342f0..0000000 --- a/.config/hellwal/templates/colors.scss +++ /dev/null @@ -1,26 +0,0 @@ -// SCSS Variables -// Generated by 'hellwal' -$wallpaper: "%%wallpaper%%"; - -// Special -$background: #%%background%%; -$foreground: #%%foreground%%; -$cursor: #%%cursor%%; - -// Colors -$color0: #%%color0.hex%%; -$color1: #%%color1.hex%%; -$color2: #%%color2.hex%%; -$color3: #%%color3.hex%%; -$color4: #%%color4.hex%%; -$color5: #%%color5.hex%%; -$color6: #%%color6.hex%%; -$color7: #%%color7.hex%%; -$color8: #%%color8.hex%%; -$color9: #%%color9.hex%%; -$color10: #%%color10.hex%%; -$color11: #%%color11.hex%%; -$color12: #%%color12.hex%%; -$color13: #%%color13.hex%%; -$color14: #%%color14.hex%%; -$color15: #%%color15.hex%%; diff --git a/.config/hellwal/templates/colors.vim b/.config/hellwal/templates/colors.vim deleted file mode 100644 index 3302f29..0000000 --- a/.config/hellwal/templates/colors.vim +++ /dev/null @@ -1,21 +0,0 @@ -let g:hellwal_0 = '#%% color0.hex %%' -let g:hellwal_1 = '#%% color1.hex %%' -let g:hellwal_2 = '#%% color2.hex %%' -let g:hellwal_3 = '#%% color3.hex %%' -let g:hellwal_4 = '#%% color4.hex %%' -let g:hellwal_5 = '#%% color5.hex %%' -let g:hellwal_6 = '#%% color6.hex %%' -let g:hellwal_7 = '#%% color7.hex %%' -let g:hellwal_8 = '#%% color8.hex %%' -let g:hellwal_9 = '#%% color9.hex %%' -let g:hellwal_10 = '#%% color10.hex %%' -let g:hellwal_11 = '#%% color11.hex %%' -let g:hellwal_12 = '#%% color12.hex %%' -let g:hellwal_13 = '#%% color13.hex %%' -let g:hellwal_14 = '#%% color14.hex %%' -let g:hellwal_15 = '#%% color15.hex %%' - -let g:hellwal_background = '#%% background.hex %%' -let g:hellwal_foreground = '#%% foreground.hex %%' -let g:hellwal_border = '#%% border.hex %%' -let g:hellwal_cursor = '#%% cursor.hex %%' diff --git a/.config/hellwal/templates/dam-colors.h b/.config/hellwal/templates/dam-colors.h deleted file mode 100644 index 00b77ec..0000000 --- a/.config/hellwal/templates/dam-colors.h +++ /dev/null @@ -1,5 +0,0 @@ -static uint32_t colors[][3] = { - /* fg bg */ - [SchemeNorm] = { 0x%%color15.hex%%ff, 0x%%color0.hex%%ff }, - [SchemeSel] = { 0x%%color15.hex%%ff, 0x%%color2.hex%%ff }, -}; diff --git a/.config/hellwal/templates/discord-colors.css b/.config/hellwal/templates/discord-colors.css deleted file mode 100644 index 2bacfa5..0000000 --- a/.config/hellwal/templates/discord-colors.css +++ /dev/null @@ -1,21 +0,0 @@ ---background: #%% background.hex %%; ---foreground: #%% foreground.hex %%; ---cursor: #%% cursor.hex %%; ---border: #%% border.hex %%; - ---color0: #%% color0.hex %%; ---color1: #%% color1.hex %%; ---color2: #%% color2.hex %%; ---color3: #%% color3.hex %%; ---color4: #%% color4.hex %%; ---color5: #%% color5.hex %%; ---color6: #%% color6.hex %%; ---color7: #%% color7.hex %%; ---color8: #%% color8.hex %%; ---color9: #%% color9.hex %%; ---color10: #%% color10.hex %%; ---color11: #%% color11.hex %%; ---color12: #%% color12.hex %%; ---color13: #%% color13.hex %%; ---color14: #%% color14.hex %%; ---color15: #%% color15.hex %%; diff --git a/.config/hellwal/templates/dwl-colors-bar.h b/.config/hellwal/templates/dwl-colors-bar.h deleted file mode 100644 index 23de6b1..0000000 --- a/.config/hellwal/templates/dwl-colors-bar.h +++ /dev/null @@ -1,9 +0,0 @@ -#define WALLPAPER "%%wallpaper%%" - -static const float rootcolor[] = COLOR(0x%%color0.hex%%ff); -static uint32_t colors[][3] = { - /* fg bg border */ - [SchemeNorm] = { 0x%%color15.hex%%ff, 0x%%color0.hex%%ff, 0x%%color8.hex%%ff }, - [SchemeSel] = { 0x%%color15.hex%%ff, 0x%%color2.hex%%ff, 0x%%color1.hex%%ff }, - [SchemeUrg] = { 0x%%color15.hex%%ff, 0x%%color1.hex%%ff, 0x%%color2.hex%%ff }, -}; diff --git a/.config/hellwal/templates/dwl-colors.h b/.config/hellwal/templates/dwl-colors.h deleted file mode 100644 index 705fa2a..0000000 --- a/.config/hellwal/templates/dwl-colors.h +++ /dev/null @@ -1,6 +0,0 @@ -#define WALLPAPER "%%wallpaper%%" - -static const float rootcolor[] = COLOR(0x%%color0.hex%%ff); -static const float bordercolor[] = COLOR(0x%%color2.hex%%ff); -static const float focuscolor[] = COLOR(0x%%color2.hex%%ff); -static const float urgentcolor[] = COLOR(0x%%color1.hex%%ff); diff --git a/.config/hellwal/templates/foot-colors.ini b/.config/hellwal/templates/foot-colors.ini deleted file mode 100644 index 6c18ed2..0000000 --- a/.config/hellwal/templates/foot-colors.ini +++ /dev/null @@ -1,23 +0,0 @@ -[colors] -background=%%background%% -foreground=%%foreground%% - -regular0=%%color0.hex%% -regular1=%%color1.hex%% -regular2=%%color2.hex%% -regular3=%%color3.hex%% -regular4=%%color4.hex%% -regular5=%%color5.hex%% -regular6=%%color6.hex%% -regular7=%%color7.hex%% -bright0=%%color8.hex%% -bright1=%%color9.hex%% -bright2=%%color10.hex%% -bright3=%%color11.hex%% -bright4=%%color12.hex%% -bright5=%%color13.hex%% -bright6=%%color14.hex%% -bright7=%%color15.hex%% - -[cursor] -color=%%cursor%% %%border%% diff --git a/.config/hellwal/templates/hellwm.lua b/.config/hellwal/templates/hellwm.lua deleted file mode 100644 index d1170b4..0000000 --- a/.config/hellwal/templates/hellwm.lua +++ /dev/null @@ -1,21 +0,0 @@ -background = "#%% background.hex %%" -foreground = "#%% foreground.hex %%" -cursor = "#%% cursor.hex %%" -border = "#%% border.hex %%" - -color0 = "#%% color0.hex %%" -color1 = "#%% color1.hex %%" -color2 = "#%% color2.hex %%" -color3 = "#%% color3.hex %%" -color4 = "#%% color4.hex %%" -color5 = "#%% color5.hex %%" -color6 = "#%% color6.hex %%" -color7 = "#%% color7.hex %%" -color8 = "#%% color8.hex %%" -color9 = "#%% color9.hex %%" -color10 = "#%% color10.hex %%" -color11 = "#%% color11.hex %%" -color12 = "#%% color12.hex %%" -color13 = "#%% color13.hex %%" -color14 = "#%% color14.hex %%" -color15 = "#%% color15.hex %%" diff --git a/.config/hellwal/templates/hyprland-colors.conf b/.config/hellwal/templates/hyprland-colors.conf deleted file mode 100644 index 6534f6d..0000000 --- a/.config/hellwal/templates/hyprland-colors.conf +++ /dev/null @@ -1,19 +0,0 @@ -$background = rgb(%%background%%) -$foreground = rgb(%%foreground%%) - -$color0 = rgb(%%color0%%) -$color1 = rgb(%%color1%%) -$color2 = rgb(%%color2%%) -$color3 = rgb(%%color3%%) -$color4 = rgb(%%color4%%) -$color5 = rgb(%%color5%%) -$color6 = rgb(%%color6%%) -$color7 = rgb(%%color7%%) -$color8 = rgb(%%color8%%) -$color9 = rgb(%%color9%%) -$color10 = rgb(%%color10%%) -$color11 = rgb(%%color11%%) -$color12 = rgb(%%color12%%) -$color13 = rgb(%%color13%%) -$color14 = rgb(%%color14%%) -$color15 = rgb(%%color15%%) diff --git a/.config/hellwal/templates/mako-colors b/.config/hellwal/templates/mako-colors deleted file mode 100644 index d833126..0000000 --- a/.config/hellwal/templates/mako-colors +++ /dev/null @@ -1,3 +0,0 @@ -background-color=#%%background%% -text-color=#%%foreground%% -border-color=#%%color1%% diff --git a/.config/hellwal/templates/rofi.rasi b/.config/hellwal/templates/rofi.rasi deleted file mode 100644 index bea87ae..0000000 --- a/.config/hellwal/templates/rofi.rasi +++ /dev/null @@ -1,167 +0,0 @@ -* { - active-background: #%% color2.hex %%; - active-foreground: #%% foreground.hex %%; - normal-background: #%% background.hex %%; - normal-foreground: #%% foreground.hex %%; - urgent-background: #%% color1.hex %%; - urgent-foreground: #%% foreground.hex %%; - - alternate-active-background: #%% background.hex %%; - alternate-active-foreground: #%% foreground.hex %%; - alternate-normal-background: #%% background.hex %%; - alternate-normal-foreground: #%% foreground.hex %%; - alternate-urgent-background: #%% background.hex %%; - alternate-urgent-foreground: #%% foreground.hex %%; - - selected-active-background: #%% color1.hex %%; - selected-active-foreground: #%% foreground.hex %%; - selected-normal-background: #%% color2.hex %%; - selected-normal-foreground: #%% foreground.hex %%; - selected-urgent-background: #%% color3.hex %%; - selected-urgent-foreground: #%% foreground.hex %%; - - background-color: #%% background.hex %%; - background: #%% background.hex %%; - foreground: #%% foreground.hex %%; - border-color: @active-background; - spacing: 2; -} - -window { - background-color: @background; - border-color: @active-background; - border: 3; - padding: 2.5ch; -} - -mainbox { - border: 0; - padding: 0; -} - -message { - border: 2px 0px 0px; - border-color: @border-color; - padding: 1px; -} - -textbox { - text-color: @foreground; -} - -inputbar { - children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; -} - -textbox-prompt-colon { - expand: false; - str: ":"; - margin: 0px 0.3em 0em 0em; - text-color: @normal-foreground; -} - -listview { - fixed-height: 0; - border: 2px 0px 0px; - border-color: @border-color; - spacing: 2px; - scrollbar: true; - padding: 2px 0px 0px; -} - -element { - order: 0; - padding: 1px; -} - -element-text, element-icon { - background-color: inherit; - text-color: inherit; -} - -element.normal.normal { - background-color: @normal-background; - text-color: @normal-foreground; -} - -element.normal.urgent { - background-color: @urgent-background; - text-color: @urgent-foreground; -} - -element.normal.active { - background-color: @active-background; - text-color: @active-foreground; -} - -element.selected.normal { - background-color: @selected-normal-background; - text-color: @selected-normal-foreground; -} - -element.selected.urgent { - background-color: @selected-urgent-background; - text-color: @selected-urgent-foreground; -} - -element.selected.active { - background-color: @selected-active-background; - text-color: @selected-active-foreground; -} - -element.alternate.normal { - background-color: @alternate-normal-background; - text-color: @alternate-normal-foreground; -} - -element.alternate.urgent { - background-color: @alternate-urgent-background; - text-color: @alternate-urgent-foreground; -} - -element.alternate.active { - background-color: @alternate-active-background; - text-color: @alternate-active-foreground; -} - -scrollbar { - width: 4px; - border: 0; - handle-width: 8px; - padding: 0; -} - -sidebar { - border: 2px 0px 0px; - border-color: @border-color; -} - -button { - text-color: @normal-foreground; -} - -button.selected { - background-color: @selected-normal-background; - text-color: @selected-normal-foreground; -} - -inputbar { - spacing: 0; - text-color: @normal-foreground; - padding: 1px; -} - -case-indicator { - spacing: 0; - text-color: @normal-foreground; -} - -entry { - spacing: 0; - text-color: @normal-foreground; -} - -prompt { - spacing: 0; - text-color: @normal-foreground; -} diff --git a/.config/hellwal/templates/terminal.sh b/.config/hellwal/templates/terminal.sh deleted file mode 100644 index e5a979f..0000000 --- a/.config/hellwal/templates/terminal.sh +++ /dev/null @@ -1,31 +0,0 @@ -# Set term colors script - Generated by hellwal - -# Colors from 0-15 -printf "\033]4;0;#%%color0.hex%%\033\\" -printf "\033]4;1;#%%color1.hex%%\033\\" -printf "\033]4;2;#%%color2.hex%%\033\\" -printf "\033]4;3;#%%color3.hex%%\033\\" -printf "\033]4;4;#%%color4.hex%%\033\\" -printf "\033]4;5;#%%color5.hex%%\033\\" -printf "\033]4;6;#%%color6.hex%%\033\\" -printf "\033]4;7;#%%color7.hex%%\033\\" -printf "\033]4;8;#%%color8.hex%%\033\\" -printf "\033]4;9;#%%color9.hex%%\033\\" -printf "\033]4;10;#%%color10.hex%%\033\\" -printf "\033]4;11;#%%color11.hex%%\033\\" -printf "\033]4;12;#%%color12.hex%%\033\\" -printf "\033]4;13;#%%color13.hex%%\033\\" -printf "\033]4;14;#%%color14.hex%%\033\\" -printf "\033]4;15;#%%color15.hex%%\033\\" - -# Background -printf "\033]11;#%%background%%\033\\"; - -# Foreground -printf "\033]10;#%%foreground%%\033\\"; - -# Cursor -printf "\033]12;#%%cursor%%\033\\"; - -# Border -printf "\033]7044;#%%border%%\033\\"; diff --git a/.config/hellwal/templates/variables.sh b/.config/hellwal/templates/variables.sh deleted file mode 100644 index 8771945..0000000 --- a/.config/hellwal/templates/variables.sh +++ /dev/null @@ -1,35 +0,0 @@ -# Generated by hellwal - -wallpaper='%%wallpaper%%' - -background='%%background%%' -foreground='%%foreground%%' -cursor='%%cursor%%' -border='%%border%%' - -color0='%%color0.hex%%' -color1='%%color1.hex%%' -color2='%%color2.hex%%' -color3='%%color3.hex%%' -color4='%%color4.hex%%' -color5='%%color5.hex%%' -color6='%%color6.hex%%' -color7='%%color7.hex%%' -color8='%%color8.hex%%' -color9='%%color9.hex%%' -color10='%%color10.hex%%' -color11='%%color11.hex%%' -color12='%%color12.hex%%' -color13='%%color13.hex%%' -color14='%%color14.hex%%' -color15='%%color15.hex%%' - -# FZF colors -export FZF_DEFAULT_OPTS=" - $FZF_DEFAULT_OPTS - --color fg:7,bg:0,hl:1,fg+:232,bg+:1,hl+:255 - --color info:7,prompt:2,spinner:1,pointer:232,marker:1 -" - -# Fix LS_COLORS being unreadable. -export LS_COLORS="${LS_COLORS}:su=30;41:ow=30;42:st=30;44:" diff --git a/.config/hellwal/templates/variablesfish.fish b/.config/hellwal/templates/variablesfish.fish deleted file mode 100644 index 84074c2..0000000 --- a/.config/hellwal/templates/variablesfish.fish +++ /dev/null @@ -1,35 +0,0 @@ -# Generated by hellwal - -set wallpaper '%%wallpaper%%' - -set background '%%background%%' -set foreground '%%foreground%%' -set cursor '%%cursor%%' -set border '%%border%%' - -set color0 '%%color0.hex%%' -set color1 '%%color1.hex%%' -set color2 '%%color2.hex%%' -set color3 '%%color3.hex%%' -set color4 '%%color4.hex%%' -set color5 '%%color5.hex%%' -set color6 '%%color6.hex%%' -set color7 '%%color7.hex%%' -set color8 '%%color8.hex%%' -set color9 '%%color9.hex%%' -set color10 '%%color10.hex%%' -set color11 '%%color11.hex%%' -set color12 '%%color12.hex%%' -set color13 '%%color13.hex%%' -set color14 '%%color14.hex%%' -set color15 '%%color15.hex%%' - -# FZF colors -export FZF_DEFAULT_OPTS=" - $FZF_DEFAULT_OPTS - --color fg:7,bg:0,hl:1,fg+:232,bg+:1,hl+:255 - --color info:7,prompt:2,spinner:1,pointer:232,marker:1 -" - -# Fix LS_COLORS being unreadable. -export LS_COLORS="$LS_COLORS:su=30;41:ow=30;42:st=30;44:" diff --git a/.config/hellwal/templates/waybar-colors.css b/.config/hellwal/templates/waybar-colors.css deleted file mode 100644 index 8b7a9f5..0000000 --- a/.config/hellwal/templates/waybar-colors.css +++ /dev/null @@ -1,21 +0,0 @@ -@define-color background #%%background%%; -@define-color foreground #%%foreground%%; -@define-color cursor #%%cursor%%; -@define-color border #%%border%%; - -@define-color color0 #%%color0.hex%%; -@define-color color1 #%%color1.hex%%; -@define-color color2 #%%color2.hex%%; -@define-color color3 #%%color3.hex%%; -@define-color color4 #%%color4.hex%%; -@define-color color5 #%%color5.hex%%; -@define-color color6 #%%color6.hex%%; -@define-color color7 #%%color7.hex%%; -@define-color color8 #%%color8.hex%%; -@define-color color9 #%%color9.hex%%; -@define-color color10 #%%color10.hex%%; -@define-color color11 #%%color11.hex%%; -@define-color color12 #%%color12.hex%%; -@define-color color13 #%%color13.hex%%; -@define-color color14 #%%color14.hex%%; -@define-color color15 #%%color15.hex%%; diff --git a/.config/hellwal/templates/zathura-colors b/.config/hellwal/templates/zathura-colors deleted file mode 100644 index 28c7e2d..0000000 --- a/.config/hellwal/templates/zathura-colors +++ /dev/null @@ -1,34 +0,0 @@ -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/mako/config b/.config/mako/config index f734576..271774a 100644 --- a/.config/mako/config +++ b/.config/mako/config @@ -1,4 +1,4 @@ -include=/home/amolinae/.cache/hellwal/mako-colors +include=/home/amolinae/.cache/wal/colors-mako sort=-time layer=top width=250 @@ -10,7 +10,7 @@ icons=1 max-icon-size=64 default-timeout=5000 ignore-timeout=1 -font=Inconsolata 11 +font=CommitMono 11 [app-name=spotify_player] diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..800f0d8 --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1,9 @@ +[image] +osc=no +osd-level=0 +cursor-autohide=no +hr-seek=yes +image-display-duration=inf +loop-playlist=inf +loop-file=inf +mute=yes diff --git a/.config/nvim b/.config/nvim deleted file mode 160000 index a02ec2e..0000000 --- a/.config/nvim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a02ec2e544b4defa8c319bf9bc831a2736522fdf diff --git a/.config/river/init b/.config/river/init new file mode 100755 index 0000000..b932b88 --- /dev/null +++ b/.config/river/init @@ -0,0 +1,110 @@ +#!/bin/sh +source $HOME/.cache/wal/colors-wal-river + +# Set background and border color +riverctl background-color "0x$background" +riverctl border-color-focused "0x$color1" +riverctl border-color-unfocused "0x$color2" + +riverctl spawn "slstatus | dam" +riverctl spawn "wbg "$wallpaper"" +riverctl spawn "swayidle" +riverctl spawn "mako" + +riverctl focus-follows-cursor always +riverctl xcursor-theme macOS 28 + +riverctl keyboard-layout latam +riverctl input pointer-1739-0-Synaptics_TM3276-022 events disabled + +# ModKey +mod="Super" + +term="foot" +menu="mew-drun" +browser="librewolf" + +# Shortcuts +riverctl map normal $mod+Shift Return spawn "$term" # Terminal +riverctl map normal $mod R spawn "$menu" # Launcher +riverctl map normal $mod+Shift Q spawn "sysutils" +riverctl map normal $mod+Shift Space spawn "emojimenu" +riverctl map normal $mod E spawn "$term --title lf lf" +riverctl map normal $mod V spawn "$term --title ncpamixer ncpamixer" +riverctl map normal $mod S spawn "$term --title Spotify spotify_player" +riverctl map normal $mod+Shift spawn "$browser" +riverctl map normal $mod+Shift C spawn "camera" +riverctl map normal $mod L spawn "swaylock" +riverctl map normal $mod+Shift S spawn "aws -r" +riverctl map normal None Print spawn "aws -f" +riverctl map normal None+Shift Print spawn "art" +riverctl map normal $mod Q close +riverctl map normal Super Return zoom +riverctl map-pointer normal $mod BTN_LEFT move-view +riverctl map-pointer normal $mod BTN_RIGHT resize-view +riverctl map normal $mod D spawn "river-shifttags --shift +1" +riverctl map normal $mod A spawn "river-shifttags --shift -1" + +# River +riverctl default-attach-mode after 1 + +# Rivercarro +riverctl map normal $mod+Shift W send-layout-cmd rivercarro "main-location top" +riverctl map normal $mod+Shift D send-layout-cmd rivercarro "main-location right" +riverctl map normal $mod+Shift A send-layout-cmd rivercarro "main-location left" +riverctl map normal $mod+Shift M send-layout-cmd rivercarro "main-location monocle" + +riverctl map normal $mod N send-layout-cmd rivercarro "main-location-cycle left,right,top,monocle" + +riverctl map normal $mod Z send-layout-cmd rivercarro "main-ratio -0.05" +riverctl map normal $mod X send-layout-cmd rivercarro "main-ratio +0.05" + +riverctl map normal $mod+Shift H send-layout-cmd rivercarro "main-count +1" +riverctl map normal $mod+Shift L send-layout-cmd rivercarro "main-count -1" + +for i in $(seq 1 9) +do + tags=$((1 << ($i - 1))) + + riverctl map normal Super $i set-focused-tags $tags + + riverctl map normal Super+Shift $i set-view-tags $tags + + riverctl map normal Super+Control $i toggle-focused-tags $tags + + riverctl map normal Super+Shift+Control $i toggle-view-tags $tags +done + +all_tags=$(((1 << 32) - 1)) +riverctl map normal Super 0 set-focused-tags $all_tags +riverctl map normal Super+Shift 0 set-view-tags $all_tags + +# Super+Space to toggle float +riverctl map normal Super Space toggle-float + +# Super+F to toggle fullscreen +riverctl map normal Super F toggle-fullscreen + +for mode in normal locked +do + riverctl map normal None XF86AudioRaiseVolume spawn "wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%+ && pkill -RTMIN+2 slstatus" + riverctl map normal None XF86AudioLowerVolume spawn "wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%- && pkill -RTMIN+2 slstatus" + riverctl map normal None XF86AudioMute spawn "wpctl set-mute @DEFAULT_SINK@ toggle && pkill -RTMIN+2 slstatus" + riverctl map normal None XF86MonBrightnessUp spawn "brillo -a -u 125000 -q -A 5 && pkill -RTMIN+4 slstatus" + riverctl map normal None XF86MonBrightnessDown spawn "brillo -a -u 125000 -q -U 5 && pkill -RTMIN+4 slstatus" +done + +riverctl set-repeat 25 600 +riverctl hide-cursor when-typing enabled + +# Make all views with an app-id that starts with "float" and title "foo" start floating. +riverctl rule-add -app-id "mpv" -title "webcam" float + +# Make all views with app-id "bar" and any title use client-side decorations +riverctl rule-add -app-id "librewolf" ssd +riverctl rule-add -app-id "firefox" ssd +riverctl rule-add -app-id "org.pwmt.zathura" ssd + +# River will send the process group of the init executable SIGTERM on exit. +riverctl default-layout rivercarro +rivercarro -outer-gaps 4 -inner-gaps 4 -per-tag -no-smart-gaps & diff --git a/.config/swayidle/config b/.config/swayidle/config index 4d222ef..720e0a8 100644 --- a/.config/swayidle/config +++ b/.config/swayidle/config @@ -1,6 +1,5 @@ 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 index c2d6449..ccf6337 100644 --- a/.config/swaylock/config +++ b/.config/swaylock/config @@ -1,4 +1,4 @@ -image="$HOME/Pictures/desktop.png" +image="/home/amolinae/Pictures/Wallpapers/vatican.jpg" clock indicator ignore-empty-password diff --git a/.config/wal/templates/colors-wal-dam.h b/.config/wal/templates/colors-wal-dam.h new file mode 100644 index 0000000..27e64fa --- /dev/null +++ b/.config/wal/templates/colors-wal-dam.h @@ -0,0 +1,5 @@ +static uint32_t colors[][3] = {{ + /* fg bg */ + [SchemeNorm] = {{ 0x{color15.strip}ff, 0x{color0.strip}ff }}, + [SchemeSel] = {{ 0x{color15.strip}ff, 0x{color2.strip}ff }}, +}}; diff --git a/.config/wal/templates/colors-wal-dwl.h b/.config/wal/templates/colors-wal-dwl.h new file mode 100644 index 0000000..358c9e5 --- /dev/null +++ b/.config/wal/templates/colors-wal-dwl.h @@ -0,0 +1,9 @@ +#define WALLPAPER "{wallpaper}" + +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-wal-mew.h b/.config/wal/templates/colors-wal-mew.h new file mode 100644 index 0000000..322585c --- /dev/null +++ b/.config/wal/templates/colors-wal-mew.h @@ -0,0 +1,6 @@ +static uint32_t colors[][2] = {{ + /* fg bg */ + [SchemeNorm] = {{ 0x{color15.strip}ff, 0x{color0.strip}ff }}, + [SchemeSel] = {{ 0x{color15.strip}ff, 0x{color2.strip}ff }}, + [SchemeOut] = {{ 0x{color15.strip}ff, 0x{color1.strip}ff }}, +}}; diff --git a/.config/wal/templates/colors-wal-river b/.config/wal/templates/colors-wal-river new file mode 100644 index 0000000..b1c1b1d --- /dev/null +++ b/.config/wal/templates/colors-wal-river @@ -0,0 +1,22 @@ +wallpaper="{wallpaper}" +background="{background.strip}" +foreground="{foreground.strip}" +curstor="{cursor.strip}" +border="{color8.strip}" + +color0="{color0.strip}" +color1="{color1.strip}" +color2="{color2.strip}" +color3="{color3.strip}" +color4="{color4.strip}" +color5="{color5.strip}" +color6="{color6.strip}" +color7="{color7.strip}" +color8="{color8.strip}" +color9="{color9.strip}" +color10="{color10.strip}" +color11="{color11.strip}" +color12="{color12.strip}" +color13="{color13.strip}" +color14="{color14.strip}" +color15="{color15.strip}" diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 028d6e3..2816825 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -2,4 +2,4 @@ set selection-clipboard clipboard map D set "first-page-column 1:1" map set "first-page-column 1:2" -include /home/amolinae/.cache/hellwal/zathura-colors +include /home/amolinae/.cache/wal/colors-zathura diff --git a/.config/zsh/.zcompdump b/.config/zsh/.zcompdump new file mode 100644 index 0000000..3c49064 --- /dev/null +++ b/.config/zsh/.zcompdump @@ -0,0 +1,1522 @@ +#files: 700 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' +'bluetoothctl' '_bluetoothctl' +'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' +'chafa' '_chafa' +'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' +'flatpak' '_flatpak' +'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' +'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' '_insmod' +'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' +'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' '_lsmod' +'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' +'rgrep' '_grep' +'rgview' '_vim' +'rgvim' '_vim' +'ri' '_ri' +'riverctl' '_riverctl' +'rm' '_rm' +'rmd160' '_cksum' +'rmdel' '_sccs' +'rmdir' '_rmdir' +'rmf' '_mh' +'rmic' '_java' +'rmid' '_java' +'rmiregistry' '_java' +'rmm' '_mh' +'rmmod' '_rmmod' +'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' +'systemd-inhibit' '_elogind-inhibit' +'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' +'zathura' '_zathura' +'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 _bluetoothctl _busctl _bwrap _chafa \ + _elogind-inhibit _fastfetch _flatpak _foot _footclient \ + _insmod _lf _loginctl _lsmod _mako \ + _makoctl _mpv _openrc _rc-service _rc-status \ + _rc-update _riverctl _rmmod _swayidle _typst \ + _wl-copy _wl-paste _wpctl _zathura _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 index e3282e8..45171f8 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -15,3 +15,6 @@ 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 + +export MAKEFLAGS="-j$(nproc)" + diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 1ac195e..a6295a8 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -1,3 +1,7 @@ +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 " @@ -46,70 +50,21 @@ _comp_options+=(globdots) # Include hidden files. 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. - -# Use lf to switch directories and bind it to ctrl-o -lfcd () { - tmp="$(mktemp -uq)" - trap 'rm -f $tmp >/dev/null 2>&1 && trap - HUP INT QUIT TERM PWR EXIT' HUP INT QUIT TERM PWR EXIT - lf -last-dir-path="$tmp" "$@" - if [ -f "$tmp" ]; then - dir="$(cat "$tmp")" - [ -d "$dir" ] && [ "$dir" != "$(pwd)" ] && cd "$dir" - fi -} -bindkey -s '^o' '^ulfcd\n' - -bindkey -s '^a' '^ubc -lq\n' - -bindkey -s '^f' '^ucd "$(dirname "$(fzf)")"\n' - -bindkey '^[[P' delete-char - -# Edit line in vim with ctrl-e: -autoload edit-command-line; zle -N edit-command-line -bindkey '^e' edit-command-line -bindkey -M vicmd '^[[P' vi-delete-char -bindkey -M vicmd '^e' edit-command-line -bindkey -M visual '^[[P' vi-delete # Aliases alias sudo='doas' alias neofetch='fastfetch' +alias cp='cp -i' +alias mv="mv -i" alias ls='ls -lah' alias vim='nvim' -alias wal='hellwal -q' alias patch='bwroot patch' alias tcc='bwroot tcc' alias g++='bwroot g++' alias gcc='bwroot gcc' alias clang='bwroot clang' alias make='bwroot make' +alias wal='bwroot wal --cols16' # Commands fastfetch diff --git a/.local/bin/art b/.local/bin/art index 0fb0d1e..1337f5a 100755 --- a/.local/bin/art +++ b/.local/bin/art @@ -2,10 +2,10 @@ # amolinae's recording tool screencast(){ - case $(printf "%s\n" "󰍬 Mic ON" "󰍭 Mic OFF" | fuzzel -d -l 3) in - "󰍬 Mic ON") + case $(printf "%s\n" "󰍬 Mic ON" "󰍭 Mic OFF" | mew) in + "󰍬 Mic ON") wf-recorder -D -a -f ~/Videos/Recordings/recording_$(date +"%Y-%m-%d_%H:%M:%S.mp4") ;; - "󰍭 Mic OFF") + "󰍭 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 } @@ -21,10 +21,10 @@ kill(){ } menu(){ - case $(printf "%s\n" "󰻒 Screencast" "󰕧 Video only" "󰕨 Stop recording" | fuzzel -d -l 4) in - "󰻒 Screencast") screencast;; - "󰕧 Video only") video;; - "󰕨 Stop recording") kill;; + case $(printf "%s\n" "󰻒 Screencast" "󰕧 Video only" "󰕨 Stop recording" | mew) in + "󰻒 Screencast") screencast;; + "󰕧 Video only") video;; + "󰕨 Stop recording") kill;; *) kill;; esac } diff --git a/.local/bin/bwroot b/.local/bin/bwroot index 1d69920..bfbbf76 100755 --- a/.local/bin/bwroot +++ b/.local/bin/bwroot @@ -1,6 +1,6 @@ #!/bin/sh -ROOT="${HOME:-/home/amolinae}/Documents/Miscellaneous/alpchroot" +ROOT="$HOME/Documents/Miscellaneous/alpchroot" case "$1" in *) diff --git a/.local/bin/dam b/.local/bin/dam new file mode 100755 index 0000000..61c6e01 --- /dev/null +++ b/.local/bin/dam @@ -0,0 +1,2 @@ +#!/bin/sh +LD_LIBRARY_PATH="$HOME"/Documents/Miscellaneous/alpchroot/usr/lib "$HOME"/.local/src/dam/dam "$@" diff --git a/.local/bin/dwllaunch b/.local/bin/dwllaunch deleted file mode 100755 index 4fdd60f..0000000 --- a/.local/bin/dwllaunch +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/zsh -l -/usr/libexec/pipewire-launcher >/dev/null 2>&1 -slstatus | dbus-run-session dwl >/dev/null 2>&1 -touch /tmp/swaylock-sleep && inotifyd swaylock /tmp/swaylock-sleep diff --git a/.local/bin/emojimenu b/.local/bin/emojimenu index 9030d1a..7933cdb 100755 --- a/.local/bin/emojimenu +++ b/.local/bin/emojimenu @@ -1,7 +1,7 @@ #!/bin/sh # Get user selection via fuzzel from emoji file. -chosen="$(cut -d ';' -f1 ~/.local/share/misc/chars/* | fuzzel -d | sed "s/ .*//")" +chosen="$(cut -d ';' -f1 ~/.local/share/misc/chars/* | mew -f "CommitMono:size=18" -l 12 | sed "s/ .*//")" # Exit if none chosen. [ -z "$chosen" ] && exit diff --git a/.local/bin/hellwal b/.local/bin/hellwal deleted file mode 100755 index 4e1facf..0000000 --- a/.local/bin/hellwal +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -LD_LIBRARY_PATH="$HOME"/Documents/Miscelleaneous/alpchroot/usr/lib "$HOME"/.local/src/hellwal/hellwal "$@" diff --git a/.local/bin/imv b/.local/bin/imv new file mode 100755 index 0000000..34e49d6 --- /dev/null +++ b/.local/bin/imv @@ -0,0 +1,2 @@ +#!/bin/sh +exec mpv --profile=image "$@" >/dev/null 2>&1 diff --git a/.local/bin/dwl b/.local/bin/mew similarity index 67% rename from .local/bin/dwl rename to .local/bin/mew index 21ca81d..514426e 100755 --- a/.local/bin/dwl +++ b/.local/bin/mew @@ -1,2 +1,2 @@ #!/bin/sh -LD_LIBRARY_PATH="$HOME"/Documents/Miscelleaneous/alpchroot/usr/lib "$HOME"/.local/src/dwl/dwl "$@" +LD_LIBRARY_PATH="$HOME"/Documents/Miscelleaneous/alpchroot/usr/lib "$HOME"/.local/src/mew/mew "$@" diff --git a/.local/bin/mew-drun b/.local/bin/mew-drun new file mode 100755 index 0000000..8a40632 --- /dev/null +++ b/.local/bin/mew-drun @@ -0,0 +1,28 @@ +#!/bin/sh + +cache=""$HOME"/.cache/mew_drun" +dirs="$HOME/.local/share/applications/ /usr/share/applications/" + +build_cache() { + find $dirs -type f -name "*.desktop" | \ + xargs -n1 basename | \ + sed 's/\.desktop$//' | \ + sort -u > $cache +} + +check_cache() { + [ -f "$cache" ] || build_cache + + for d in $dirs; do + [ "$d" -nt "$cache" ] && return 0 + done + + find $dirs -type f -name '*.desktop' -newer "$cache" -print -quit | \ + grep -q . && return 0 + return 1 +} + +check_cache && build_cache + +choice="$(mew < "$cache")" +gtk-launch $choice diff --git a/.local/bin/rec b/.local/bin/rec index 0ee9859..e3fd43d 100755 --- a/.local/bin/rec +++ b/.local/bin/rec @@ -1,7 +1,7 @@ #!/bin/sh if [[ ! -z "$(pgrep wf-recorder)" ]]; then - printf " [ REC 󰑊 ] \n" + printf " | REC 󰑊 \n" else printf " \n" fi diff --git a/.local/bin/riverlaunch b/.local/bin/riverlaunch new file mode 100755 index 0000000..096a965 --- /dev/null +++ b/.local/bin/riverlaunch @@ -0,0 +1,5 @@ +#!/bin/zsh -l +/usr/libexec/pipewire-launcher >/dev/null 2>&1 +dbus-run-session river +exec touch /tmp/swaylock-sleep && inotifyd swaylock /tmp/swaylock-sleep + diff --git a/.local/bin/setbg b/.local/bin/setbg new file mode 100755 index 0000000..6317edf --- /dev/null +++ b/.local/bin/setbg @@ -0,0 +1,36 @@ +#!/bin/sh + +recompile(){ + cd "$HOME"/.local/src/"$1"; touch config.h + bwroot make clean install >/dev/null 2>&1 +} + +set_palette(){ + riverctl background-color "0x$background" + riverctl border-color-focused "0x$color1" + riverctl border-color-unfocused "0x$color2" + + sed -i "s|^image=\".*\"|image=\"$wallpaper\"|" $HOME/.config/swaylock/config + makoctl reload + kill $(pidof wbg) || echo "Executing wbg" && wbg $wallpaper >/dev/null 2>&1 & + notify-send " Enjoy your color palette!" +} + +if [ -f "$1" ]; then + bwroot wal -i "$1" --cols16 +else + echo "ERROR: Invalid file"; exit 1 +fi + +source $HOME/.cache/wal/colors-wal-river + +for i in "dam" "mew"; do + recompile "$i"; echo "Applying colorscheme to $i" + + if [ "$i" == "dam" ]; then + kill "$(pidof dam)" || echo "Executing bar" && slstatus | dam & + fi +done + +set_palette + diff --git a/.local/bin/setbr b/.local/bin/setbr deleted file mode 100755 index c119ce0..0000000 --- a/.local/bin/setbr +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -steps="5" -device="intel_backlight" -delay="125000" - -case "$1" in - increase) brillo -s $device -u $delay -q -A $steps ;; - decrease) brillo -s $device -u $delay -q -U $steps ;; - -h|*) echo "usage: setbr increase|decrease" >&2; exit 1; ;; -esac - -pkill -RTMIN+4 slstatus diff --git a/.local/bin/setvol b/.local/bin/setvol deleted file mode 100755 index a7ffe55..0000000 --- a/.local/bin/setvol +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -steps="5" -dev=@DEFAULT_SINK@ -! [ "$1" = '-m' ] || { dev=@DEFAULT_SOURCE@; shift; } - -send_signal(){ - if [ "$dev" == "@DEFAULT_SINK@" ]; then - pkill -RTMIN+2 slstatus - elif [ "$dev" == "@DEFAULT_SOURCE@" ]; then - pkill -RTMIN+3 slstatus - fi -} - -case "$1" in - mute) wpctl set-mute "$dev" toggle; send_signal ;; - up) wpctl set-volume -l 1.0 "$dev" "$steps"%+; send_signal ;; - down) wpctl set-volume -l 1.0 "$dev" "$steps"%-; send_signal ;; - -h|*) echo "usage: setvol [-m] up|down|mute" >&2; exit 1; ;; -esac diff --git a/.local/bin/sysutils b/.local/bin/sysutils index 8d23a41..3faf14c 100755 --- a/.local/bin/sysutils +++ b/.local/bin/sysutils @@ -1,29 +1,32 @@ #!/bin/sh -case $(printf "%s\n" " Lock session" "󰍃 Log out" "󱂬 Kill process" "󰤄 Suspend" " Reboot" "󰐥 Shut down" | fuzzel -d -l 7) in - " Lock session") - swaylock - ;; - "󰍃 Log out") - if pidof dwl > /dev/null; then - kill "$(pidof dwl)" - elif pidof river > /dev/null; then - kill "$(pidof river)" - fi - ;; - "󱂬 Kill process") - ps -o pid,comm,user | \ +main(){ + case $(printf "%s\n" " Lock session" "󰍃 Log out" "󱂬 Kill process" "󰤄 Suspend" " Reboot" "󰐥 Shut down" | mew) in + " Lock session") + swaylock + ;; + "󰍃 Log out") + if pidof dwl > /dev/null; then + kill "$(pidof dwl)" + elif pidof river > /dev/null; then + kill "$(pidof river)" + fi + ;; + "󱂬 Kill process") + ps -o pid,comm,user | \ awk -v u="$USER" '$3 == u { print $1, $2 }' | \ - fuzzel -d -l 10 -p "Kill: " | awk '{ print $1 }' | \ + mew -p "Kill: " -l 8 | awk '{ print $1 }' | \ xargs -r kill - ;; - "󰤄 Suspend") - loginctl suspend - ;; - " Reboot") - loginctl reboot - ;; - "󰐥 Shut down") - loginctl poweroff -esac + ;; + "󰤄 Suspend") + loginctl suspend + ;; + " Reboot") + loginctl reboot + ;; + "󰐥 Shut down") + loginctl poweroff + esac +} +main; exit diff --git a/.local/bin/welcome b/.local/bin/welcome new file mode 100755 index 0000000..6dc75f3 --- /dev/null +++ b/.local/bin/welcome @@ -0,0 +1,14 @@ +#!/bin/sh + +data="$HOME/.local/share/misc/welcome/data" +line=1 + +while true; do + clear; sed -n "$line,+4p" "$data" + printf "\n%s\n" "Press [ SHIFT ] + [ F1 ] to open the manual, Press [ CTRL ] + [ C ] to exit" + + line=$((line+5)) + + [ "$(wc -l < "$data")" -lt "$line" ] && line=1 + sleep 5 +done diff --git a/.local/share/icons/macOS-White/cursor.theme b/.local/share/icons/macOS-White/cursor.theme deleted file mode 100644 index 3d2c61e..0000000 --- a/.local/share/icons/macOS-White/cursor.theme +++ /dev/null @@ -1,3 +0,0 @@ -[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 deleted file mode 120000 index b0e6589..0000000 --- a/.local/share/icons/macOS-White/cursors/00000000000000020006000e7e9ffc3f +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index a3693c3..0000000 --- a/.local/share/icons/macOS-White/cursors/00008160000006810000408080010102 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index baba492..0000000 --- a/.local/share/icons/macOS-White/cursors/028006030e0e7ebffc7f7070c0600140 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 01c907d..0000000 --- a/.local/share/icons/macOS-White/cursors/03b6e0fcb3499374a867c041f52298f0 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index b0e6589..0000000 --- a/.local/share/icons/macOS-White/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 88740b2..0000000 --- a/.local/share/icons/macOS-White/cursors/1081e37283d90000800003c07f3ef6bf +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index baba492..0000000 --- a/.local/share/icons/macOS-White/cursors/14fef782d02440884392942c1120523 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index a3693c3..0000000 --- a/.local/share/icons/macOS-White/cursors/2870a09082c103050810ffdffffe0204 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index c150ede..0000000 --- a/.local/share/icons/macOS-White/cursors/3085a0e285430894940527032f8b26df +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index b0e6589..0000000 --- a/.local/share/icons/macOS-White/cursors/3ecb610c1bf2410f44200f48c40d3599 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index d6a0af6..0000000 --- a/.local/share/icons/macOS-White/cursors/4498f0e0c1937ffe01fd06f973665830 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index cc9a7ed..0000000 --- a/.local/share/icons/macOS-White/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 88740b2..0000000 --- a/.local/share/icons/macOS-White/cursors/6407b0e94181790501fd1e167b474872 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index c150ede..0000000 --- a/.local/share/icons/macOS-White/cursors/640fb0e74195791501fd1ed57b41487f +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index d6a0af6..0000000 --- a/.local/share/icons/macOS-White/cursors/9081237383d90e509aa00f00170e968f +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 0b08654..0000000 --- a/.local/share/icons/macOS-White/cursors/9d800788f1b08800ae810202380a0822 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 554e6fb..0000000 Binary files a/.local/share/icons/macOS-White/cursors/X_cursor and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/.local/share/icons/macOS-White/cursors/a2a266d0498c3104214a47bd64ab0fc8 deleted file mode 120000 index c150ede..0000000 --- a/.local/share/icons/macOS-White/cursors/a2a266d0498c3104214a47bd64ab0fc8 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index c150ede..0000000 --- a/.local/share/icons/macOS-White/cursors/alias +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 4c8b1e7..0000000 Binary files a/.local/share/icons/macOS-White/cursors/all-scroll and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/arrow b/.local/share/icons/macOS-White/cursors/arrow deleted file mode 120000 index 0de4e80..0000000 --- a/.local/share/icons/macOS-White/cursors/arrow +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 88740b2..0000000 --- a/.local/share/icons/macOS-White/cursors/b66166c04f8c3109214a4fbd64a50fc8 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 9a02514..0000000 --- a/.local/share/icons/macOS-White/cursors/bd_double_arrow +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index cb85c48..0000000 Binary files a/.local/share/icons/macOS-White/cursors/bottom_left_corner and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/bottom_right_corner b/.local/share/icons/macOS-White/cursors/bottom_right_corner deleted file mode 100644 index 9c7b598..0000000 Binary files a/.local/share/icons/macOS-White/cursors/bottom_right_corner and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/bottom_side b/.local/share/icons/macOS-White/cursors/bottom_side deleted file mode 120000 index 83cc946..0000000 --- a/.local/share/icons/macOS-White/cursors/bottom_side +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 1e8ed6b..0000000 Binary files a/.local/share/icons/macOS-White/cursors/bottom_tee and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/.local/share/icons/macOS-White/cursors/c7088f0f3e6c8088236ef8e1e3e70000 deleted file mode 120000 index 9a02514..0000000 --- a/.local/share/icons/macOS-White/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index b070a6a..0000000 --- a/.local/share/icons/macOS-White/cursors/cell +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 7647ac0..0000000 Binary files a/.local/share/icons/macOS-White/cursors/center_ptr and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/circle b/.local/share/icons/macOS-White/cursors/circle deleted file mode 120000 index 01c907d..0000000 --- a/.local/share/icons/macOS-White/cursors/circle +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index d6a0af6..0000000 --- a/.local/share/icons/macOS-White/cursors/closedhand +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index baba492..0000000 --- a/.local/share/icons/macOS-White/cursors/col-resize +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 982ae30..0000000 --- a/.local/share/icons/macOS-White/cursors/color-picker +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 9b1f1eb..0000000 Binary files a/.local/share/icons/macOS-White/cursors/context-menu and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/copy b/.local/share/icons/macOS-White/cursors/copy deleted file mode 100644 index 3530fd3..0000000 Binary files a/.local/share/icons/macOS-White/cursors/copy and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/cross b/.local/share/icons/macOS-White/cursors/cross deleted file mode 100644 index 7af3079..0000000 Binary files a/.local/share/icons/macOS-White/cursors/cross and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/cross_reverse b/.local/share/icons/macOS-White/cursors/cross_reverse deleted file mode 120000 index 982ae30..0000000 --- a/.local/share/icons/macOS-White/cursors/cross_reverse +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 297809f..0000000 Binary files a/.local/share/icons/macOS-White/cursors/crossed_circle and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/crosshair b/.local/share/icons/macOS-White/cursors/crosshair deleted file mode 100644 index a3f2e6c..0000000 Binary files a/.local/share/icons/macOS-White/cursors/crosshair and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/d9ce0ab605698f320427677b458ad60b b/.local/share/icons/macOS-White/cursors/d9ce0ab605698f320427677b458ad60b deleted file mode 120000 index cc9a7ed..0000000 --- a/.local/share/icons/macOS-White/cursors/d9ce0ab605698f320427677b458ad60b +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 0de4e80..0000000 --- a/.local/share/icons/macOS-White/cursors/default +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 982ae30..0000000 --- a/.local/share/icons/macOS-White/cursors/diamond_cross +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index cc9a7ed..0000000 --- a/.local/share/icons/macOS-White/cursors/dnd-ask +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 88740b2..0000000 --- a/.local/share/icons/macOS-White/cursors/dnd-copy +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index c150ede..0000000 --- a/.local/share/icons/macOS-White/cursors/dnd-link +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index d6a0af6..0000000 --- a/.local/share/icons/macOS-White/cursors/dnd-move +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index d6a0af6..0000000 --- a/.local/share/icons/macOS-White/cursors/dnd-none +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index db47a95..0000000 Binary files a/.local/share/icons/macOS-White/cursors/dnd_no_drop and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/dot_box_mask b/.local/share/icons/macOS-White/cursors/dot_box_mask deleted file mode 120000 index def8590..0000000 --- a/.local/share/icons/macOS-White/cursors/dot_box_mask +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index e82980b..0000000 Binary files a/.local/share/icons/macOS-White/cursors/dotbox and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/double_arrow b/.local/share/icons/macOS-White/cursors/double_arrow deleted file mode 120000 index a3693c3..0000000 --- a/.local/share/icons/macOS-White/cursors/double_arrow +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 022a111..0000000 --- a/.local/share/icons/macOS-White/cursors/down-arrow +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 644fb7b..0000000 --- a/.local/share/icons/macOS-White/cursors/draft +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index cb9c1b4..0000000 --- a/.local/share/icons/macOS-White/cursors/draft_large +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index cb9c1b4..0000000 --- a/.local/share/icons/macOS-White/cursors/draft_small +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index def8590..0000000 --- a/.local/share/icons/macOS-White/cursors/draped_box +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 1d46245..0000000 --- a/.local/share/icons/macOS-White/cursors/e-resize +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 0b08654..0000000 --- a/.local/share/icons/macOS-White/cursors/e29285e634086352946a0e7090d73106 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index baba492..0000000 --- a/.local/share/icons/macOS-White/cursors/ew-resize +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index aab13ad..0000000 --- a/.local/share/icons/macOS-White/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index d6a0af6..0000000 --- a/.local/share/icons/macOS-White/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index aab13ad..0000000 --- a/.local/share/icons/macOS-White/cursors/fd_double_arrow +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 1bb4610..0000000 --- a/.local/share/icons/macOS-White/cursors/fleur +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 01c907d..0000000 --- a/.local/share/icons/macOS-White/cursors/forbidden +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 1a38f92..0000000 --- a/.local/share/icons/macOS-White/cursors/grab +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index d6a0af6..0000000 --- a/.local/share/icons/macOS-White/cursors/grabbing +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index baba492..0000000 --- a/.local/share/icons/macOS-White/cursors/h_double_arrow +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 61976d2..0000000 Binary files a/.local/share/icons/macOS-White/cursors/hand1 and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/hand2 b/.local/share/icons/macOS-White/cursors/hand2 deleted file mode 100644 index 3586210..0000000 Binary files a/.local/share/icons/macOS-White/cursors/hand2 and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/help b/.local/share/icons/macOS-White/cursors/help deleted file mode 120000 index cc9a7ed..0000000 --- a/.local/share/icons/macOS-White/cursors/help +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 18632c4..0000000 --- a/.local/share/icons/macOS-White/cursors/ibeam +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index def8590..0000000 --- a/.local/share/icons/macOS-White/cursors/icon +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index f473dff..0000000 --- a/.local/share/icons/macOS-White/cursors/left-arrow +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index bc70cef..0000000 Binary files a/.local/share/icons/macOS-White/cursors/left_ptr and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/left_ptr_help b/.local/share/icons/macOS-White/cursors/left_ptr_help deleted file mode 120000 index cc9a7ed..0000000 --- a/.local/share/icons/macOS-White/cursors/left_ptr_help +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 32e0439..0000000 Binary files a/.local/share/icons/macOS-White/cursors/left_ptr_watch and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/left_side b/.local/share/icons/macOS-White/cursors/left_side deleted file mode 100644 index e072871..0000000 Binary files a/.local/share/icons/macOS-White/cursors/left_side and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/left_tee b/.local/share/icons/macOS-White/cursors/left_tee deleted file mode 100644 index 9b1dcb2..0000000 Binary files a/.local/share/icons/macOS-White/cursors/left_tee and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/link b/.local/share/icons/macOS-White/cursors/link deleted file mode 100644 index 347c868..0000000 Binary files a/.local/share/icons/macOS-White/cursors/link and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/ll_angle b/.local/share/icons/macOS-White/cursors/ll_angle deleted file mode 100644 index 6d8a87f..0000000 Binary files a/.local/share/icons/macOS-White/cursors/ll_angle and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/lr_angle b/.local/share/icons/macOS-White/cursors/lr_angle deleted file mode 100644 index 36a452a..0000000 Binary files a/.local/share/icons/macOS-White/cursors/lr_angle and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/move b/.local/share/icons/macOS-White/cursors/move deleted file mode 100644 index c83252c..0000000 Binary files a/.local/share/icons/macOS-White/cursors/move and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/n-resize b/.local/share/icons/macOS-White/cursors/n-resize deleted file mode 120000 index 83cc946..0000000 --- a/.local/share/icons/macOS-White/cursors/n-resize +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index aab13ad..0000000 --- a/.local/share/icons/macOS-White/cursors/ne-resize +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index aab13ad..0000000 --- a/.local/share/icons/macOS-White/cursors/nesw-resize +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 1f6c0fd..0000000 --- a/.local/share/icons/macOS-White/cursors/no-drop +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 01c907d..0000000 --- a/.local/share/icons/macOS-White/cursors/not-allowed +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index a3693c3..0000000 --- a/.local/share/icons/macOS-White/cursors/ns-resize +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 9a02514..0000000 --- a/.local/share/icons/macOS-White/cursors/nw-resize +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 9a02514..0000000 --- a/.local/share/icons/macOS-White/cursors/nwse-resize +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 1a38f92..0000000 --- a/.local/share/icons/macOS-White/cursors/openhand +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index a59209b..0000000 Binary files a/.local/share/icons/macOS-White/cursors/pencil and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/pirate b/.local/share/icons/macOS-White/cursors/pirate deleted file mode 120000 index 7b84daf..0000000 --- a/.local/share/icons/macOS-White/cursors/pirate +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index bfb68d3..0000000 Binary files a/.local/share/icons/macOS-White/cursors/plus and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/pointer b/.local/share/icons/macOS-White/cursors/pointer deleted file mode 120000 index 0b08654..0000000 --- a/.local/share/icons/macOS-White/cursors/pointer +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index d6a0af6..0000000 --- a/.local/share/icons/macOS-White/cursors/pointer_move +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 0b08654..0000000 --- a/.local/share/icons/macOS-White/cursors/pointing_hand +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index b0e6589..0000000 --- a/.local/share/icons/macOS-White/cursors/progress +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 9a9cc38..0000000 Binary files a/.local/share/icons/macOS-White/cursors/question_arrow and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/right-arrow b/.local/share/icons/macOS-White/cursors/right-arrow deleted file mode 120000 index feb3132..0000000 --- a/.local/share/icons/macOS-White/cursors/right-arrow +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 4d97394..0000000 Binary files a/.local/share/icons/macOS-White/cursors/right_ptr and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/right_side b/.local/share/icons/macOS-White/cursors/right_side deleted file mode 120000 index 1d46245..0000000 --- a/.local/share/icons/macOS-White/cursors/right_side +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 4126a79..0000000 Binary files a/.local/share/icons/macOS-White/cursors/right_tee and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/row-resize b/.local/share/icons/macOS-White/cursors/row-resize deleted file mode 120000 index a3693c3..0000000 --- a/.local/share/icons/macOS-White/cursors/row-resize +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 83cc946..0000000 --- a/.local/share/icons/macOS-White/cursors/s-resize +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index db757a4..0000000 Binary files a/.local/share/icons/macOS-White/cursors/sb_down_arrow and /dev/null 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 deleted file mode 100644 index 475c356..0000000 Binary files a/.local/share/icons/macOS-White/cursors/sb_h_double_arrow and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/sb_left_arrow b/.local/share/icons/macOS-White/cursors/sb_left_arrow deleted file mode 100644 index 2bf03fa..0000000 Binary files a/.local/share/icons/macOS-White/cursors/sb_left_arrow and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/sb_right_arrow b/.local/share/icons/macOS-White/cursors/sb_right_arrow deleted file mode 100644 index 3fdf86e..0000000 Binary files a/.local/share/icons/macOS-White/cursors/sb_right_arrow and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/sb_up_arrow b/.local/share/icons/macOS-White/cursors/sb_up_arrow deleted file mode 100644 index 6ffc409..0000000 Binary files a/.local/share/icons/macOS-White/cursors/sb_up_arrow and /dev/null 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 deleted file mode 100644 index d58f7c0..0000000 Binary files a/.local/share/icons/macOS-White/cursors/sb_v_double_arrow and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/se-resize b/.local/share/icons/macOS-White/cursors/se-resize deleted file mode 120000 index 9a02514..0000000 --- a/.local/share/icons/macOS-White/cursors/se-resize +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index baba492..0000000 --- a/.local/share/icons/macOS-White/cursors/size-hor +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index a3693c3..0000000 --- a/.local/share/icons/macOS-White/cursors/size-ver +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 1bb4610..0000000 --- a/.local/share/icons/macOS-White/cursors/size_all +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index aab13ad..0000000 --- a/.local/share/icons/macOS-White/cursors/size_bdiag +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 9a02514..0000000 --- a/.local/share/icons/macOS-White/cursors/size_fdiag +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index baba492..0000000 --- a/.local/share/icons/macOS-White/cursors/size_hor +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index a3693c3..0000000 --- a/.local/share/icons/macOS-White/cursors/size_ver +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index baba492..0000000 --- a/.local/share/icons/macOS-White/cursors/split_h +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index a3693c3..0000000 --- a/.local/share/icons/macOS-White/cursors/split_v +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index aab13ad..0000000 --- a/.local/share/icons/macOS-White/cursors/sw-resize +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index def8590..0000000 --- a/.local/share/icons/macOS-White/cursors/target +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 982ae30..0000000 --- a/.local/share/icons/macOS-White/cursors/tcross +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 18632c4..0000000 --- a/.local/share/icons/macOS-White/cursors/text +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 0de4e80..0000000 --- a/.local/share/icons/macOS-White/cursors/top_left_arrow +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 9a02514..0000000 --- a/.local/share/icons/macOS-White/cursors/top_left_corner +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index aab13ad..0000000 --- a/.local/share/icons/macOS-White/cursors/top_right_corner +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 3a9d51f..0000000 Binary files a/.local/share/icons/macOS-White/cursors/top_side and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/top_tee b/.local/share/icons/macOS-White/cursors/top_tee deleted file mode 100644 index 92bc433..0000000 Binary files a/.local/share/icons/macOS-White/cursors/top_tee and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/ul_angle b/.local/share/icons/macOS-White/cursors/ul_angle deleted file mode 100644 index 4042161..0000000 Binary files a/.local/share/icons/macOS-White/cursors/ul_angle and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/up-arrow b/.local/share/icons/macOS-White/cursors/up-arrow deleted file mode 120000 index 258ca58..0000000 --- a/.local/share/icons/macOS-White/cursors/up-arrow +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index f012fa9..0000000 Binary files a/.local/share/icons/macOS-White/cursors/ur_angle and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/v_double_arrow b/.local/share/icons/macOS-White/cursors/v_double_arrow deleted file mode 120000 index a3693c3..0000000 --- a/.local/share/icons/macOS-White/cursors/v_double_arrow +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 7e07fe1..0000000 Binary files a/.local/share/icons/macOS-White/cursors/vertical-text and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/w-resize b/.local/share/icons/macOS-White/cursors/w-resize deleted file mode 120000 index 1d46245..0000000 --- a/.local/share/icons/macOS-White/cursors/w-resize +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 167ce14..0000000 Binary files a/.local/share/icons/macOS-White/cursors/wait and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/watch b/.local/share/icons/macOS-White/cursors/watch deleted file mode 120000 index fd80437..0000000 --- a/.local/share/icons/macOS-White/cursors/watch +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index b29353d..0000000 Binary files a/.local/share/icons/macOS-White/cursors/wayland-cursor and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/whats_this b/.local/share/icons/macOS-White/cursors/whats_this deleted file mode 120000 index cc9a7ed..0000000 --- a/.local/share/icons/macOS-White/cursors/whats_this +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 120000 index 7b84daf..0000000 --- a/.local/share/icons/macOS-White/cursors/x-cursor +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index ae1021f..0000000 Binary files a/.local/share/icons/macOS-White/cursors/xterm and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/zoom-in b/.local/share/icons/macOS-White/cursors/zoom-in deleted file mode 100644 index 3ed7467..0000000 Binary files a/.local/share/icons/macOS-White/cursors/zoom-in and /dev/null differ diff --git a/.local/share/icons/macOS-White/cursors/zoom-out b/.local/share/icons/macOS-White/cursors/zoom-out deleted file mode 100644 index 2cb5bf1..0000000 Binary files a/.local/share/icons/macOS-White/cursors/zoom-out and /dev/null differ diff --git a/.local/share/icons/macOS-White/index.theme b/.local/share/icons/macOS-White/index.theme deleted file mode 100644 index 125f5b9..0000000 --- a/.local/share/icons/macOS-White/index.theme +++ /dev/null @@ -1,4 +0,0 @@ -[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/misc/chars/emoji b/.local/share/misc/chars/emoji new file mode 100644 index 0000000..6803731 --- /dev/null +++ b/.local/share/misc/chars/emoji @@ -0,0 +1,1630 @@ +😀 grinning face +😃 grinning face with big eyes +😄 grinning face with smiling eyes +😁 beaming face with smiling eyes +😆 grinning squinting face +😅 grinning face with sweat +🤣 rolling on the floor laughing +😂 face with tears of joy +🙂 slightly smiling face +🙃 upside-down face +🫠 melting face +😉 winking face +😊 smiling face with smiling eyes +😇 smiling face with halo +🥰 smiling face with hearts +😍 smiling face with heart-eyes +🤩 star-struck +😘 face blowing a kiss +😗 kissing face +☺️ smiling face +😚 kissing face with closed eyes +😙 kissing face with smiling eyes +🥲 smiling face with tear +😋 face savoring food +😛 face with tongue +😜 winking face with tongue +🤪 zany face +😝 squinting face with tongue +🤑 money-mouth face +🤗 smiling face with open hands +🤭 face with hand over mouth +🫢 face with open eyes and hand over mouth +🫣 face with peeking eye +🤫 shushing face +🤔 thinking face +🫡 saluting face +🤐 zipper-mouth face +🤨 face with raised eyebrow +😐 neutral face +😑 expressionless face +😶 face without mouth +🫥 dotted line face +😏 smirking face +😒 unamused face +🙄 face with rolling eyes +😬 grimacing face +🤥 lying face +😌 relieved face +😔 pensive face +😪 sleepy face +🤤 drooling face +😴 sleeping face +😷 face with medical mask +🤒 face with thermometer +🤕 face with head-bandage +🤢 nauseated face +🤮 face vomiting +🤧 sneezing face +🥵 hot face +🥶 cold face +🥴 woozy face +😵 face with crossed-out eyes +🤯 exploding head +🤠 cowboy hat face +🥳 partying face +🥸 disguised face +😎 smiling face with sunglasses +🤓 nerd face +🧐 face with monocle +😕 confused face +🫤 face with diagonal mouth +😟 worried face +🙁 slightly frowning face +☹️ frowning face +😮 face with open mouth +😯 hushed face +😲 astonished face +😳 flushed face +🥺 pleading face +🥹 face holding back tears +😦 frowning face with open mouth +😧 anguished face +😨 fearful face +😰 anxious face with sweat +😥 sad but relieved face +😢 crying face +😭 loudly crying face +😱 face screaming in fear +😖 confounded face +😣 persevering face +😞 disappointed face +😓 downcast face with sweat +😩 weary face +😫 tired face +🥱 yawning face +😤 face with steam from nose +😡 pouting face +😠 angry face +🤬 face with symbols on mouth +😈 smiling face with horns +👿 angry face with horns +💀 skull +☠️ skull and crossbones +💩 pile of poo +🤡 clown face +👹 ogre +👺 goblin +👻 ghost +👽 alien +👾 alien monster +🤖 robot +😺 grinning cat +😸 grinning cat with smiling eyes +😹 cat with tears of joy +😻 smiling cat with heart-eyes +😼 cat with wry smile +😽 kissing cat +🙀 weary cat +😿 crying cat +😾 pouting cat +🙈 see-no-evil monkey +🙉 hear-no-evil monkey +🙊 speak-no-evil monkey +💋 kiss mark +💌 love letter +💘 heart with arrow +💝 heart with ribbon +💖 sparkling heart +💗 growing heart +💓 beating heart +💞 revolving hearts +💕 two hearts +💟 heart decoration +❣️ heart exclamation +💔 broken heart +❤️ red heart +🧡 orange heart +💛 yellow heart +💚 green heart +💙 blue heart +💜 purple heart +🤎 brown heart +🖤 black heart +🤍 white heart +💯 hundred points +💢 anger symbol +💥 collision +💫 dizzy +💦 sweat droplets +💨 dashing away +🕳️ hole +💣 bomb +💬 speech balloon +🗨️ left speech bubble +🗯️ right anger bubble +💭 thought balloon +💤 zzz +👋 waving hand +🤚 raised back of hand +🖐️ hand with fingers splayed +✋ raised hand +🖖 vulcan salute +🫱 rightwards hand +🫲 leftwards hand +🫳 palm down hand +🫴 palm up hand +👌 OK hand +🤌 pinched fingers +🤏 pinching hand +✌️ victory hand +🤞 crossed fingers +🫰 hand with index finger and thumb crossed +🤟 love-you gesture +🤘 sign of the horns +🤙 call me hand +👈 backhand index pointing left +👉 backhand index pointing right +👆 backhand index pointing up +🖕 middle finger +👇 backhand index pointing down +☝️ index pointing up +🫵 index pointing at the viewer +👍 thumbs up +👎 thumbs down +✊ raised fist +👊 oncoming fist +🤛 left-facing fist +🤜 right-facing fist +👏 clapping hands +🙌 raising hands +🫶 heart hands +👐 open hands +🤲 palms up together +🤝 handshake +🙏 folded hands +✍️ writing hand +💅 nail polish +🤳 selfie +💪 flexed biceps +🦾 mechanical arm +🦿 mechanical leg +🦵 leg +🦶 foot +👂 ear +🦻 ear with hearing aid +👃 nose +🧠 brain +🫀 anatomical heart +🫁 lungs +🦷 tooth +🦴 bone +👀 eyes +👁️ eye +👅 tongue +👄 mouth +🫦 biting lip +👶 baby +🧒 child +👦 boy +👧 girl +🧑 person +👱 person: blond hair +👨 man +🧔 person: beard +👩 woman +🧓 older person +👴 old man +👵 old woman +🙍 person frowning +🙎 person pouting +🙅 person gesturing NO +🙆 person gesturing OK +💁 person tipping hand +🙋 person raising hand +🧏 deaf person +🙇 person bowing +🤦 person facepalming +🤷 person shrugging +👮 police officer +🕵️ detective +💂 guard +🥷 ninja +👷 construction worker +🫅 person with crown +🤴 prince +👸 princess +👳 person wearing turban +👲 person with skullcap +🧕 woman with headscarf +🤵 person in tuxedo +👰 person with veil +🤰 pregnant woman +🫃 pregnant man +🫄 pregnant person +🤱 breast-feeding +👼 baby angel +🎅 Santa Claus +🤶 Mrs. Claus +🦸 superhero +🦹 supervillain +🧙 mage +🧚 fairy +🧛 vampire +🧜 merperson +🧝 elf +🧞 genie +🧟 zombie +🧌 troll +💆 person getting massage +💇 person getting haircut +🚶 person walking +🧍 person standing +🧎 person kneeling +🏃 person running +💃 woman dancing +🕺 man dancing +🕴️ person in suit levitating +👯 people with bunny ears +🧖 person in steamy room +🧗 person climbing +🤺 person fencing +🏇 horse racing +⛷️ skier +🏂 snowboarder +🏌️ person golfing +🏄 person surfing +🚣 person rowing boat +🏊 person swimming +⛹️ person bouncing ball +🏋️ person lifting weights +🚴 person biking +🚵 person mountain biking +🤸 person cartwheeling +🤼 people wrestling +🤽 person playing water polo +🤾 person playing handball +🤹 person juggling +🧘 person in lotus position +🛀 person taking bath +🛌 person in bed +👭 women holding hands +👫 woman and man holding hands +👬 men holding hands +💏 kiss +💑 couple with heart +👪 family +🗣️ speaking head +👤 bust in silhouette +👥 busts in silhouette +🫂 people hugging +👣 footprints +🐵 monkey face +🐒 monkey +🦍 gorilla +🦧 orangutan +🐶 dog face +🐕 dog +🦮 guide dog +🐩 poodle +🐺 wolf +🦊 fox +🦝 raccoon +🐱 cat face +🐈 cat +🦁 lion +🐯 tiger face +🐅 tiger +🐆 leopard +🐴 horse face +🐎 horse +🦄 unicorn +🦓 zebra +🦌 deer +🦬 bison +🐮 cow face +🐂 ox +🐃 water buffalo +🐄 cow +🐷 pig face +🐖 pig +🐗 boar +🐽 pig nose +🐏 ram +🐑 ewe +🐐 goat +🐪 camel +🐫 two-hump camel +🦙 llama +🦒 giraffe +🐘 elephant +🦣 mammoth +🦏 rhinoceros +🦛 hippopotamus +🐭 mouse face +🐁 mouse +🐀 rat +🐹 hamster +🐰 rabbit face +🐇 rabbit +🐿️ chipmunk +🦫 beaver +🦔 hedgehog +🦇 bat +🐻 bear +🐨 koala +🐼 panda +🦥 sloth +🦦 otter +🦨 skunk +🦘 kangaroo +🦡 badger +🐾 paw prints +🦃 turkey +🐔 chicken +🐓 rooster +🐣 hatching chick +🐤 baby chick +🐥 front-facing baby chick +🐦 bird +🐧 penguin +🕊️ dove +🦅 eagle +🦆 duck +🦢 swan +🦉 owl +🦤 dodo +🪶 feather +🦩 flamingo +🦚 peacock +🦜 parrot +🐸 frog +🐊 crocodile +🐢 turtle +🦎 lizard +🐍 snake +🐲 dragon face +🐉 dragon +🦕 sauropod +🦖 T-Rex +🐳 spouting whale +🐋 whale +🐬 dolphin +🦭 seal +🐟 fish +🐠 tropical fish +🐡 blowfish +🦈 shark +🐙 octopus +🐚 spiral shell +🪸 coral +🐌 snail +🦋 butterfly +🐛 bug +🐜 ant +🐝 honeybee +🪲 beetle +🐞 lady beetle +🦗 cricket +🪳 cockroach +🕷️ spider +🕸️ spider web +🦂 scorpion +🦟 mosquito +🪰 fly +🪱 worm +🦠 microbe +💐 bouquet +🌸 cherry blossom +💮 white flower +🪷 lotus +🏵️ rosette +🌹 rose +🥀 wilted flower +🌺 hibiscus +🌻 sunflower +🌼 blossom +🌷 tulip +🌱 seedling +🪴 potted plant +🌲 evergreen tree +🌳 deciduous tree +🌴 palm tree +🌵 cactus +🌾 sheaf of rice +🌿 herb +☘️ shamrock +🍀 four leaf clover +🍁 maple leaf +🍂 fallen leaf +🍃 leaf fluttering in wind +🪹 empty nest +🪺 nest with eggs +🍇 grapes +🍈 melon +🍉 watermelon +🍊 tangerine +🍋 lemon +🍌 banana +🍍 pineapple +🥭 mango +🍎 red apple +🍏 green apple +🍐 pear +🍑 peach +🍒 cherries +🍓 strawberry +🫐 blueberries +🥝 kiwi fruit +🍅 tomato +🫒 olive +🥥 coconut +🥑 avocado +🍆 eggplant +🥔 potato +🥕 carrot +🌽 ear of corn +🌶️ hot pepper +🫑 bell pepper +🥒 cucumber +🥬 leafy green +🥦 broccoli +🧄 garlic +🧅 onion +🍄 mushroom +🥜 peanuts +🫘 beans +🌰 chestnut +🍞 bread +🥐 croissant +🥖 baguette bread +🫓 flatbread +🥨 pretzel +🥯 bagel +🥞 pancakes +🧇 waffle +🧀 cheese wedge +🍖 meat on bone +🍗 poultry leg +🥩 cut of meat +🥓 bacon +🍔 hamburger +🍟 french fries +🍕 pizza +🌭 hot dog +🥪 sandwich +🌮 taco +🌯 burrito +🫔 tamale +🥙 stuffed flatbread +🧆 falafel +🥚 egg +🍳 cooking +🥘 shallow pan of food +🍲 pot of food +🫕 fondue +🥣 bowl with spoon +🥗 green salad +🍿 popcorn +🧈 butter +🧂 salt +🥫 canned food +🍱 bento box +🍘 rice cracker +🍙 rice ball +🍚 cooked rice +🍛 curry rice +🍜 steaming bowl +🍝 spaghetti +🍠 roasted sweet potato +🍢 oden +🍣 sushi +🍤 fried shrimp +🍥 fish cake with swirl +🥮 moon cake +🍡 dango +🥟 dumpling +🥠 fortune cookie +🥡 takeout box +🦀 crab +🦞 lobster +🦐 shrimp +🦑 squid +🦪 oyster +🍦 soft ice cream +🍧 shaved ice +🍨 ice cream +🍩 doughnut +🍪 cookie +🎂 birthday cake +🍰 shortcake +🧁 cupcake +🥧 pie +🍫 chocolate bar +🍬 candy +🍭 lollipop +🍮 custard +🍯 honey pot +🍼 baby bottle +🥛 glass of milk +☕ hot beverage +🫖 teapot +🍵 teacup without handle +🍶 sake +🍾 bottle with popping cork +🍷 wine glass +🍸 cocktail glass +🍹 tropical drink +🍺 beer mug +🍻 clinking beer mugs +🥂 clinking glasses +🥃 tumbler glass +🫗 pouring liquid +🥤 cup with straw +🧋 bubble tea +🧃 beverage box +🧉 mate +🧊 ice +🥢 chopsticks +🍽️ fork and knife with plate +🍴 fork and knife +🥄 spoon +🔪 kitchen knife +🫙 jar +🏺 amphora +🌍 globe showing Europe-Africa +🌎 globe showing Americas +🌏 globe showing Asia-Australia +🌐 globe with meridians +🗺️ world map +🗾 map of Japan +🧭 compass +🏔️ snow-capped mountain +⛰️ mountain +🌋 volcano +🗻 mount fuji +🏕️ camping +🏖️ beach with umbrella +🏜️ desert +🏝️ desert island +🏞️ national park +🏟️ stadium +🏛️ classical building +🏗️ building construction +🧱 brick +🪨 rock +🪵 wood +🛖 hut +🏘️ houses +🏚️ derelict house +🏠 house +🏡 house with garden +🏢 office building +🏣 Japanese post office +🏤 post office +🏥 hospital +🏦 bank +🏨 hotel +🏩 love hotel +🏪 convenience store +🏫 school +🏬 department store +🏭 factory +🏯 Japanese castle +🏰 castle +💒 wedding +🗼 Tokyo tower +🗽 Statue of Liberty +⛪ church +🕌 mosque +🛕 hindu temple +🕍 synagogue +⛩️ shinto shrine +🕋 kaaba +⛲ fountain +⛺ tent +🌁 foggy +🌃 night with stars +🏙️ cityscape +🌄 sunrise over mountains +🌅 sunrise +🌆 cityscape at dusk +🌇 sunset +🌉 bridge at night +♨️ hot springs +🎠 carousel horse +🛝 playground slide +🎡 ferris wheel +🎢 roller coaster +💈 barber pole +🎪 circus tent +🚂 locomotive +🚃 railway car +🚄 high-speed train +🚅 bullet train +🚆 train +🚇 metro +🚈 light rail +🚉 station +🚊 tram +🚝 monorail +🚞 mountain railway +🚋 tram car +🚌 bus +🚍 oncoming bus +🚎 trolleybus +🚐 minibus +🚑 ambulance +🚒 fire engine +🚓 police car +🚔 oncoming police car +🚕 taxi +🚖 oncoming taxi +🚗 automobile +🚘 oncoming automobile +🚙 sport utility vehicle +🛻 pickup truck +🚚 delivery truck +🚛 articulated lorry +🚜 tractor +🏎️ racing car +🏍️ motorcycle +🛵 motor scooter +🦽 manual wheelchair +🦼 motorized wheelchair +🛺 auto rickshaw +🚲 bicycle +🛴 kick scooter +🛹 skateboard +🛼 roller skate +🚏 bus stop +🛣️ motorway +🛤️ railway track +🛢️ oil drum +⛽ fuel pump +🛞 wheel +🚨 police car light +🚥 horizontal traffic light +🚦 vertical traffic light +🛑 stop sign +🚧 construction +⚓ anchor +🛟 ring buoy +⛵ sailboat +🛶 canoe +🚤 speedboat +🛳️ passenger ship +⛴️ ferry +🛥️ motor boat +🚢 ship +✈️ airplane +🛩️ small airplane +🛫 airplane departure +🛬 airplane arrival +🪂 parachute +💺 seat +🚁 helicopter +🚟 suspension railway +🚠 mountain cableway +🚡 aerial tramway +🛰️ satellite +🚀 rocket +🛸 flying saucer +🛎️ bellhop bell +🧳 luggage +⌛ hourglass done +⏳ hourglass not done +⌚ watch +⏰ alarm clock +⏱️ stopwatch +⏲️ timer clock +🕰️ mantelpiece clock +🕛 twelve o’clock +🕧 twelve-thirty +🕐 one o’clock +🕜 one-thirty +🕑 two o’clock +🕝 two-thirty +🕒 three o’clock +🕞 three-thirty +🕓 four o’clock +🕟 four-thirty +🕔 five o’clock +🕠 five-thirty +🕕 six o’clock +🕡 six-thirty +🕖 seven o’clock +🕢 seven-thirty +🕗 eight o’clock +🕣 eight-thirty +🕘 nine o’clock +🕤 nine-thirty +🕙 ten o’clock +🕥 ten-thirty +🕚 eleven o’clock +🕦 eleven-thirty +🌑 new moon +🌒 waxing crescent moon +🌓 first quarter moon +🌔 waxing gibbous moon +🌕 full moon +🌖 waning gibbous moon +🌗 last quarter moon +🌘 waning crescent moon +🌙 crescent moon +🌚 new moon face +🌛 first quarter moon face +🌜 last quarter moon face +🌡️ thermometer +☀️ sun +🌝 full moon face +🌞 sun with face +🪐 ringed planet +⭐ star +🌟 glowing star +🌠 shooting star +🌌 milky way +☁️ cloud +⛅ sun behind cloud +⛈️ cloud with lightning and rain +🌤️ sun behind small cloud +🌥️ sun behind large cloud +🌦️ sun behind rain cloud +🌧️ cloud with rain +🌨️ cloud with snow +🌩️ cloud with lightning +🌪️ tornado +🌫️ fog +🌬️ wind face +🌀 cyclone +🌈 rainbow +🌂 closed umbrella +☂️ umbrella +☔ umbrella with rain drops +⛱️ umbrella on ground +⚡ high voltage +❄️ snowflake +☃️ snowman +⛄ snowman without snow +☄️ comet +🔥 fire +💧 droplet +🌊 water wave +🎃 jack-o-lantern +🎄 Christmas tree +🎆 fireworks +🎇 sparkler +🧨 firecracker +✨ sparkles +🎈 balloon +🎉 party popper +🎊 confetti ball +🎋 tanabata tree +🎍 pine decoration +🎎 Japanese dolls +🎏 carp streamer +🎐 wind chime +🎑 moon viewing ceremony +🧧 red envelope +🎀 ribbon +🎁 wrapped gift +🎗️ reminder ribbon +🎟️ admission tickets +🎫 ticket +🎖️ military medal +🏆 trophy +🏅 sports medal +🥇 1st place medal +🥈 2nd place medal +🥉 3rd place medal +⚽ soccer ball +⚾ baseball +🥎 softball +🏀 basketball +🏐 volleyball +🏈 american football +🏉 rugby football +🎾 tennis +🥏 flying disc +🎳 bowling +🏏 cricket game +🏑 field hockey +🏒 ice hockey +🥍 lacrosse +🏓 ping pong +🏸 badminton +🥊 boxing glove +🥋 martial arts uniform +🥅 goal net +⛳ flag in hole +⛸️ ice skate +🎣 fishing pole +🤿 diving mask +🎽 running shirt +🎿 skis +🛷 sled +🥌 curling stone +🎯 bullseye +🪀 yo-yo +🪁 kite +🎱 pool 8 ball +🔮 crystal ball +🪄 magic wand +🧿 nazar amulet +🪬 hamsa +🎮 video game +🕹️ joystick +🎰 slot machine +🎲 game die +🧩 puzzle piece +🧸 teddy bear +🪅 piñata +🪩 mirror ball +🪆 nesting dolls +♠️ spade suit +♥️ heart suit +♦️ diamond suit +♣️ club suit +♟️ chess pawn +🃏 joker +🀄 mahjong red dragon +🎴 flower playing cards +🎭 performing arts +🖼️ framed picture +🎨 artist palette +🧵 thread +🪡 sewing needle +🧶 yarn +🪢 knot +👓 glasses +🕶️ sunglasses +🥽 goggles +🥼 lab coat +🦺 safety vest +👔 necktie +👕 t-shirt +👖 jeans +🧣 scarf +🧤 gloves +🧥 coat +🧦 socks +👗 dress +👘 kimono +🥻 sari +🩱 one-piece swimsuit +🩲 briefs +🩳 shorts +👙 bikini +👚 woman’s clothes +👛 purse +👜 handbag +👝 clutch bag +🛍️ shopping bags +🎒 backpack +🩴 thong sandal +👞 man’s shoe +👟 running shoe +🥾 hiking boot +🥿 flat shoe +👠 high-heeled shoe +👡 woman’s sandal +🩰 ballet shoes +👢 woman’s boot +👑 crown +👒 woman’s hat +🎩 top hat +🎓 graduation cap +🧢 billed cap +🪖 military helmet +⛑️ rescue worker’s helmet +📿 prayer beads +💄 lipstick +💍 ring +💎 gem stone +🔇 muted speaker +🔈 speaker low volume +🔉 speaker medium volume +🔊 speaker high volume +📢 loudspeaker +📣 megaphone +📯 postal horn +🔔 bell +🔕 bell with slash +🎼 musical score +🎵 musical note +🎶 musical notes +🎙️ studio microphone +🎚️ level slider +🎛️ control knobs +🎤 microphone +🎧 headphone +📻 radio +🎷 saxophone +🪗 accordion +🎸 guitar +🎹 musical keyboard +🎺 trumpet +🎻 violin +🪕 banjo +🥁 drum +🪘 long drum +📱 mobile phone +📲 mobile phone with arrow +☎️ telephone +📞 telephone receiver +📟 pager +📠 fax machine +🔋 battery +🪫 low battery +🔌 electric plug +💻 laptop +🖥️ desktop computer +🖨️ printer +⌨️ keyboard +🖱️ computer mouse +🖲️ trackball +💽 computer disk +💾 floppy disk +💿 optical disk +📀 dvd +🧮 abacus +🎥 movie camera +🎞️ film frames +📽️ film projector +🎬 clapper board +📺 television +📷 camera +📸 camera with flash +📹 video camera +📼 videocassette +🔍 magnifying glass tilted left +🔎 magnifying glass tilted right +🕯️ candle +💡 light bulb +🔦 flashlight +🏮 red paper lantern +🪔 diya lamp +📔 notebook with decorative cover +📕 closed book +📖 open book +📗 green book +📘 blue book +📙 orange book +📚 books +📓 notebook +📒 ledger +📃 page with curl +📜 scroll +📄 page facing up +📰 newspaper +🗞️ rolled-up newspaper +📑 bookmark tabs +🔖 bookmark +🏷️ label +💰 money bag +🪙 coin +💴 yen banknote +💵 dollar banknote +💶 euro banknote +💷 pound banknote +💸 money with wings +💳 credit card +🧾 receipt +💹 chart increasing with yen +✉️ envelope +📧 e-mail +📨 incoming envelope +📩 envelope with arrow +📤 outbox tray +📥 inbox tray +📦 package +📫 closed mailbox with raised flag +📪 closed mailbox with lowered flag +📬 open mailbox with raised flag +📭 open mailbox with lowered flag +📮 postbox +🗳️ ballot box with ballot +✏️ pencil +✒️ black nib +🖋️ fountain pen +🖊️ pen +🖌️ paintbrush +🖍️ crayon +📝 memo +💼 briefcase +📁 file folder +📂 open file folder +🗂️ card index dividers +📅 calendar +📆 tear-off calendar +🗒️ spiral notepad +🗓️ spiral calendar +📇 card index +📈 chart increasing +📉 chart decreasing +📊 bar chart +📋 clipboard +📌 pushpin +📍 round pushpin +📎 paperclip +🖇️ linked paperclips +📏 straight ruler +📐 triangular ruler +✂️ scissors +🗃️ card file box +🗄️ file cabinet +🗑️ wastebasket +🔒 locked +🔓 unlocked +🔏 locked with pen +🔐 locked with key +🔑 key +🗝️ old key +🔨 hammer +🪓 axe +⛏️ pick +⚒️ hammer and pick +🛠️ hammer and wrench +🗡️ dagger +⚔️ crossed swords +🔫 water pistol +🪃 boomerang +🏹 bow and arrow +🛡️ shield +🪚 carpentry saw +🔧 wrench +🪛 screwdriver +🔩 nut and bolt +⚙️ gear +🗜️ clamp +⚖️ balance scale +🦯 white cane +🔗 link +⛓️ chains +🪝 hook +🧰 toolbox +🧲 magnet +🪜 ladder +⚗️ alembic +🧪 test tube +🧫 petri dish +🧬 dna +🔬 microscope +🔭 telescope +📡 satellite antenna +💉 syringe +🩸 drop of blood +💊 pill +🩹 adhesive bandage +🩼 crutch +🩺 stethoscope +🩻 x-ray +🚪 door +🛗 elevator +🪞 mirror +🪟 window +🛏️ bed +🛋️ couch and lamp +🪑 chair +🚽 toilet +🪠 plunger +🚿 shower +🛁 bathtub +🪤 mouse trap +🪒 razor +🧴 lotion bottle +🧷 safety pin +🧹 broom +🧺 basket +🧻 roll of paper +🪣 bucket +🧼 soap +🫧 bubbles +🪥 toothbrush +🧽 sponge +🧯 fire extinguisher +🛒 shopping cart +🚬 cigarette +⚰️ coffin +🪦 headstone +⚱️ funeral urn +🗿 moai +🪧 placard +🪪 identification card +🏧 ATM sign +🚮 litter in bin sign +🚰 potable water +♿ wheelchair symbol +🚹 men’s room +🚺 women’s room +🚻 restroom +🚼 baby symbol +🚾 water closet +🛂 passport control +🛃 customs +🛄 baggage claim +🛅 left luggage +⚠️ warning +🚸 children crossing +⛔ no entry +🚫 prohibited +🚳 no bicycles +🚭 no smoking +🚯 no littering +🚱 non-potable water +🚷 no pedestrians +📵 no mobile phones +🔞 no one under eighteen +☢️ radioactive +☣️ biohazard +⬆️ up arrow +↗️ up-right arrow +➡️ right arrow +↘️ down-right arrow +⬇️ down arrow +↙️ down-left arrow +⬅️ left arrow +↖️ up-left arrow +↕️ up-down arrow +↔️ left-right arrow +↩️ right arrow curving left +↪️ left arrow curving right +⤴️ right arrow curving up +⤵️ right arrow curving down +🔃 clockwise vertical arrows +🔄 counterclockwise arrows button +🔙 BACK arrow +🔚 END arrow +🔛 ON! arrow +🔜 SOON arrow +🔝 TOP arrow +🛐 place of worship +⚛️ atom symbol +🕉️ om +✡️ star of David +☸️ wheel of dharma +☯️ yin yang +✝️ latin cross +☦️ orthodox cross +☪️ star and crescent +☮️ peace symbol +🕎 menorah +🔯 dotted six-pointed star +♈ Aries +♉ Taurus +♊ Gemini +♋ Cancer +♌ Leo +♍ Virgo +♎ Libra +♏ Scorpio +♐ Sagittarius +♑ Capricorn +♒ Aquarius +♓ Pisces +⛎ Ophiuchus +🔀 shuffle tracks button +🔁 repeat button +🔂 repeat single button +▶️ play button +⏩ fast-forward button +⏭️ next track button +⏯️ play or pause button +◀️ reverse button +⏪ fast reverse button +⏮️ last track button +🔼 upwards button +⏫ fast up button +🔽 downwards button +⏬ fast down button +⏸️ pause button +⏹️ stop button +⏺️ record button +⏏️ eject button +🎦 cinema +🔅 dim button +🔆 bright button +📶 antenna bars +📳 vibration mode +📴 mobile phone off +♀️ female sign +♂️ male sign +⚧️ transgender symbol +✖️ multiply +➕ plus +➖ minus +➗ divide +🟰 heavy equals sign +♾️ infinity +‼️ double exclamation mark +⁉️ exclamation question mark +❓ red question mark +❔ white question mark +❕ white exclamation mark +❗ red exclamation mark +〰️ wavy dash +💱 currency exchange +💲 heavy dollar sign +⚕️ medical symbol +♻️ recycling symbol +⚜️ fleur-de-lis +🔱 trident emblem +📛 name badge +🔰 Japanese symbol for beginner +⭕ hollow red circle +✅ check mark button +☑️ check box with check +✔️ check mark +❌ cross mark +❎ cross mark button +➰ curly loop +➿ double curly loop +〽️ part alternation mark +✳️ eight-spoked asterisk +✴️ eight-pointed star +❇️ sparkle +©️ copyright +®️ registered +™️ trade mark +#️⃣ keycap: # +*️⃣ keycap: * +0️⃣ keycap: 0 +1️⃣ keycap: 1 +2️⃣ keycap: 2 +3️⃣ keycap: 3 +4️⃣ keycap: 4 +5️⃣ keycap: 5 +6️⃣ keycap: 6 +7️⃣ keycap: 7 +8️⃣ keycap: 8 +9️⃣ keycap: 9 +🔟 keycap: 10 +🔠 input latin uppercase +🔡 input latin lowercase +🔢 input numbers +🔣 input symbols +🔤 input latin letters +🅰️ A button (blood type) +🆎 AB button (blood type) +🅱️ B button (blood type) +🆑 CL button +🆒 COOL button +🆓 FREE button +ℹ️ information +🆔 ID button +Ⓜ️ circled M +🆕 NEW button +🆖 NG button +🅾️ O button (blood type) +🆗 OK button +🅿️ P button +🆘 SOS button +🆙 UP! button +🆚 VS button +🈁 Japanese “here” button +🈂️ Japanese “service charge” button +🈷️ Japanese “monthly amount” button +🈶 Japanese “not free of charge” button +🈯 Japanese “reserved” button +🉐 Japanese “bargain” button +🈹 Japanese “discount” button +🈚 Japanese “free of charge” button +🈲 Japanese “prohibited” button +🉑 Japanese “acceptable” button +🈸 Japanese “application” button +🈴 Japanese “passing grade” button +🈳 Japanese “vacancy” button +㊗️ Japanese “congratulations” button +㊙️ Japanese “secret” button +🈺 Japanese “open for business” button +🈵 Japanese “no vacancy” button +🔴 red circle +🟠 orange circle +🟡 yellow circle +🟢 green circle +🔵 blue circle +🟣 purple circle +🟤 brown circle +⚫ black circle +⚪ white circle +🟥 red square +🟧 orange square +🟨 yellow square +🟩 green square +🟦 blue square +🟪 purple square +🟫 brown square +⬛ black large square +⬜ white large square +◼️ black medium square +◻️ white medium square +◾ black medium-small square +◽ white medium-small square +▪️ black small square +▫️ white small square +🔶 large orange diamond +🔷 large blue diamond +🔸 small orange diamond +🔹 small blue diamond +🔺 red triangle pointed up +🔻 red triangle pointed down +💠 diamond with a dot +🔘 radio button +🔳 white square button +🔲 black square button +🏁 chequered flag +🚩 triangular flag +🎌 crossed flags +🏴 black flag +🏳️ white flag +🇦🇨 flag: Ascension Island +🇦🇩 flag: Andorra +🇦🇪 flag: United Arab Emirates +🇦🇫 flag: Afghanistan +🇦🇬 flag: Antigua & Barbuda +🇦🇮 flag: Anguilla +🇦🇱 flag: Albania +🇦🇲 flag: Armenia +🇦🇴 flag: Angola +🇦🇶 flag: Antarctica +🇦🇷 flag: Argentina +🇦🇸 flag: American Samoa +🇦🇹 flag: Austria +🇦🇺 flag: Australia +🇦🇼 flag: Aruba +🇦🇽 flag: Åland Islands +🇦🇿 flag: Azerbaijan +🇧🇦 flag: Bosnia & Herzegovina +🇧🇧 flag: Barbados +🇧🇩 flag: Bangladesh +🇧🇪 flag: Belgium +🇧🇫 flag: Burkina Faso +🇧🇬 flag: Bulgaria +🇧🇭 flag: Bahrain +🇧🇮 flag: Burundi +🇧🇯 flag: Benin +🇧🇱 flag: St. Barthélemy +🇧🇲 flag: Bermuda +🇧🇳 flag: Brunei +🇧🇴 flag: Bolivia +🇧🇶 flag: Caribbean Netherlands +🇧🇷 flag: Brazil +🇧🇸 flag: Bahamas +🇧🇹 flag: Bhutan +🇧🇻 flag: Bouvet Island +🇧🇼 flag: Botswana +🇧🇾 flag: Belarus +🇧🇿 flag: Belize +🇨🇦 flag: Canada +🇨🇨 flag: Cocos (Keeling) Islands +🇨🇩 flag: Congo - Kinshasa +🇨🇫 flag: Central African Republic +🇨🇬 flag: Congo - Brazzaville +🇨🇭 flag: Switzerland +🇨🇮 flag: Côte d’Ivoire +🇨🇰 flag: Cook Islands +🇨🇱 flag: Chile +🇨🇲 flag: Cameroon +🇨🇳 flag: China +🇨🇴 flag: Colombia +🇨🇵 flag: Clipperton Island +🇨🇷 flag: Costa Rica +🇨🇺 flag: Cuba +🇨🇻 flag: Cape Verde +🇨🇼 flag: Curaçao +🇨🇽 flag: Christmas Island +🇨🇾 flag: Cyprus +🇨🇿 flag: Czechia +🇩🇪 flag: Germany +🇩🇬 flag: Diego Garcia +🇩🇯 flag: Djibouti +🇩🇰 flag: Denmark +🇩🇲 flag: Dominica +🇩🇴 flag: Dominican Republic +🇩🇿 flag: Algeria +🇪🇦 flag: Ceuta & Melilla +🇪🇨 flag: Ecuador +🇪🇪 flag: Estonia +🇪🇬 flag: Egypt +🇪🇭 flag: Western Sahara +🇪🇷 flag: Eritrea +🇪🇸 flag: Spain +🇪🇹 flag: Ethiopia +🇪🇺 flag: European Union +🇫🇮 flag: Finland +🇫🇯 flag: Fiji +🇫🇰 flag: Falkland Islands +🇫🇲 flag: Micronesia +🇫🇴 flag: Faroe Islands +🇫🇷 flag: France +🇬🇦 flag: Gabon +🇬🇧 flag: United Kingdom +🇬🇩 flag: Grenada +🇬🇪 flag: Georgia +🇬🇫 flag: French Guiana +🇬🇬 flag: Guernsey +🇬🇭 flag: Ghana +🇬🇮 flag: Gibraltar +🇬🇱 flag: Greenland +🇬🇲 flag: Gambia +🇬🇳 flag: Guinea +🇬🇵 flag: Guadeloupe +🇬🇶 flag: Equatorial Guinea +🇬🇷 flag: Greece +🇬🇸 flag: South Georgia & South Sandwich Islands +🇬🇹 flag: Guatemala +🇬🇺 flag: Guam +🇬🇼 flag: Guinea-Bissau +🇬🇾 flag: Guyana +🇭🇰 flag: Hong Kong SAR China +🇭🇲 flag: Heard & McDonald Islands +🇭🇳 flag: Honduras +🇭🇷 flag: Croatia +🇭🇹 flag: Haiti +🇭🇺 flag: Hungary +🇮🇨 flag: Canary Islands +🇮🇩 flag: Indonesia +🇮🇪 flag: Ireland +🇮🇱 flag: Israel +🇮🇲 flag: Isle of Man +🇮🇳 flag: India +🇮🇴 flag: British Indian Ocean Territory +🇮🇶 flag: Iraq +🇮🇷 flag: Iran +🇮🇸 flag: Iceland +🇮🇹 flag: Italy +🇯🇪 flag: Jersey +🇯🇲 flag: Jamaica +🇯🇴 flag: Jordan +🇯🇵 flag: Japan +🇰🇪 flag: Kenya +🇰🇬 flag: Kyrgyzstan +🇰🇭 flag: Cambodia +🇰🇮 flag: Kiribati +🇰🇲 flag: Comoros +🇰🇳 flag: St. Kitts & Nevis +🇰🇵 flag: North Korea +🇰🇷 flag: South Korea +🇰🇼 flag: Kuwait +🇰🇾 flag: Cayman Islands +🇰🇿 flag: Kazakhstan +🇱🇦 flag: Laos +🇱🇧 flag: Lebanon +🇱🇨 flag: St. Lucia +🇱🇮 flag: Liechtenstein +🇱🇰 flag: Sri Lanka +🇱🇷 flag: Liberia +🇱🇸 flag: Lesotho +🇱🇹 flag: Lithuania +🇱🇺 flag: Luxembourg +🇱🇻 flag: Latvia +🇱🇾 flag: Libya +🇲🇦 flag: Morocco +🇲🇨 flag: Monaco +🇲🇩 flag: Moldova +🇲🇪 flag: Montenegro +🇲🇫 flag: St. Martin +🇲🇬 flag: Madagascar +🇲🇭 flag: Marshall Islands +🇲🇰 flag: North Macedonia +🇲🇱 flag: Mali +🇲🇲 flag: Myanmar (Burma) +🇲🇳 flag: Mongolia +🇲🇴 flag: Macao SAR China +🇲🇵 flag: Northern Mariana Islands +🇲🇶 flag: Martinique +🇲🇷 flag: Mauritania +🇲🇸 flag: Montserrat +🇲🇹 flag: Malta +🇲🇺 flag: Mauritius +🇲🇻 flag: Maldives +🇲🇼 flag: Malawi +🇲🇽 flag: Mexico +🇲🇾 flag: Malaysia +🇲🇿 flag: Mozambique +🇳🇦 flag: Namibia +🇳🇨 flag: New Caledonia +🇳🇪 flag: Niger +🇳🇫 flag: Norfolk Island +🇳🇬 flag: Nigeria +🇳🇮 flag: Nicaragua +🇳🇱 flag: Netherlands +🇳🇴 flag: Norway +🇳🇵 flag: Nepal +🇳🇷 flag: Nauru +🇳🇺 flag: Niue +🇳🇿 flag: New Zealand +🇴🇲 flag: Oman +🇵🇦 flag: Panama +🇵🇪 flag: Peru +🇵🇫 flag: French Polynesia +🇵🇬 flag: Papua New Guinea +🇵🇭 flag: Philippines +🇵🇰 flag: Pakistan +🇵🇱 flag: Poland +🇵🇲 flag: St. Pierre & Miquelon +🇵🇳 flag: Pitcairn Islands +🇵🇷 flag: Puerto Rico +🇵🇸 flag: Palestinian Territories +🇵🇹 flag: Portugal +🇵🇼 flag: Palau +🇵🇾 flag: Paraguay +🇶🇦 flag: Qatar +🇷🇪 flag: Réunion +🇷🇴 flag: Romania +🇷🇸 flag: Serbia +🇷🇺 flag: Russia +🇷🇼 flag: Rwanda +🇸🇦 flag: Saudi Arabia +🇸🇧 flag: Solomon Islands +🇸🇨 flag: Seychelles +🇸🇩 flag: Sudan +🇸🇪 flag: Sweden +🇸🇬 flag: Singapore +🇸🇭 flag: St. Helena +🇸🇮 flag: Slovenia +🇸🇯 flag: Svalbard & Jan Mayen +🇸🇰 flag: Slovakia +🇸🇱 flag: Sierra Leone +🇸🇲 flag: San Marino +🇸🇳 flag: Senegal +🇸🇴 flag: Somalia +🇸🇷 flag: Suriname +🇸🇸 flag: South Sudan +🇸🇹 flag: São Tomé & Príncipe +🇸🇻 flag: El Salvador +🇸🇽 flag: Sint Maarten +🇸🇾 flag: Syria +🇸🇿 flag: Eswatini +🇹🇦 flag: Tristan da Cunha +🇹🇨 flag: Turks & Caicos Islands +🇹🇩 flag: Chad +🇹🇫 flag: French Southern Territories +🇹🇬 flag: Togo +🇹🇭 flag: Thailand +🇹🇯 flag: Tajikistan +🇹🇰 flag: Tokelau +🇹🇱 flag: Timor-Leste +🇹🇲 flag: Turkmenistan +🇹🇳 flag: Tunisia +🇹🇴 flag: Tonga +🇹🇷 flag: Turkey +🇹🇹 flag: Trinidad & Tobago +🇹🇻 flag: Tuvalu +🇹🇼 flag: Taiwan +🇹🇿 flag: Tanzania +🇺🇦 flag: Ukraine +🇺🇬 flag: Uganda +🇺🇲 flag: U.S. Outlying Islands +🇺🇳 flag: United Nations +🇺🇸 flag: United States +🇺🇾 flag: Uruguay +🇺🇿 flag: Uzbekistan +🇻🇦 flag: Vatican City +🇻🇨 flag: St. Vincent & Grenadines +🇻🇪 flag: Venezuela +🇻🇬 flag: British Virgin Islands +🇻🇮 flag: U.S. Virgin Islands +🇻🇳 flag: Vietnam +🇻🇺 flag: Vanuatu +🇼🇫 flag: Wallis & Futuna +🇼🇸 flag: Samoa +🇽🇰 flag: Kosovo +🇾🇪 flag: Yemen +🇾🇹 flag: Mayotte +🇿🇦 flag: South Africa +🇿🇲 flag: Zambia +🇿🇼 flag: Zimbabwe +🏴󠁧󠁢󠁥󠁮󠁧󠁿 flag: England +🏴󠁧󠁢󠁳󠁣󠁴󠁿 flag: Scotland +🏴󠁧󠁢󠁷󠁬󠁳󠁿 flag: Wales diff --git a/.local/share/misc/welcome/data b/.local/share/misc/welcome/data new file mode 100644 index 0000000..f423e3e --- /dev/null +++ b/.local/share/misc/welcome/data @@ -0,0 +1,30 @@ + __ __ _ + \ \ / /___ | | ___ ___ _ __ ___ ___ + \ \ /\ / // _ \| | / __|/ _ \ | '_ ` _ \ / _ \ + \ V V /| __/| || (__| (_) || | | | | || __/ + \_/\_/ \___||_| \___|\___/ |_| |_| |_| \___| + ____ _ _ _ + | __ ) (_) ___ _ __ __ __ ___ _ __ (_) __| | ___ + | _ \ | | / _ \| '_ \\ \ / // _ \| '_ \ | | / _` | / _ \ + | |_) || || __/| | | |\ V /| __/| | | || || (_| || (_) | + |____/ |_| \___||_| |_| \_/ \___||_| |_||_| \__,_| \___/ + ____ _ + | __ ) (_) ___ _ __ __ __ ___ _ __ _ _ ___ + | _ \ | | / _ \| '_ \\ \ / // _ \| '_ \ | | | | / _ \ + | |_) || || __/| | | |\ V /| __/| | | || |_| || __/ + |____/ |_| \___||_| |_| \_/ \___||_| |_| \__,_| \___| + ____ _ _ + | __ ) ___ _ __ ___ __ __(_) _ __ __| | ___ + | _ \ / _ \| '_ ` _ \ _____\ \ / /| || '_ \ / _` | / _ \ + | |_) || __/| | | | | ||_____|\ V / | || | | || (_| || (_) | + |____/ \___||_| |_| |_| \_/ |_||_| |_| \__,_| \___/ + ____ _ _ + | __ ) ___ _ __ __ __ ___ _ __ _ _ | |_ (_) + | _ \ / _ \| '_ \\ \ / // _ \| '_ \ | | | || __|| | + | |_) || __/| | | |\ V /| __/| | | || |_| || |_ | | + |____/ \___||_| |_| \_/ \___||_| |_| \__,_| \__||_| + __ __ _ _ _ _ + \ \ / /(_)| || || | __ ___ _ __ ___ _ __ ___ ___ _ __ + \ \ /\ / / | || || || |/ // _ \ | '_ ` _ \ | '_ ` _ \ / _ \| '_ \ + \ V V / | || || || <| (_) || | | | | || | | | | || __/| | | | + \_/\_/ |_||_||_||_|\_\\___/ |_| |_| |_||_| |_| |_| \___||_| |_|