├── README.md ├── assets ├── .DS_Store ├── aline_rice.png ├── aline_rice_used.png ├── dt-xmonad_rice.png ├── dt-xmonad_rice_used.png ├── pacman_rice.png ├── pacman_rice_used.png ├── stock_rice.png ├── stock_rice_used.png └── themes_dmenu.png ├── config ├── .DS_Store ├── dmenu-scripts │ ├── .DS_Store │ └── config.sh ├── rices │ ├── .DS_Store │ ├── Pacman │ │ ├── .DS_Store │ │ ├── alacritty │ │ │ ├── alacritty.yml │ │ │ ├── colors.yml │ │ │ ├── colorschemes │ │ │ │ ├── Afterglow.yaml │ │ │ │ ├── Argonaut.yaml │ │ │ │ ├── Ayu_dark.yaml │ │ │ │ ├── Base16_default_dark.yaml │ │ │ │ ├── Blood_moon.yaml │ │ │ │ ├── Breeze.yaml │ │ │ │ ├── Bright.yml │ │ │ │ ├── Campbell.yaml │ │ │ │ ├── Challenger_deep.yaml │ │ │ │ ├── Cobalt2.yaml │ │ │ │ ├── Cyber_punk_neon.yaml │ │ │ │ ├── Dark_pastels.yaml │ │ │ │ ├── Dawn.yml │ │ │ │ ├── Doom_one.yml │ │ │ │ ├── Dracula.yaml │ │ │ │ ├── Erosion.yml │ │ │ │ ├── Falcon.yaml │ │ │ │ ├── Flat_remix.yml │ │ │ │ ├── Gotham.yaml │ │ │ │ ├── Gruvbox_dark.yaml │ │ │ │ ├── Gruvbox_light.yaml │ │ │ │ ├── Gruvbox_material.yml │ │ │ │ ├── High_contrast.yaml │ │ │ │ ├── Horizon_dark.yaml │ │ │ │ ├── Hund.yml │ │ │ │ ├── Hybrid.yml │ │ │ │ ├── Hyper.yaml │ │ │ │ ├── Invisibone.yml │ │ │ │ ├── Iterm.yaml │ │ │ │ ├── Jmbi.yml │ │ │ │ ├── Kasugano.yml │ │ │ │ ├── Konsole_linux.yaml │ │ │ │ ├── Low_contrast.yaml │ │ │ │ ├── Material_theme.yaml │ │ │ │ ├── Material_theme_mod.yaml │ │ │ │ ├── Monokai.yml │ │ │ │ ├── Navy.yml │ │ │ │ ├── Nord.yaml │ │ │ │ ├── Oceanic_next.yaml │ │ │ │ ├── Omni.yml │ │ │ │ ├── One_dark.yaml │ │ │ │ ├── Palenight.yml │ │ │ │ ├── Papercolor_light.yaml │ │ │ │ ├── Pastel.yml │ │ │ │ ├── Pencil_dark.yaml │ │ │ │ ├── Pencil_light.yaml │ │ │ │ ├── Remedy_dark.yaml │ │ │ │ ├── Snazzy.yaml │ │ │ │ ├── Solarized_dark.yaml │ │ │ │ ├── Solarized_light.yaml │ │ │ │ ├── Sweetlove.yml │ │ │ │ ├── Taerminal.yaml │ │ │ │ ├── Tango_dark.yaml │ │ │ │ ├── Tender.yaml │ │ │ │ ├── Terminal_app.yaml │ │ │ │ ├── Thelovelace.yaml │ │ │ │ ├── Tokyo_night.yaml │ │ │ │ ├── Tokyo_night_storm.yaml │ │ │ │ ├── Tomorrow_night.yaml │ │ │ │ ├── Tomorrow_night_bright.yaml │ │ │ │ ├── Vacuous.yml │ │ │ │ ├── Visibone.yml │ │ │ │ ├── Wombat.yaml │ │ │ │ ├── Xterm.yaml │ │ │ │ └── Yousai.yml │ │ │ └── fonts.yml │ │ ├── cava │ │ │ └── config │ │ ├── sketchybar │ │ │ ├── assets │ │ │ │ ├── arch.png │ │ │ │ └── seperator.png │ │ │ ├── items │ │ │ │ ├── arch_menu.sh │ │ │ │ ├── battery.sh │ │ │ │ ├── clipboard.sh │ │ │ │ ├── playing.sh │ │ │ │ ├── sound.sh │ │ │ │ ├── spaces.sh │ │ │ │ ├── spotify.sh │ │ │ │ ├── system.sh │ │ │ │ ├── time.sh │ │ │ │ └── updates.sh │ │ │ ├── plugins │ │ │ │ ├── battery.sh │ │ │ │ ├── clipboard.py │ │ │ │ ├── clock.sh │ │ │ │ ├── cpu.sh │ │ │ │ ├── disk.sh │ │ │ │ ├── mem.sh │ │ │ │ ├── package_monitor.sh │ │ │ │ ├── playing.sh │ │ │ │ ├── sound.sh │ │ │ │ ├── space.sh │ │ │ │ └── spotify.sh │ │ │ ├── sketchybarrc │ │ │ └── spotify │ │ │ │ ├── artist.sh │ │ │ │ ├── back.sh │ │ │ │ ├── forward.sh │ │ │ │ ├── playpause.sh │ │ │ │ └── song.sh │ │ ├── skhd │ │ │ ├── open-finder.sh │ │ │ └── skhdrc │ │ └── yabai │ │ │ └── yabairc │ ├── aline │ │ ├── alacritty │ │ │ ├── alacritty.yml │ │ │ ├── alacritty │ │ │ │ ├── alacritty.yml │ │ │ │ ├── alacritty │ │ │ │ │ ├── alacritty.yml │ │ │ │ │ ├── colors.yml │ │ │ │ │ ├── colorschemes │ │ │ │ │ │ ├── Afterglow.yaml │ │ │ │ │ │ ├── Argonaut.yaml │ │ │ │ │ │ ├── Ayu_dark.yaml │ │ │ │ │ │ ├── Base16_default_dark.yaml │ │ │ │ │ │ ├── Blood_moon.yaml │ │ │ │ │ │ ├── Breeze.yaml │ │ │ │ │ │ ├── Bright.yml │ │ │ │ │ │ ├── Campbell.yaml │ │ │ │ │ │ ├── Challenger_deep.yaml │ │ │ │ │ │ ├── Cobalt2.yaml │ │ │ │ │ │ ├── Cyber_punk_neon.yaml │ │ │ │ │ │ ├── Dark_pastels.yaml │ │ │ │ │ │ ├── Dawn.yml │ │ │ │ │ │ ├── Doom_one.yml │ │ │ │ │ │ ├── Dracula.yaml │ │ │ │ │ │ ├── Erosion.yml │ │ │ │ │ │ ├── Falcon.yaml │ │ │ │ │ │ ├── Flat_remix.yml │ │ │ │ │ │ ├── Gotham.yaml │ │ │ │ │ │ ├── Gruvbox_dark.yaml │ │ │ │ │ │ ├── Gruvbox_light.yaml │ │ │ │ │ │ ├── Gruvbox_material.yml │ │ │ │ │ │ ├── High_contrast.yaml │ │ │ │ │ │ ├── Horizon_dark.yaml │ │ │ │ │ │ ├── Hund.yml │ │ │ │ │ │ ├── Hybrid.yml │ │ │ │ │ │ ├── Hyper.yaml │ │ │ │ │ │ ├── Invisibone.yml │ │ │ │ │ │ ├── Iterm.yaml │ │ │ │ │ │ ├── Jmbi.yml │ │ │ │ │ │ ├── Kasugano.yml │ │ │ │ │ │ ├── Konsole_linux.yaml │ │ │ │ │ │ ├── Low_contrast.yaml │ │ │ │ │ │ ├── Material_theme.yaml │ │ │ │ │ │ ├── Material_theme_mod.yaml │ │ │ │ │ │ ├── Monokai.yml │ │ │ │ │ │ ├── Navy.yml │ │ │ │ │ │ ├── Nord.yaml │ │ │ │ │ │ ├── Oceanic_next.yaml │ │ │ │ │ │ ├── Omni.yml │ │ │ │ │ │ ├── One_dark.yaml │ │ │ │ │ │ ├── Palenight.yml │ │ │ │ │ │ ├── Papercolor_light.yaml │ │ │ │ │ │ ├── Pastel.yml │ │ │ │ │ │ ├── Pencil_dark.yaml │ │ │ │ │ │ ├── Pencil_light.yaml │ │ │ │ │ │ ├── Remedy_dark.yaml │ │ │ │ │ │ ├── Snazzy.yaml │ │ │ │ │ │ ├── Solarized_dark.yaml │ │ │ │ │ │ ├── Solarized_light.yaml │ │ │ │ │ │ ├── Sweetlove.yml │ │ │ │ │ │ ├── Taerminal.yaml │ │ │ │ │ │ ├── Tango_dark.yaml │ │ │ │ │ │ ├── Tender.yaml │ │ │ │ │ │ ├── Terminal_app.yaml │ │ │ │ │ │ ├── Thelovelace.yaml │ │ │ │ │ │ ├── Tokyo_night.yaml │ │ │ │ │ │ ├── Tokyo_night_storm.yaml │ │ │ │ │ │ ├── Tomorrow_night.yaml │ │ │ │ │ │ ├── Tomorrow_night_bright.yaml │ │ │ │ │ │ ├── Vacuous.yml │ │ │ │ │ │ ├── Visibone.yml │ │ │ │ │ │ ├── Wombat.yaml │ │ │ │ │ │ ├── Xterm.yaml │ │ │ │ │ │ └── Yousai.yml │ │ │ │ │ ├── fonts.yml │ │ │ │ │ └── nvim │ │ │ │ │ │ ├── coc-config.vim │ │ │ │ │ │ ├── init.vim │ │ │ │ │ │ └── statusline.vim │ │ │ │ ├── colors.yml │ │ │ │ ├── colorschemes │ │ │ │ │ ├── Afterglow.yaml │ │ │ │ │ ├── Argonaut.yaml │ │ │ │ │ ├── Ayu_dark.yaml │ │ │ │ │ ├── Base16_default_dark.yaml │ │ │ │ │ ├── Blood_moon.yaml │ │ │ │ │ ├── Breeze.yaml │ │ │ │ │ ├── Bright.yml │ │ │ │ │ ├── Campbell.yaml │ │ │ │ │ ├── Challenger_deep.yaml │ │ │ │ │ ├── Cobalt2.yaml │ │ │ │ │ ├── Cyber_punk_neon.yaml │ │ │ │ │ ├── Dark_pastels.yaml │ │ │ │ │ ├── Dawn.yml │ │ │ │ │ ├── Doom_one.yml │ │ │ │ │ ├── Dracula.yaml │ │ │ │ │ ├── Erosion.yml │ │ │ │ │ ├── Falcon.yaml │ │ │ │ │ ├── Flat_remix.yml │ │ │ │ │ ├── Gotham.yaml │ │ │ │ │ ├── Gruvbox_dark.yaml │ │ │ │ │ ├── Gruvbox_light.yaml │ │ │ │ │ ├── Gruvbox_material.yml │ │ │ │ │ ├── High_contrast.yaml │ │ │ │ │ ├── Horizon_dark.yaml │ │ │ │ │ ├── Hund.yml │ │ │ │ │ ├── Hybrid.yml │ │ │ │ │ ├── Hyper.yaml │ │ │ │ │ ├── Invisibone.yml │ │ │ │ │ ├── Iterm.yaml │ │ │ │ │ ├── Jmbi.yml │ │ │ │ │ ├── Kasugano.yml │ │ │ │ │ ├── Konsole_linux.yaml │ │ │ │ │ ├── Low_contrast.yaml │ │ │ │ │ ├── Material_theme.yaml │ │ │ │ │ ├── Material_theme_mod.yaml │ │ │ │ │ ├── Monokai.yml │ │ │ │ │ ├── Navy.yml │ │ │ │ │ ├── Nord.yaml │ │ │ │ │ ├── Oceanic_next.yaml │ │ │ │ │ ├── Omni.yml │ │ │ │ │ ├── One_dark.yaml │ │ │ │ │ ├── Palenight.yml │ │ │ │ │ ├── Papercolor_light.yaml │ │ │ │ │ ├── Pastel.yml │ │ │ │ │ ├── Pencil_dark.yaml │ │ │ │ │ ├── Pencil_light.yaml │ │ │ │ │ ├── Remedy_dark.yaml │ │ │ │ │ ├── Snazzy.yaml │ │ │ │ │ ├── Solarized_dark.yaml │ │ │ │ │ ├── Solarized_light.yaml │ │ │ │ │ ├── Sweetlove.yml │ │ │ │ │ ├── Taerminal.yaml │ │ │ │ │ ├── Tango_dark.yaml │ │ │ │ │ ├── Tender.yaml │ │ │ │ │ ├── Terminal_app.yaml │ │ │ │ │ ├── Thelovelace.yaml │ │ │ │ │ ├── Tokyo_night.yaml │ │ │ │ │ ├── Tokyo_night_storm.yaml │ │ │ │ │ ├── Tomorrow_night.yaml │ │ │ │ │ ├── Tomorrow_night_bright.yaml │ │ │ │ │ ├── Vacuous.yml │ │ │ │ │ ├── Visibone.yml │ │ │ │ │ ├── Wombat.yaml │ │ │ │ │ ├── Xterm.yaml │ │ │ │ │ └── Yousai.yml │ │ │ │ ├── fonts.yml │ │ │ │ └── nvim │ │ │ │ │ ├── coc-config.vim │ │ │ │ │ ├── init.vim │ │ │ │ │ └── statusline.vim │ │ │ ├── colors.yml │ │ │ ├── colorschemes │ │ │ │ ├── Afterglow.yaml │ │ │ │ ├── Argonaut.yaml │ │ │ │ ├── Ayu_dark.yaml │ │ │ │ ├── Base16_default_dark.yaml │ │ │ │ ├── Blood_moon.yaml │ │ │ │ ├── Breeze.yaml │ │ │ │ ├── Bright.yml │ │ │ │ ├── Campbell.yaml │ │ │ │ ├── Challenger_deep.yaml │ │ │ │ ├── Cobalt2.yaml │ │ │ │ ├── Cyber_punk_neon.yaml │ │ │ │ ├── Dark_pastels.yaml │ │ │ │ ├── Dawn.yml │ │ │ │ ├── Doom_one.yml │ │ │ │ ├── Dracula.yaml │ │ │ │ ├── Erosion.yml │ │ │ │ ├── Falcon.yaml │ │ │ │ ├── Flat_remix.yml │ │ │ │ ├── Gotham.yaml │ │ │ │ ├── Gruvbox_dark.yaml │ │ │ │ ├── Gruvbox_light.yaml │ │ │ │ ├── Gruvbox_material.yml │ │ │ │ ├── High_contrast.yaml │ │ │ │ ├── Horizon_dark.yaml │ │ │ │ ├── Hund.yml │ │ │ │ ├── Hybrid.yml │ │ │ │ ├── Hyper.yaml │ │ │ │ ├── Invisibone.yml │ │ │ │ ├── Iterm.yaml │ │ │ │ ├── Jmbi.yml │ │ │ │ ├── Kasugano.yml │ │ │ │ ├── Konsole_linux.yaml │ │ │ │ ├── Low_contrast.yaml │ │ │ │ ├── Material_theme.yaml │ │ │ │ ├── Material_theme_mod.yaml │ │ │ │ ├── Monokai.yml │ │ │ │ ├── Navy.yml │ │ │ │ ├── Nord.yaml │ │ │ │ ├── Oceanic_next.yaml │ │ │ │ ├── Omni.yml │ │ │ │ ├── One_dark.yaml │ │ │ │ ├── Palenight.yml │ │ │ │ ├── Papercolor_light.yaml │ │ │ │ ├── Pastel.yml │ │ │ │ ├── Pencil_dark.yaml │ │ │ │ ├── Pencil_light.yaml │ │ │ │ ├── Remedy_dark.yaml │ │ │ │ ├── Snazzy.yaml │ │ │ │ ├── Solarized_dark.yaml │ │ │ │ ├── Solarized_light.yaml │ │ │ │ ├── Sweetlove.yml │ │ │ │ ├── Taerminal.yaml │ │ │ │ ├── Tango_dark.yaml │ │ │ │ ├── Tender.yaml │ │ │ │ ├── Terminal_app.yaml │ │ │ │ ├── Thelovelace.yaml │ │ │ │ ├── Tokyo_night.yaml │ │ │ │ ├── Tokyo_night_storm.yaml │ │ │ │ ├── Tomorrow_night.yaml │ │ │ │ ├── Tomorrow_night_bright.yaml │ │ │ │ ├── Vacuous.yml │ │ │ │ ├── Visibone.yml │ │ │ │ ├── Wombat.yaml │ │ │ │ ├── Xterm.yaml │ │ │ │ └── Yousai.yml │ │ │ ├── fonts.yml │ │ │ └── nvim │ │ │ │ ├── coc-config.vim │ │ │ │ ├── init.vim │ │ │ │ └── statusline.vim │ │ ├── cava │ │ │ ├── cava │ │ │ │ ├── cava │ │ │ │ │ └── config │ │ │ │ └── config │ │ │ └── config │ │ ├── sketchybar │ │ │ ├── assets │ │ │ │ ├── arch.png │ │ │ │ └── seperator.png │ │ │ ├── items │ │ │ │ ├── arch_menu.sh │ │ │ │ ├── battery.sh │ │ │ │ ├── clipboard.sh │ │ │ │ ├── playing.sh │ │ │ │ ├── sound.sh │ │ │ │ ├── spaces.sh │ │ │ │ ├── spotify.sh │ │ │ │ ├── system.sh │ │ │ │ ├── time.sh │ │ │ │ └── updates.sh │ │ │ ├── plugins │ │ │ │ ├── battery.sh │ │ │ │ ├── clipboard.py │ │ │ │ ├── clock.sh │ │ │ │ ├── collapse.sh │ │ │ │ ├── cpu.sh │ │ │ │ ├── disk.sh │ │ │ │ ├── expand.sh │ │ │ │ ├── mem.sh │ │ │ │ ├── package_monitor.sh │ │ │ │ ├── playing.sh │ │ │ │ ├── sound.sh │ │ │ │ ├── space.sh │ │ │ │ └── spotify.sh │ │ │ └── sketchybarrc │ │ ├── skhd │ │ │ ├── open-finder.sh │ │ │ ├── skhd-aline │ │ │ │ ├── open-finder.sh │ │ │ │ ├── skhd │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ ├── skhd │ │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ │ ├── skhd │ │ │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ │ │ └── skhdrc │ │ │ │ │ │ └── skhdrc │ │ │ │ │ └── skhdrc │ │ │ │ └── skhdrc │ │ │ ├── skhd-dt-xmonad │ │ │ │ ├── open-finder.sh │ │ │ │ ├── skhd │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ ├── skhd │ │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ │ ├── skhd │ │ │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ │ │ └── skhdrc │ │ │ │ │ │ └── skhdrc │ │ │ │ │ └── skhdrc │ │ │ │ └── skhdrc │ │ │ ├── skhd-pacman │ │ │ │ ├── open-finder.sh │ │ │ │ ├── skhd │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ ├── skhd │ │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ │ ├── skhd │ │ │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ │ │ └── skhdrc │ │ │ │ │ │ └── skhdrc │ │ │ │ │ └── skhdrc │ │ │ │ └── skhdrc │ │ │ ├── skhd │ │ │ │ ├── open-finder.sh │ │ │ │ ├── skhd │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ └── skhdrc │ │ │ │ └── skhdrc │ │ │ └── skhdrc │ │ └── yabai │ │ │ ├── yabai │ │ │ ├── yabai │ │ │ │ └── yabairc │ │ │ └── yabairc │ │ │ └── yabairc │ └── dt-xmonad │ │ ├── .DS_Store │ │ ├── alacritty │ │ ├── .DS_Store │ │ ├── alacritty.yml │ │ ├── colors.yml │ │ ├── colorschemes │ │ │ ├── Afterglow.yaml │ │ │ ├── Argonaut.yaml │ │ │ ├── Ayu_dark.yaml │ │ │ ├── Base16_default_dark.yaml │ │ │ ├── Blood_moon.yaml │ │ │ ├── Breeze.yaml │ │ │ ├── Bright.yml │ │ │ ├── Campbell.yaml │ │ │ ├── Challenger_deep.yaml │ │ │ ├── Cobalt2.yaml │ │ │ ├── Cyber_punk_neon.yaml │ │ │ ├── Dark_pastels.yaml │ │ │ ├── Dawn.yml │ │ │ ├── Doom_one.yml │ │ │ ├── Dracula.yaml │ │ │ ├── Erosion.yml │ │ │ ├── Falcon.yaml │ │ │ ├── Flat_remix.yml │ │ │ ├── Gotham.yaml │ │ │ ├── Gruvbox_dark.yaml │ │ │ ├── Gruvbox_light.yaml │ │ │ ├── Gruvbox_material.yml │ │ │ ├── High_contrast.yaml │ │ │ ├── Horizon_dark.yaml │ │ │ ├── Hund.yml │ │ │ ├── Hybrid.yml │ │ │ ├── Hyper.yaml │ │ │ ├── Invisibone.yml │ │ │ ├── Iterm.yaml │ │ │ ├── Jmbi.yml │ │ │ ├── Kasugano.yml │ │ │ ├── Konsole_linux.yaml │ │ │ ├── Low_contrast.yaml │ │ │ ├── Material_theme.yaml │ │ │ ├── Material_theme_mod.yaml │ │ │ ├── Monokai.yml │ │ │ ├── Navy.yml │ │ │ ├── Nord.yaml │ │ │ ├── Oceanic_next.yaml │ │ │ ├── Omni.yml │ │ │ ├── One_dark.yaml │ │ │ ├── Palenight.yml │ │ │ ├── Papercolor_light.yaml │ │ │ ├── Pastel.yml │ │ │ ├── Pencil_dark.yaml │ │ │ ├── Pencil_light.yaml │ │ │ ├── Remedy_dark.yaml │ │ │ ├── Snazzy.yaml │ │ │ ├── Solarized_dark.yaml │ │ │ ├── Solarized_light.yaml │ │ │ ├── Sweetlove.yml │ │ │ ├── Taerminal.yaml │ │ │ ├── Tango_dark.yaml │ │ │ ├── Tender.yaml │ │ │ ├── Terminal_app.yaml │ │ │ ├── Thelovelace.yaml │ │ │ ├── Tokyo_night.yaml │ │ │ ├── Tokyo_night_storm.yaml │ │ │ ├── Tomorrow_night.yaml │ │ │ ├── Tomorrow_night_bright.yaml │ │ │ ├── Vacuous.yml │ │ │ ├── Visibone.yml │ │ │ ├── Wombat.yaml │ │ │ ├── Xterm.yaml │ │ │ └── Yousai.yml │ │ └── fonts.yml │ │ ├── cava │ │ └── config │ │ ├── sketchybar │ │ ├── .DS_Store │ │ ├── assets │ │ │ ├── discord-logo.png │ │ │ ├── obs-logo.png │ │ │ └── spotify-logo.png │ │ ├── colors.sh │ │ ├── icons.sh │ │ ├── items │ │ │ ├── spacenum.sh │ │ │ ├── spaces.sh │ │ │ └── system.sh │ │ ├── plugins │ │ │ ├── .DS_Store │ │ │ ├── battery.sh │ │ │ ├── clock.sh │ │ │ ├── cpu.sh │ │ │ ├── disk.sh │ │ │ ├── mem.sh │ │ │ ├── os-ver.sh │ │ │ ├── package_monitor.sh │ │ │ ├── space-top.sh │ │ │ ├── space.sh │ │ │ ├── toggle_bracket.sh │ │ │ ├── uptime.sh │ │ │ ├── window_title.sh │ │ │ ├── yabai.sh │ │ │ └── yabai_spaces.sh │ │ └── sketchybarrc │ │ ├── skhd │ │ ├── .DS_Store │ │ ├── open-finder.sh │ │ └── skhdrc │ │ └── yabai │ │ ├── .DS_Store │ │ └── yabairc ├── starship │ └── starship.toml └── zsh │ ├── .DS_Store │ └── .zshrc ├── dmenu ├── .DS_Store ├── .wallpaper_history ├── apps.sh ├── config-editor.sh ├── config.sh ├── dmenu-4.9 │ ├── LICENSE │ ├── Makefile │ ├── README │ ├── arg.h │ ├── config.def.h │ ├── config.h │ ├── config.mk │ ├── dmenu │ ├── dmenu-lineheight-4.9.diff │ ├── dmenu-morecolor-20190922-4bf895b.diff │ ├── dmenu.1 │ ├── dmenu.c │ ├── dmenu.o │ ├── dmenu_path │ ├── dmenu_run │ ├── drw.c │ ├── drw.h │ ├── drw.o │ ├── stest │ ├── stest.1 │ ├── stest.c │ ├── stest.o │ ├── util.c │ ├── util.h │ └── util.o ├── editconfig.sh ├── logout.sh ├── screenshot.sh ├── themes.sh ├── themes │ ├── .DS_Store │ ├── alacritty │ │ ├── .DS_Store │ │ ├── alacritty-aline │ │ │ ├── alacritty.yml │ │ │ ├── colors.yml │ │ │ ├── colorschemes │ │ │ │ ├── Afterglow.yaml │ │ │ │ ├── Argonaut.yaml │ │ │ │ ├── Ayu_dark.yaml │ │ │ │ ├── Base16_default_dark.yaml │ │ │ │ ├── Blood_moon.yaml │ │ │ │ ├── Breeze.yaml │ │ │ │ ├── Bright.yml │ │ │ │ ├── Campbell.yaml │ │ │ │ ├── Challenger_deep.yaml │ │ │ │ ├── Cobalt2.yaml │ │ │ │ ├── Cyber_punk_neon.yaml │ │ │ │ ├── Dark_pastels.yaml │ │ │ │ ├── Dawn.yml │ │ │ │ ├── Doom_one.yml │ │ │ │ ├── Dracula.yaml │ │ │ │ ├── Erosion.yml │ │ │ │ ├── Falcon.yaml │ │ │ │ ├── Flat_remix.yml │ │ │ │ ├── Gotham.yaml │ │ │ │ ├── Gruvbox_dark.yaml │ │ │ │ ├── Gruvbox_light.yaml │ │ │ │ ├── Gruvbox_material.yml │ │ │ │ ├── High_contrast.yaml │ │ │ │ ├── Horizon_dark.yaml │ │ │ │ ├── Hund.yml │ │ │ │ ├── Hybrid.yml │ │ │ │ ├── Hyper.yaml │ │ │ │ ├── Invisibone.yml │ │ │ │ ├── Iterm.yaml │ │ │ │ ├── Jmbi.yml │ │ │ │ ├── Kasugano.yml │ │ │ │ ├── Konsole_linux.yaml │ │ │ │ ├── Low_contrast.yaml │ │ │ │ ├── Material_theme.yaml │ │ │ │ ├── Material_theme_mod.yaml │ │ │ │ ├── Monokai.yml │ │ │ │ ├── Navy.yml │ │ │ │ ├── Nord.yaml │ │ │ │ ├── Oceanic_next.yaml │ │ │ │ ├── Omni.yml │ │ │ │ ├── One_dark.yaml │ │ │ │ ├── Palenight.yml │ │ │ │ ├── Papercolor_light.yaml │ │ │ │ ├── Pastel.yml │ │ │ │ ├── Pencil_dark.yaml │ │ │ │ ├── Pencil_light.yaml │ │ │ │ ├── Remedy_dark.yaml │ │ │ │ ├── Snazzy.yaml │ │ │ │ ├── Solarized_dark.yaml │ │ │ │ ├── Solarized_light.yaml │ │ │ │ ├── Sweetlove.yml │ │ │ │ ├── Taerminal.yaml │ │ │ │ ├── Tango_dark.yaml │ │ │ │ ├── Tender.yaml │ │ │ │ ├── Terminal_app.yaml │ │ │ │ ├── Thelovelace.yaml │ │ │ │ ├── Tokyo_night.yaml │ │ │ │ ├── Tokyo_night_storm.yaml │ │ │ │ ├── Tomorrow_night.yaml │ │ │ │ ├── Tomorrow_night_bright.yaml │ │ │ │ ├── Vacuous.yml │ │ │ │ ├── Visibone.yml │ │ │ │ ├── Wombat.yaml │ │ │ │ ├── Xterm.yaml │ │ │ │ └── Yousai.yml │ │ │ └── fonts.yml │ │ ├── alacritty-dt-xmonad │ │ │ ├── .DS_Store │ │ │ ├── alacritty.yml │ │ │ ├── colors.yml │ │ │ ├── colorschemes │ │ │ │ ├── .DS_Store │ │ │ │ ├── Afterglow.yaml │ │ │ │ ├── Argonaut.yaml │ │ │ │ ├── Ayu_dark.yaml │ │ │ │ ├── Base16_default_dark.yaml │ │ │ │ ├── Blood_moon.yaml │ │ │ │ ├── Breeze.yaml │ │ │ │ ├── Bright.yml │ │ │ │ ├── Campbell.yaml │ │ │ │ ├── Challenger_deep.yaml │ │ │ │ ├── Cobalt2.yaml │ │ │ │ ├── Cyber_punk_neon.yaml │ │ │ │ ├── Dark_pastels.yaml │ │ │ │ ├── Dawn.yml │ │ │ │ ├── Doom_one.yml │ │ │ │ ├── Dracula.yaml │ │ │ │ ├── Erosion.yml │ │ │ │ ├── Falcon.yaml │ │ │ │ ├── Flat_remix.yml │ │ │ │ ├── Gotham.yaml │ │ │ │ ├── Gruvbox_dark.yaml │ │ │ │ ├── Gruvbox_light.yaml │ │ │ │ ├── Gruvbox_material.yml │ │ │ │ ├── High_contrast.yaml │ │ │ │ ├── Horizon_dark.yaml │ │ │ │ ├── Hund.yml │ │ │ │ ├── Hybrid.yml │ │ │ │ ├── Hyper.yaml │ │ │ │ ├── Invisibone.yml │ │ │ │ ├── Iterm.yaml │ │ │ │ ├── Jmbi.yml │ │ │ │ ├── Kasugano.yml │ │ │ │ ├── Konsole_linux.yaml │ │ │ │ ├── Low_contrast.yaml │ │ │ │ ├── Material_theme.yaml │ │ │ │ ├── Material_theme_mod.yaml │ │ │ │ ├── Monokai.yml │ │ │ │ ├── Navy.yml │ │ │ │ ├── Nord.yaml │ │ │ │ ├── Oceanic_next.yaml │ │ │ │ ├── Omni.yml │ │ │ │ ├── One_dark.yaml │ │ │ │ ├── Palenight.yml │ │ │ │ ├── Papercolor_light.yaml │ │ │ │ ├── Pastel.yml │ │ │ │ ├── Pencil_dark.yaml │ │ │ │ ├── Pencil_light.yaml │ │ │ │ ├── Remedy_dark.yaml │ │ │ │ ├── Snazzy.yaml │ │ │ │ ├── Solarized_dark.yaml │ │ │ │ ├── Solarized_light.yaml │ │ │ │ ├── Sweetlove.yml │ │ │ │ ├── Taerminal.yaml │ │ │ │ ├── Tango_dark.yaml │ │ │ │ ├── Tender.yaml │ │ │ │ ├── Terminal_app.yaml │ │ │ │ ├── Thelovelace.yaml │ │ │ │ ├── Tokyo_night.yaml │ │ │ │ ├── Tokyo_night_storm.yaml │ │ │ │ ├── Tomorrow_night.yaml │ │ │ │ ├── Tomorrow_night_bright.yaml │ │ │ │ ├── Vacuous.yml │ │ │ │ ├── Visibone.yml │ │ │ │ ├── Wombat.yaml │ │ │ │ ├── Xterm.yaml │ │ │ │ └── Yousai.yml │ │ │ └── fonts.yml │ │ ├── alacritty-pacman │ │ │ ├── .DS_Store │ │ │ ├── alacritty.yml │ │ │ ├── colors.yml │ │ │ ├── colorschemes │ │ │ │ ├── .DS_Store │ │ │ │ ├── Afterglow.yaml │ │ │ │ ├── Argonaut.yaml │ │ │ │ ├── Ayu_dark.yaml │ │ │ │ ├── Base16_default_dark.yaml │ │ │ │ ├── Blood_moon.yaml │ │ │ │ ├── Breeze.yaml │ │ │ │ ├── Bright.yml │ │ │ │ ├── Campbell.yaml │ │ │ │ ├── Challenger_deep.yaml │ │ │ │ ├── Cobalt2.yaml │ │ │ │ ├── Cyber_punk_neon.yaml │ │ │ │ ├── Dark_pastels.yaml │ │ │ │ ├── Dawn.yml │ │ │ │ ├── Doom_one.yml │ │ │ │ ├── Dracula.yaml │ │ │ │ ├── Erosion.yml │ │ │ │ ├── Falcon.yaml │ │ │ │ ├── Flat_remix.yml │ │ │ │ ├── Gotham.yaml │ │ │ │ ├── Gruvbox_dark.yaml │ │ │ │ ├── Gruvbox_light.yaml │ │ │ │ ├── Gruvbox_material.yml │ │ │ │ ├── High_contrast.yaml │ │ │ │ ├── Horizon_dark.yaml │ │ │ │ ├── Hund.yml │ │ │ │ ├── Hybrid.yml │ │ │ │ ├── Hyper.yaml │ │ │ │ ├── Invisibone.yml │ │ │ │ ├── Iterm.yaml │ │ │ │ ├── Jmbi.yml │ │ │ │ ├── Kasugano.yml │ │ │ │ ├── Konsole_linux.yaml │ │ │ │ ├── Low_contrast.yaml │ │ │ │ ├── Material_theme.yaml │ │ │ │ ├── Material_theme_mod.yaml │ │ │ │ ├── Monokai.yml │ │ │ │ ├── Navy.yml │ │ │ │ ├── Nord.yaml │ │ │ │ ├── Oceanic_next.yaml │ │ │ │ ├── Omni.yml │ │ │ │ ├── One_dark.yaml │ │ │ │ ├── Palenight.yml │ │ │ │ ├── Papercolor_light.yaml │ │ │ │ ├── Pastel.yml │ │ │ │ ├── Pencil_dark.yaml │ │ │ │ ├── Pencil_light.yaml │ │ │ │ ├── Remedy_dark.yaml │ │ │ │ ├── Snazzy.yaml │ │ │ │ ├── Solarized_dark.yaml │ │ │ │ ├── Solarized_light.yaml │ │ │ │ ├── Sweetlove.yml │ │ │ │ ├── Taerminal.yaml │ │ │ │ ├── Tango_dark.yaml │ │ │ │ ├── Tender.yaml │ │ │ │ ├── Terminal_app.yaml │ │ │ │ ├── Thelovelace.yaml │ │ │ │ ├── Tokyo_night.yaml │ │ │ │ ├── Tokyo_night_storm.yaml │ │ │ │ ├── Tomorrow_night.yaml │ │ │ │ ├── Tomorrow_night_bright.yaml │ │ │ │ ├── Vacuous.yml │ │ │ │ ├── Visibone.yml │ │ │ │ ├── Wombat.yaml │ │ │ │ ├── Xterm.yaml │ │ │ │ └── Yousai.yml │ │ │ └── fonts.yml │ │ └── alacritty-stock │ │ │ ├── alacritty.yml │ │ │ ├── colors.yml │ │ │ ├── colorschemes │ │ │ ├── Afterglow.yaml │ │ │ ├── Argonaut.yaml │ │ │ ├── Ayu_dark.yaml │ │ │ ├── Base16_default_dark.yaml │ │ │ ├── Blood_moon.yaml │ │ │ ├── Breeze.yaml │ │ │ ├── Bright.yml │ │ │ ├── Campbell.yaml │ │ │ ├── Challenger_deep.yaml │ │ │ ├── Cobalt2.yaml │ │ │ ├── Cyber_punk_neon.yaml │ │ │ ├── Dark_pastels.yaml │ │ │ ├── Dawn.yml │ │ │ ├── Doom_one.yml │ │ │ ├── Dracula.yaml │ │ │ ├── Erosion.yml │ │ │ ├── Falcon.yaml │ │ │ ├── Flat_remix.yml │ │ │ ├── Gotham.yaml │ │ │ ├── Gruvbox_dark.yaml │ │ │ ├── Gruvbox_light.yaml │ │ │ ├── Gruvbox_material.yml │ │ │ ├── High_contrast.yaml │ │ │ ├── Horizon_dark.yaml │ │ │ ├── Hund.yml │ │ │ ├── Hybrid.yml │ │ │ ├── Hyper.yaml │ │ │ ├── Invisibone.yml │ │ │ ├── Iterm.yaml │ │ │ ├── Jmbi.yml │ │ │ ├── Kasugano.yml │ │ │ ├── Konsole_linux.yaml │ │ │ ├── Low_contrast.yaml │ │ │ ├── Material_theme.yaml │ │ │ ├── Material_theme_mod.yaml │ │ │ ├── Monokai.yml │ │ │ ├── Navy.yml │ │ │ ├── Nord.yaml │ │ │ ├── Oceanic_next.yaml │ │ │ ├── Omni.yml │ │ │ ├── One_dark.yaml │ │ │ ├── Palenight.yml │ │ │ ├── Papercolor_light.yaml │ │ │ ├── Pastel.yml │ │ │ ├── Pencil_dark.yaml │ │ │ ├── Pencil_light.yaml │ │ │ ├── Remedy_dark.yaml │ │ │ ├── Snazzy.yaml │ │ │ ├── Solarized_dark.yaml │ │ │ ├── Solarized_light.yaml │ │ │ ├── Sweetlove.yml │ │ │ ├── Taerminal.yaml │ │ │ ├── Tango_dark.yaml │ │ │ ├── Tender.yaml │ │ │ ├── Terminal_app.yaml │ │ │ ├── Thelovelace.yaml │ │ │ ├── Tokyo_night.yaml │ │ │ ├── Tokyo_night_storm.yaml │ │ │ ├── Tomorrow_night.yaml │ │ │ ├── Tomorrow_night_bright.yaml │ │ │ ├── Vacuous.yml │ │ │ ├── Visibone.yml │ │ │ ├── Wombat.yaml │ │ │ ├── Xterm.yaml │ │ │ └── Yousai.yml │ │ │ └── fonts.yml │ ├── current │ ├── nvim │ │ └── .DS_Store │ ├── sketchybar │ │ ├── .DS_Store │ │ ├── sketchybar-aline │ │ │ ├── assets │ │ │ │ ├── arch.png │ │ │ │ └── seperator.png │ │ │ ├── items │ │ │ │ ├── arch_menu.sh │ │ │ │ ├── battery.sh │ │ │ │ ├── clipboard.sh │ │ │ │ ├── playing.sh │ │ │ │ ├── sound.sh │ │ │ │ ├── spaces.sh │ │ │ │ ├── spotify.sh │ │ │ │ ├── system.sh │ │ │ │ ├── time.sh │ │ │ │ └── updates.sh │ │ │ ├── plugins │ │ │ │ ├── battery.sh │ │ │ │ ├── clipboard.py │ │ │ │ ├── clock.sh │ │ │ │ ├── collapse.sh │ │ │ │ ├── cpu.sh │ │ │ │ ├── disk.sh │ │ │ │ ├── expand.sh │ │ │ │ ├── mem.sh │ │ │ │ ├── package_monitor.sh │ │ │ │ ├── playing.sh │ │ │ │ ├── sound.sh │ │ │ │ ├── space.sh │ │ │ │ └── spotify.sh │ │ │ └── sketchybarrc │ │ ├── sketchybar-dt-xmonad │ │ │ ├── .DS_Store │ │ │ ├── assets │ │ │ │ ├── discord-logo.png │ │ │ │ ├── obs-logo.png │ │ │ │ └── spotify-logo.png │ │ │ ├── colors.sh │ │ │ ├── icons.sh │ │ │ ├── items │ │ │ │ ├── spacenum.sh │ │ │ │ ├── spaces.sh │ │ │ │ └── system.sh │ │ │ ├── plugins │ │ │ │ ├── .DS_Store │ │ │ │ ├── battery.sh │ │ │ │ ├── clock.sh │ │ │ │ ├── cpu.sh │ │ │ │ ├── disk.sh │ │ │ │ ├── mem.sh │ │ │ │ ├── os-ver.sh │ │ │ │ ├── package_monitor.sh │ │ │ │ ├── space-top.sh │ │ │ │ ├── space.sh │ │ │ │ ├── toggle_bracket.sh │ │ │ │ ├── uptime.sh │ │ │ │ ├── window_title.sh │ │ │ │ ├── yabai.sh │ │ │ │ └── yabai_spaces.sh │ │ │ └── sketchybarrc │ │ └── sketchybar-pacman │ │ │ ├── .DS_Store │ │ │ ├── assets │ │ │ ├── .DS_Store │ │ │ ├── arch.png │ │ │ └── seperator.png │ │ │ ├── items │ │ │ ├── .DS_Store │ │ │ ├── arch_menu.sh │ │ │ ├── battery.sh │ │ │ ├── clipboard.sh │ │ │ ├── playing.sh │ │ │ ├── sound.sh │ │ │ ├── spaces.sh │ │ │ ├── spotify.sh │ │ │ ├── system.sh │ │ │ ├── time.sh │ │ │ └── updates.sh │ │ │ ├── plugins │ │ │ ├── .DS_Store │ │ │ ├── battery.sh │ │ │ ├── clipboard.py │ │ │ ├── clock.sh │ │ │ ├── cpu.sh │ │ │ ├── disk.sh │ │ │ ├── mem.sh │ │ │ ├── package_monitor.sh │ │ │ ├── playing.sh │ │ │ ├── sound.sh │ │ │ ├── space.sh │ │ │ └── spotify.sh │ │ │ ├── sketchybarrc │ │ │ └── spotify │ │ │ ├── artist.sh │ │ │ ├── back.sh │ │ │ ├── forward.sh │ │ │ ├── playpause.sh │ │ │ └── song.sh │ ├── skhd │ │ ├── skhd-aline │ │ │ ├── open-finder.sh │ │ │ ├── skhd-aline │ │ │ │ ├── open-finder.sh │ │ │ │ ├── skhd │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ ├── skhd │ │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ │ ├── skhd │ │ │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ │ │ └── skhdrc │ │ │ │ │ │ └── skhdrc │ │ │ │ │ └── skhdrc │ │ │ │ └── skhdrc │ │ │ ├── skhd-dt-xmonad │ │ │ │ ├── open-finder.sh │ │ │ │ ├── skhd │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ ├── skhd │ │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ │ ├── skhd │ │ │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ │ │ └── skhdrc │ │ │ │ │ │ └── skhdrc │ │ │ │ │ └── skhdrc │ │ │ │ └── skhdrc │ │ │ ├── skhd-pacman │ │ │ │ ├── open-finder.sh │ │ │ │ ├── skhd │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ ├── skhd │ │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ │ ├── skhd │ │ │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ │ │ └── skhdrc │ │ │ │ │ │ └── skhdrc │ │ │ │ │ └── skhdrc │ │ │ │ └── skhdrc │ │ │ ├── skhd │ │ │ │ ├── open-finder.sh │ │ │ │ ├── skhd │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ └── skhdrc │ │ │ │ └── skhdrc │ │ │ └── skhdrc │ │ ├── skhd-dt-xmonad │ │ │ ├── open-finder.sh │ │ │ └── skhdrc │ │ ├── skhd-pacman │ │ │ ├── open-finder.sh │ │ │ ├── skhd-aline │ │ │ │ ├── open-finder.sh │ │ │ │ ├── skhd │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ ├── skhd │ │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ │ ├── skhd │ │ │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ │ │ └── skhdrc │ │ │ │ │ │ └── skhdrc │ │ │ │ │ └── skhdrc │ │ │ │ └── skhdrc │ │ │ ├── skhd-dt-xmonad │ │ │ │ ├── open-finder.sh │ │ │ │ ├── skhd │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ ├── skhd │ │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ │ ├── skhd │ │ │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ │ │ └── skhdrc │ │ │ │ │ │ └── skhdrc │ │ │ │ │ └── skhdrc │ │ │ │ └── skhdrc │ │ │ ├── skhd-pacman │ │ │ │ ├── open-finder.sh │ │ │ │ ├── skhd │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ ├── skhd │ │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ │ ├── skhd │ │ │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ │ │ └── skhdrc │ │ │ │ │ │ └── skhdrc │ │ │ │ │ └── skhdrc │ │ │ │ └── skhdrc │ │ │ ├── skhd │ │ │ │ ├── open-finder.sh │ │ │ │ ├── skhd │ │ │ │ │ ├── open-finder.sh │ │ │ │ │ └── skhdrc │ │ │ │ └── skhdrc │ │ │ └── skhdrc │ │ └── skhd-stock │ │ │ ├── open-finder.sh │ │ │ └── skhdrc │ ├── wallpapers │ │ ├── .DS_Store │ │ ├── aline │ │ ├── dt-xmonad │ │ ├── pacman │ │ └── stock │ └── yabai │ │ ├── .DS_Store │ │ ├── yabai-aline │ │ └── yabairc │ │ ├── yabai-dt-xmonad │ │ ├── .DS_Store │ │ └── yabairc │ │ ├── yabai-pacman │ │ ├── .DS_Store │ │ └── yabairc │ │ └── yabai-stock │ │ └── yabairc ├── todo.sh ├── wallpaper.sh └── web.sh ├── install.sh └── misc ├── .DS_Store └── fonts └── Pacman-Dots.ttf /assets/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/assets/.DS_Store -------------------------------------------------------------------------------- /assets/aline_rice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/assets/aline_rice.png -------------------------------------------------------------------------------- /assets/aline_rice_used.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/assets/aline_rice_used.png -------------------------------------------------------------------------------- /assets/dt-xmonad_rice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/assets/dt-xmonad_rice.png -------------------------------------------------------------------------------- /assets/dt-xmonad_rice_used.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/assets/dt-xmonad_rice_used.png -------------------------------------------------------------------------------- /assets/pacman_rice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/assets/pacman_rice.png -------------------------------------------------------------------------------- /assets/pacman_rice_used.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/assets/pacman_rice_used.png -------------------------------------------------------------------------------- /assets/stock_rice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/assets/stock_rice.png -------------------------------------------------------------------------------- /assets/stock_rice_used.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/assets/stock_rice_used.png -------------------------------------------------------------------------------- /assets/themes_dmenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/assets/themes_dmenu.png -------------------------------------------------------------------------------- /config/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/config/.DS_Store -------------------------------------------------------------------------------- /config/dmenu-scripts/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/config/dmenu-scripts/.DS_Store -------------------------------------------------------------------------------- /config/rices/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/config/rices/.DS_Store -------------------------------------------------------------------------------- /config/rices/Pacman/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/config/rices/Pacman/.DS_Store -------------------------------------------------------------------------------- /config/rices/Pacman/alacritty/colorschemes/Bright.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0xf3f3f3' 5 | foreground: '0x707070' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0xd3d3d3' 10 | red: '0xef6b7b' 11 | green: '0xa1d569' 12 | yellow: '0xf59335' 13 | blue: '0x4ec2e8' 14 | magenta: '0xfec7cd' 15 | cyan: '0x95c1c0' 16 | white: '0x707070' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0xb3b3b3' 21 | red: '0xed5466' 22 | green: '0xafdb80' 23 | yellow: '0xf59335' 24 | blue: '0x5dc7ea' 25 | magenta: '0xd2a4b4' 26 | cyan: '0x75a1a0' 27 | white: '0x909090' 28 | -------------------------------------------------------------------------------- /config/rices/Pacman/alacritty/colorschemes/Dawn.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x181b20' 5 | foreground: '0x9b9081' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x353535' 10 | red: '0x744b40' 11 | green: '0x6d6137' 12 | yellow: '0x765636' 13 | blue: '0x61564b' 14 | magenta: '0x6b4a49' 15 | cyan: '0x435861' 16 | white: '0xb3b3b3' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x5f5f5f' 21 | red: '0x785850' 22 | green: '0x6f6749' 23 | yellow: '0x776049' 24 | blue: '0x696057' 25 | magenta: '0x6f5a59' 26 | cyan: '0x525f66' 27 | white: '0xcdcdcd' 28 | -------------------------------------------------------------------------------- /config/rices/Pacman/alacritty/colorschemes/Doom_one.yml: -------------------------------------------------------------------------------- 1 | # Colors (Doom One) 2 | colors: 3 | # Default colors 4 | primary: 5 | background: '0x282c34' 6 | foreground: '0xbbc2cf' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x282c34' 11 | red: '0xff6c6b' 12 | green: '0x98be65' 13 | yellow: '0xecbe7b' 14 | blue: '0x51afef' 15 | magenta: '0xc678dd' 16 | cyan: '0x46d9ff' 17 | white: '0xbbc2cf' 18 | -------------------------------------------------------------------------------- /config/rices/Pacman/alacritty/colorschemes/Erosion.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x181512' 5 | foreground: '0xbea492' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x332d29' 10 | red: '0x8c644c' 11 | green: '0x746c48' 12 | yellow: '0x908a66' 13 | blue: '0x646a6d' 14 | magenta: '0x605655' 15 | cyan: '0x4b5c5e' 16 | white: '0x504339' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x817267' 21 | red: '0x9f7155' 22 | green: '0x857b52' 23 | yellow: '0x9c956e' 24 | blue: '0x71777a' 25 | magenta: '0x656565' 26 | cyan: '0x556d70' 27 | white: '0x9a875f' 28 | -------------------------------------------------------------------------------- /config/rices/Pacman/alacritty/colorschemes/Flat_remix.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | primary: 3 | background: '0x272a34' 4 | foreground: '0xFFFFFF' 5 | 6 | normal: 7 | black: '0x1F2229' 8 | red: '0xEC0101' 9 | green: '0x47D4B9' 10 | yellow: '0xFF8A18' 11 | blue: '0x277FFF' 12 | magenta: '0xD71655' 13 | cyan: '0x05A1F7' 14 | white: '0xFFFFFF' 15 | 16 | 17 | bright: 18 | black: '0x1F2229' 19 | red: '0xD41919' 20 | green: '0x5EBDAB' 21 | yellow: '0xFEA44C' 22 | blue: '0x367bf0' 23 | magenta: '0xBF2E5D' 24 | cyan: '0x49AEE6' 25 | white: '0xFFFFFF' 26 | -------------------------------------------------------------------------------- /config/rices/Pacman/alacritty/colorschemes/Gotham.yaml: -------------------------------------------------------------------------------- 1 | # Colors (Gotham) 2 | colors: 3 | # Default colors 4 | primary: 5 | background: '0x0a0f14' 6 | foreground: '0x98d1ce' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x0a0f14' 11 | red: '0xc33027' 12 | green: '0x26a98b' 13 | yellow: '0xedb54b' 14 | blue: '0x195465' 15 | magenta: '0x4e5165' 16 | cyan: '0x33859d' 17 | white: '0x98d1ce' 18 | 19 | # Bright colors 20 | bright: 21 | black: '0x10151b' 22 | red: '0xd26939' 23 | green: '0x081f2d' 24 | yellow: '0x245361' 25 | blue: '0x093748' 26 | magenta: '0x888ba5' 27 | cyan: '0x599caa' 28 | white: '0xd3ebe9' -------------------------------------------------------------------------------- /config/rices/Pacman/alacritty/colorschemes/Gruvbox_material.yml: -------------------------------------------------------------------------------- 1 | # Colors (Gruvbox Material Dark Medium) 2 | colors: 3 | primary: 4 | background: '0x282828' 5 | foreground: '0xdfbf8e' 6 | 7 | normal: 8 | black: '0x665c54' 9 | red: '0xea6962' 10 | green: '0xa9b665' 11 | yellow: '0xe78a4e' 12 | blue: '0x7daea3' 13 | magenta: '0xd3869b' 14 | cyan: '0x89b482' 15 | white: '0xdfbf8e' 16 | 17 | bright: 18 | black: '0x928374' 19 | red: '0xea6962' 20 | green: '0xa9b665' 21 | yellow: '0xe3a84e' 22 | blue: '0x7daea3' 23 | magenta: '0xd3869b' 24 | cyan: '0x89b482' 25 | white: '0xdfbf8e' 26 | 27 | -------------------------------------------------------------------------------- /config/rices/Pacman/alacritty/colorschemes/Horizon_dark.yaml: -------------------------------------------------------------------------------- 1 | # Colors (Horizon Dark) 2 | colors: 3 | # Primary colors 4 | primary: 5 | background: '0x1c1e26' 6 | foreground: '0xe0e0e0' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x16161c' 11 | red: '0xe95678' 12 | green: '0x29d398' 13 | yellow: '0xfab795' 14 | blue: '0x26bbd9' 15 | magenta: '0xee64ac' 16 | cyan: '0x59e1e3' 17 | white: '0xd5d8da' 18 | 19 | # Bright colors 20 | bright: 21 | black: '0x5b5858' 22 | red: '0xec6a88' 23 | green: '0x3fdaa4' 24 | yellow: '0xfbc3a7' 25 | blue: '0x3fc4de' 26 | magenta: '0xf075b5' 27 | cyan: '0x6be4e6' 28 | white: '0xd5d8da' 29 | -------------------------------------------------------------------------------- /config/rices/Pacman/alacritty/colorschemes/Hund.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x161616' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x222222' 10 | red: '0xe84f4f' 11 | green: '0xb7ce42' 12 | yellow: '0xfea63c' 13 | blue: '0x66aabb' 14 | magenta: '0xb7416e' 15 | cyan: '0x6d878d' 16 | white: '0xdddddd' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x666666' 21 | red: '0xd23d3d' 22 | green: '0xbde077' 23 | yellow: '0xffe863' 24 | blue: '0xaaccbb' 25 | magenta: '0xe16a98' 26 | cyan: '0x42717b' 27 | white: '0xcccccc' 28 | -------------------------------------------------------------------------------- /config/rices/Pacman/alacritty/colorschemes/Hybrid.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1d1f21' 5 | foreground: '0xc5c8c6' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x282a2e' 10 | red: '0xa54242' 11 | green: '0x8c9440' 12 | yellow: '0xde935f' 13 | blue: '0x5f819d' 14 | magenta: '0x85678f' 15 | cyan: '0x5e8d87' 16 | white: '0x707880' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x373b41' 21 | red: '0xcc6666' 22 | green: '0xb5bd68' 23 | yellow: '0xf0c674' 24 | blue: '0x81a2be' 25 | magenta: '0xb294bb' 26 | cyan: '0x8abeb7' 27 | white: '0xc5c8c6' 28 | -------------------------------------------------------------------------------- /config/rices/Pacman/alacritty/colorschemes/Invisibone.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x232323' 5 | foreground: '0xa0a0a0' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x303030' 10 | red: '0xd370a3' 11 | green: '0x6d9e3f' 12 | yellow: '0xb58858' 13 | blue: '0x6095c5' 14 | magenta: '0xac7bde' 15 | cyan: '0x3ba275' 16 | white: '0xcfcfcf' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x686868' 21 | red: '0xffa7da' 22 | green: '0xa3d572' 23 | yellow: '0xefbd8b' 24 | blue: '0x98cbfe' 25 | magenta: '0xe5b0ff' 26 | cyan: '0x75daa9' 27 | white: '0xffffff' 28 | -------------------------------------------------------------------------------- /config/rices/Pacman/alacritty/colorschemes/Jmbi.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1e1e1e' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x5a7260' 10 | red: '0x8f423c' 11 | green: '0xbbbb88' 12 | yellow: '0xf9d25b' 13 | blue: '0xe0ba69' 14 | magenta: '0x709289' 15 | cyan: '0xd13516' 16 | white: '0xefe2e0' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x8da691' 21 | red: '0xeeaa88' 22 | green: '0xccc68d' 23 | yellow: '0xeedd99' 24 | blue: '0xc9b957' 25 | magenta: '0xffcbab' 26 | cyan: '0xc25431' 27 | white: '0xf9f1ed' 28 | -------------------------------------------------------------------------------- /config/rices/Pacman/alacritty/colorschemes/Kasugano.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1b1b1b' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x3d3d3d' 10 | red: '0x6673bf' 11 | green: '0x3ea290' 12 | yellow: '0xb0ead9' 13 | blue: '0x31658c' 14 | magenta: '0x596196' 15 | cyan: '0x8292b2' 16 | white: '0xc8cacc' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x4d4d4d' 21 | red: '0x899aff' 22 | green: '0x52ad91' 23 | yellow: '0x98c9bb' 24 | blue: '0x477ab3' 25 | magenta: '0x7882bf' 26 | cyan: '0x95a7cc' 27 | white: '0xedeff2' 28 | -------------------------------------------------------------------------------- /config/rices/Pacman/alacritty/colorschemes/Monokai.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x272822' 5 | foreground: '0xf1ebeb' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x48483e' 10 | red: '0xdc2566' 11 | green: '0x8fc029' 12 | yellow: '0xd4c96e' 13 | blue: '0x55bcce' 14 | magenta: '0x9358fe' 15 | cyan: '0x56b7a5' 16 | white: '0xacada1' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x76715e' 21 | red: '0xfa2772' 22 | green: '0xa7e22e' 23 | yellow: '0xe7db75' 24 | blue: '0x66d9ee' 25 | magenta: '0xae82ff' 26 | cyan: '0x66efd5' 27 | white: '0xcfd0c2' 28 | -------------------------------------------------------------------------------- /config/rices/Pacman/alacritty/colorschemes/Navy.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x021b21' 5 | foreground: '0xe8dfd6' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x032c36' 10 | red: '0xc2454e' 11 | green: '0x7cbf9e' 12 | yellow: '0x8a7a63' 13 | blue: '0x2e3340' 14 | magenta: '0xff5879' 15 | cyan: '0x44b5b1' 16 | white: '0xf2f1b9' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x065f73' 21 | red: '0xef5847' 22 | green: '0xa2d9b1' 23 | yellow: '0xbeb090' 24 | blue: '0x61778d' 25 | magenta: '0xff99a1' 26 | cyan: '0x9ed9d8' 27 | white: '0xf6f6c9' 28 | -------------------------------------------------------------------------------- /config/rices/Pacman/alacritty/colorschemes/Nord.yaml: -------------------------------------------------------------------------------- 1 | # Colors (Nord) 2 | colors: 3 | # Default colors 4 | primary: 5 | background: '0x2E3440' 6 | foreground: '0xD8DEE9' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x3B4252' 11 | red: '0xBF616A' 12 | green: '0xA3BE8C' 13 | yellow: '0xEBCB8B' 14 | blue: '0x81A1C1' 15 | magenta: '0xB48EAD' 16 | cyan: '0x88C0D0' 17 | white: '0xE5E9F0' 18 | 19 | # Bright colors 20 | bright: 21 | black: '0x4C566A' 22 | red: '0xBF616A' 23 | green: '0xA3BE8C' 24 | yellow: '0xEBCB8B' 25 | blue: '0x81A1C1' 26 | magenta: '0xB48EAD' 27 | cyan: '0x8FBCBB' 28 | white: '0xECEFF4' 29 | -------------------------------------------------------------------------------- /config/rices/Pacman/alacritty/colorschemes/Pastel.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x151515' 5 | foreground: '0x888888' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x292929' 10 | red: '0xcf6a4c' 11 | green: '0x19cb00' 12 | yellow: '0xfad07a' 13 | blue: '0x8197bf' 14 | magenta: '0x8787af' 15 | cyan: '0x668799' 16 | white: '0x888888' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x525252' 21 | red: '0xff9d80' 22 | green: '0x23fd00' 23 | yellow: '0xffefbf' 24 | blue: '0xaccaff' 25 | magenta: '0xc4c4ff' 26 | cyan: '0x80bfaf' 27 | white: '0xe8e8d3' 28 | -------------------------------------------------------------------------------- /config/rices/Pacman/alacritty/colorschemes/Snazzy.yaml: -------------------------------------------------------------------------------- 1 | # Colors (Snazzy) 2 | colors: 3 | # Default colors 4 | primary: 5 | background: '0x282a36' 6 | foreground: '0xeff0eb' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x282a36' 11 | red: '0xff5c57' 12 | green: '0x5af78e' 13 | yellow: '0xf3f99d' 14 | blue: '0x57c7ff' 15 | magenta: '0xff6ac1' 16 | cyan: '0x9aedfe' 17 | white: '0xf1f1f0' 18 | 19 | # Bright colors 20 | bright: 21 | black: '0x686868' 22 | red: '0xff5c57' 23 | green: '0x5af78e' 24 | yellow: '0xf3f99d' 25 | blue: '0x57c7ff' 26 | magenta: '0xff6ac1' 27 | cyan: '0x9aedfe' 28 | white: '0xf1f1f0' -------------------------------------------------------------------------------- /config/rices/Pacman/alacritty/colorschemes/Sweetlove.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1f1f1f' 5 | foreground: '0xc0b18b' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x4a3637' 10 | red: '0xd17b49' 11 | green: '0x7b8748' 12 | yellow: '0xaf865a' 13 | blue: '0x535c5c' 14 | magenta: '0x775759' 15 | cyan: '0x6d715e' 16 | white: '0xc0b18b' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x402e2e' 21 | red: '0xac5d2f' 22 | green: '0x647035' 23 | yellow: '0x8f6840' 24 | blue: '0x444b4b' 25 | magenta: '0x614445' 26 | cyan: '0x585c49' 27 | white: '0x978965' 28 | -------------------------------------------------------------------------------- /config/rices/Pacman/alacritty/colorschemes/Tango_dark.yaml: -------------------------------------------------------------------------------- 1 | # GNOME Terminal Tango Dark 2 | colors: 3 | primary: 4 | background: '0x2e3436' 5 | foreground: '0xd3d7cf' 6 | 7 | normal: 8 | black: '0x2e3436' 9 | red: '0xcc0000' 10 | green: '0x4e9a06' 11 | yellow: '0xc4a000' 12 | blue: '0x3465a4' 13 | magenta: '0x75507b' 14 | cyan: '0x06989a' 15 | white: '0xd3d7cf' 16 | 17 | bright: 18 | black: '0x555753' 19 | red: '0xef2929' 20 | green: '0x8ae234' 21 | yellow: '0xfce94f' 22 | blue: '0x729fcf' 23 | magenta: '0xad7fa8' 24 | cyan: '0x34e2e2' 25 | white: '0xeeeeec' 26 | 27 | -------------------------------------------------------------------------------- /config/rices/Pacman/alacritty/colorschemes/Tender.yaml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x282828' 5 | foreground: '0xeeeeee' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x282828' 10 | red: '0xf43753' 11 | green: '0xc9d05c' 12 | yellow: '0xffc24b' 13 | blue: '0xb3deef' 14 | magenta: '0xd3b987' 15 | cyan: '0x73cef4' 16 | white: '0xeeeeee' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x4c4c4c' 21 | red: '0xf43753' 22 | green: '0xc9d05c' 23 | yellow: '0xffc24b' 24 | blue: '0xb3deef' 25 | magenta: '0xd3b987' 26 | cyan: '0x73cef4' 27 | white: '0xfeffff' 28 | -------------------------------------------------------------------------------- /config/rices/Pacman/alacritty/colorschemes/Vacuous.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x101010' 5 | foreground: '0xd2c5bc' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x202020' 10 | red: '0xb91e2e' 11 | green: '0x81957c' 12 | yellow: '0xf9bb80' 13 | blue: '0x356579' 14 | magenta: '0x2d2031' 15 | cyan: '0x0b3452' 16 | white: '0x909090' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x606060' 21 | red: '0xd14548' 22 | green: '0xa7b79a' 23 | yellow: '0xfae3a0' 24 | blue: '0x7491a1' 25 | magenta: '0x87314e' 26 | cyan: '0x0f829d' 27 | white: '0xfff0f0' 28 | -------------------------------------------------------------------------------- /config/rices/Pacman/alacritty/colorschemes/Visibone.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x333333' 5 | foreground: '0xcccccc' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x666666' 10 | red: '0xcc6699' 11 | green: '0x99cc66' 12 | yellow: '0xcc9966' 13 | blue: '0x6699cc' 14 | magenta: '0x9966cc' 15 | cyan: '0x66cc99' 16 | white: '0xcccccc' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x999999' 21 | red: '0xff99cc' 22 | green: '0xccff99' 23 | yellow: '0xffcc99' 24 | blue: '0x99ccff' 25 | magenta: '0xcc99ff' 26 | cyan: '0x99ffcc' 27 | white: '0xffffff' 28 | -------------------------------------------------------------------------------- /config/rices/Pacman/alacritty/colorschemes/Wombat.yaml: -------------------------------------------------------------------------------- 1 | # Colors (Wombat) 2 | colors: 3 | # Default colors 4 | primary: 5 | background: '0x1f1f1f' 6 | foreground: '0xe5e1d8' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x000000' 11 | red: '0xf7786d' 12 | green: '0xbde97c' 13 | yellow: '0xefdfac' 14 | blue: '0x6ebaf8' 15 | magenta: '0xef88ff' 16 | cyan: '0x90fdf8' 17 | white: '0xe5e1d8' 18 | 19 | # Bright colors 20 | bright: 21 | black: '0xb4b4b4' 22 | red: '0xf99f92' 23 | green: '0xe3f7a1' 24 | yellow: '0xf2e9bf' 25 | blue: '0xb3d2ff' 26 | magenta: '0xe5bdff' 27 | cyan: '0xc2fefa' 28 | white: '0xffffff' -------------------------------------------------------------------------------- /config/rices/Pacman/alacritty/colorschemes/Yousai.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0xf5e7de' 5 | foreground: '0x34302d' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x666661' 10 | red: '0x992e2e' 11 | green: '0x4c3226' 12 | yellow: '0xa67c53' 13 | blue: '0x4c7399' 14 | magenta: '0xbf9986' 15 | cyan: '0xd97742' 16 | white: '0x34302d' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x7f7f7a' 21 | red: '0xb23636' 22 | green: '0x664233' 23 | yellow: '0xbf8f60' 24 | blue: '0x5986b2' 25 | magenta: '0xd9ae98' 26 | cyan: '0xf2854a' 27 | white: '0x4c4742' 28 | -------------------------------------------------------------------------------- /config/rices/Pacman/sketchybar/assets/arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/config/rices/Pacman/sketchybar/assets/arch.png -------------------------------------------------------------------------------- /config/rices/Pacman/sketchybar/assets/seperator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/config/rices/Pacman/sketchybar/assets/seperator.png -------------------------------------------------------------------------------- /config/rices/Pacman/sketchybar/plugins/clock.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | sketchybar --set $NAME label="$(date '+%H:%M')" 4 | -------------------------------------------------------------------------------- /config/rices/Pacman/sketchybar/plugins/cpu.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | TOPPROC=$(top -l 2 | grep -E "^CPU" | tail -1 | awk '{ print $3 + $5"%" }' | cut -d "." -f1) 4 | 5 | sketchybar --set $NAME icon="" label="$TOPPROC%" 6 | -------------------------------------------------------------------------------- /config/rices/Pacman/sketchybar/plugins/disk.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | a=$(df -h "/" | awk 'NR==2{print $4}' | cut -c 1-4) 4 | FINAL=$(printf '%s\n' "${a%?} ${a#"${a%?}"}") 5 | sketchybar --set $NAME icon="" label="$FINAL"B 6 | -------------------------------------------------------------------------------- /config/rices/Pacman/sketchybar/plugins/mem.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | getPrecentage=$(TARGET_PATH="." 4 | top -l 1 | grep -E "^CPU" | grep -Eo '[^[:space:]]+%' | head -1 | sed 's/3\(.\)$/\1/' | cut -d "." -f1) 5 | 6 | getMB=$(TARGET_PATH="." 7 | top -l1 | awk '/PhysMem/ {print $2}') 8 | 9 | precentage=$(echo $getPrecentage) 10 | MB=$(echo $getMB) 11 | 12 | sketchybar --set $NAME icon="" label="$precentage%" 13 | -------------------------------------------------------------------------------- /config/rices/Pacman/sketchybar/plugins/package_monitor.sh: -------------------------------------------------------------------------------- 1 | OUTDATED=$(brew outdated | grep . -c) 2 | 3 | sketchybar --set $NAME label="$OUTDATED" 4 | -------------------------------------------------------------------------------- /config/rices/Pacman/sketchybar/plugins/playing.sh: -------------------------------------------------------------------------------- 1 | PLAYING=$(cd ~/.config/sketchybar/spotify && ./song.sh) 2 | # ARTIST=$(cd ~/.config/sketchybar/spotify && ./artist.sh) 3 | # BOTH=$(echo $PLAYING && echo "‎ " && echo "| |" && echo "‎ " && echo $ARTIST) 4 | # FINAL=$(echo $BOTH | sed 's/\(.\{22\}\).*/\1.../') 5 | FINAL=$(echo $PLAYING | sed 's/\(.\{20\}\).*/\1.../') 6 | 7 | sketchybar --set $NAME icon="[  " label=" $FINAL" 8 | -------------------------------------------------------------------------------- /config/rices/Pacman/sketchybar/plugins/sound.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | VOLUME=$(osascript -e "output volume of (get volume settings)") 4 | MUTED=$(osascript -e "output muted of (get volume settings)") 5 | 6 | if [[ $MUTED != "false" ]]; then 7 | ICON="" 8 | else 9 | case ${VOLUME} in 10 | 100) ICON="";; 11 | 9[0-9]) ICON="";; 12 | 8[0-9]) ICON="";; 13 | 7[0-9]) ICON="";; 14 | 6[0-9]) ICON="";; 15 | 5[0-9]) ICON="";; 16 | 4[0-9]) ICON="";; 17 | 3[0-9]) ICON="";; 18 | 2[0-9]) ICON="";; 19 | 1[0-9]) ICON="";; 20 | [0-9]) ICON="";; 21 | *) ICON="" 22 | esac 23 | fi 24 | 25 | sketchybar -m \ 26 | --set $NAME icon=$ICON \ 27 | --set $NAME label="$VOLUME" 28 | -------------------------------------------------------------------------------- /config/rices/Pacman/sketchybar/plugins/spotify.sh: -------------------------------------------------------------------------------- 1 | status () { 2 | if osascript -e 'tell application "Spotify" 3 | set playerState to player state as string 4 | end tell 5 | playerState 6 | ' | grep -q 'playing'; then 7 | echo "playing" 8 | else 9 | echo "paused" 10 | fi 11 | } 12 | 13 | BACK_SCRIPT="cd ~/.config/sketchybar/spotify && ./back.sh" 14 | PAUSE_PLAY_SCRIPT="cd ~/.config/sketchybar/spotify/ && ./playpause.sh && source '$PLUGIN_DIR/spotify.sh'" 15 | FORWARD_SCRIPT="cd ~/.config/sketchybar/spotify && ./forward.sh" 16 | 17 | if [ $(status) = "playing" ]; then 18 | sketchybar --set pause icon='' 19 | else 20 | sketchybar --set pause icon='' 21 | fi 22 | -------------------------------------------------------------------------------- /config/rices/Pacman/sketchybar/spotify/artist.sh: -------------------------------------------------------------------------------- 1 | osascript -e 'tell application "System Events" 2 | set processList to (name of every process) 3 | end tell 4 | 5 | if (processList contains "Spotify") is true then 6 | tell application "Spotify" 7 | set artistName to artist of current track 8 | set trackName to name of current track 9 | set symbol to "◻︎" 10 | set col to "red" 11 | 12 | if player state is playing then 13 | set symbol to "▹" 14 | set col to "green" 15 | end if 16 | 17 | return artistName 18 | end tell 19 | end if' 20 | -------------------------------------------------------------------------------- /config/rices/Pacman/sketchybar/spotify/back.sh: -------------------------------------------------------------------------------- 1 | osascript -e 'tell application "Spotify" to previous track' 2 | -------------------------------------------------------------------------------- /config/rices/Pacman/sketchybar/spotify/forward.sh: -------------------------------------------------------------------------------- 1 | osascript -e 'tell application "Spotify" to next track' 2 | -------------------------------------------------------------------------------- /config/rices/Pacman/sketchybar/spotify/playpause.sh: -------------------------------------------------------------------------------- 1 | osascript -e 'using terms from application "Spotify" 2 | tell application "Spotify" to playpause 3 | end using terms from' 4 | -------------------------------------------------------------------------------- /config/rices/Pacman/sketchybar/spotify/song.sh: -------------------------------------------------------------------------------- 1 | osascript -e 'tell application "System Events" 2 | set processList to (name of every process) 3 | end tell 4 | 5 | if (processList contains "Spotify") is true then 6 | tell application "Spotify" 7 | set artistName to artist of current track 8 | set trackName to name of current track 9 | set symbol to "◻︎" 10 | set col to "red" 11 | 12 | if player state is playing then 13 | set symbol to "▹" 14 | set col to "green" 15 | end if 16 | 17 | return trackName 18 | end tell 19 | end if' 20 | -------------------------------------------------------------------------------- /config/rices/Pacman/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/alacritty/colorschemes/Bright.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0xf3f3f3' 5 | foreground: '0x707070' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0xd3d3d3' 10 | red: '0xef6b7b' 11 | green: '0xa1d569' 12 | yellow: '0xf59335' 13 | blue: '0x4ec2e8' 14 | magenta: '0xfec7cd' 15 | cyan: '0x95c1c0' 16 | white: '0x707070' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0xb3b3b3' 21 | red: '0xed5466' 22 | green: '0xafdb80' 23 | yellow: '0xf59335' 24 | blue: '0x5dc7ea' 25 | magenta: '0xd2a4b4' 26 | cyan: '0x75a1a0' 27 | white: '0x909090' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/alacritty/colorschemes/Dawn.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x181b20' 5 | foreground: '0x9b9081' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x353535' 10 | red: '0x744b40' 11 | green: '0x6d6137' 12 | yellow: '0x765636' 13 | blue: '0x61564b' 14 | magenta: '0x6b4a49' 15 | cyan: '0x435861' 16 | white: '0xb3b3b3' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x5f5f5f' 21 | red: '0x785850' 22 | green: '0x6f6749' 23 | yellow: '0x776049' 24 | blue: '0x696057' 25 | magenta: '0x6f5a59' 26 | cyan: '0x525f66' 27 | white: '0xcdcdcd' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/alacritty/colorschemes/Doom_one.yml: -------------------------------------------------------------------------------- 1 | # Colors (Doom One) 2 | colors: 3 | # Default colors 4 | primary: 5 | background: '0x282c34' 6 | foreground: '0xbbc2cf' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x282c34' 11 | red: '0xff6c6b' 12 | green: '0x98be65' 13 | yellow: '0xecbe7b' 14 | blue: '0x51afef' 15 | magenta: '0xc678dd' 16 | cyan: '0x46d9ff' 17 | white: '0xbbc2cf' 18 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/alacritty/colorschemes/Erosion.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x181512' 5 | foreground: '0xbea492' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x332d29' 10 | red: '0x8c644c' 11 | green: '0x746c48' 12 | yellow: '0x908a66' 13 | blue: '0x646a6d' 14 | magenta: '0x605655' 15 | cyan: '0x4b5c5e' 16 | white: '0x504339' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x817267' 21 | red: '0x9f7155' 22 | green: '0x857b52' 23 | yellow: '0x9c956e' 24 | blue: '0x71777a' 25 | magenta: '0x656565' 26 | cyan: '0x556d70' 27 | white: '0x9a875f' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/alacritty/colorschemes/Flat_remix.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | primary: 3 | background: '0x272a34' 4 | foreground: '0xFFFFFF' 5 | 6 | normal: 7 | black: '0x1F2229' 8 | red: '0xEC0101' 9 | green: '0x47D4B9' 10 | yellow: '0xFF8A18' 11 | blue: '0x277FFF' 12 | magenta: '0xD71655' 13 | cyan: '0x05A1F7' 14 | white: '0xFFFFFF' 15 | 16 | 17 | bright: 18 | black: '0x1F2229' 19 | red: '0xD41919' 20 | green: '0x5EBDAB' 21 | yellow: '0xFEA44C' 22 | blue: '0x367bf0' 23 | magenta: '0xBF2E5D' 24 | cyan: '0x49AEE6' 25 | white: '0xFFFFFF' 26 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/alacritty/colorschemes/Gotham.yaml: -------------------------------------------------------------------------------- 1 | # Colors (Gotham) 2 | colors: 3 | # Default colors 4 | primary: 5 | background: '0x0a0f14' 6 | foreground: '0x98d1ce' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x0a0f14' 11 | red: '0xc33027' 12 | green: '0x26a98b' 13 | yellow: '0xedb54b' 14 | blue: '0x195465' 15 | magenta: '0x4e5165' 16 | cyan: '0x33859d' 17 | white: '0x98d1ce' 18 | 19 | # Bright colors 20 | bright: 21 | black: '0x10151b' 22 | red: '0xd26939' 23 | green: '0x081f2d' 24 | yellow: '0x245361' 25 | blue: '0x093748' 26 | magenta: '0x888ba5' 27 | cyan: '0x599caa' 28 | white: '0xd3ebe9' -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/alacritty/colorschemes/Gruvbox_material.yml: -------------------------------------------------------------------------------- 1 | # Colors (Gruvbox Material Dark Medium) 2 | colors: 3 | primary: 4 | background: '0x282828' 5 | foreground: '0xdfbf8e' 6 | 7 | normal: 8 | black: '0x665c54' 9 | red: '0xea6962' 10 | green: '0xa9b665' 11 | yellow: '0xe78a4e' 12 | blue: '0x7daea3' 13 | magenta: '0xd3869b' 14 | cyan: '0x89b482' 15 | white: '0xdfbf8e' 16 | 17 | bright: 18 | black: '0x928374' 19 | red: '0xea6962' 20 | green: '0xa9b665' 21 | yellow: '0xe3a84e' 22 | blue: '0x7daea3' 23 | magenta: '0xd3869b' 24 | cyan: '0x89b482' 25 | white: '0xdfbf8e' 26 | 27 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/alacritty/colorschemes/Hund.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x161616' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x222222' 10 | red: '0xe84f4f' 11 | green: '0xb7ce42' 12 | yellow: '0xfea63c' 13 | blue: '0x66aabb' 14 | magenta: '0xb7416e' 15 | cyan: '0x6d878d' 16 | white: '0xdddddd' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x666666' 21 | red: '0xd23d3d' 22 | green: '0xbde077' 23 | yellow: '0xffe863' 24 | blue: '0xaaccbb' 25 | magenta: '0xe16a98' 26 | cyan: '0x42717b' 27 | white: '0xcccccc' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/alacritty/colorschemes/Hybrid.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1d1f21' 5 | foreground: '0xc5c8c6' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x282a2e' 10 | red: '0xa54242' 11 | green: '0x8c9440' 12 | yellow: '0xde935f' 13 | blue: '0x5f819d' 14 | magenta: '0x85678f' 15 | cyan: '0x5e8d87' 16 | white: '0x707880' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x373b41' 21 | red: '0xcc6666' 22 | green: '0xb5bd68' 23 | yellow: '0xf0c674' 24 | blue: '0x81a2be' 25 | magenta: '0xb294bb' 26 | cyan: '0x8abeb7' 27 | white: '0xc5c8c6' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/alacritty/colorschemes/Jmbi.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1e1e1e' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x5a7260' 10 | red: '0x8f423c' 11 | green: '0xbbbb88' 12 | yellow: '0xf9d25b' 13 | blue: '0xe0ba69' 14 | magenta: '0x709289' 15 | cyan: '0xd13516' 16 | white: '0xefe2e0' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x8da691' 21 | red: '0xeeaa88' 22 | green: '0xccc68d' 23 | yellow: '0xeedd99' 24 | blue: '0xc9b957' 25 | magenta: '0xffcbab' 26 | cyan: '0xc25431' 27 | white: '0xf9f1ed' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/alacritty/colorschemes/Tango_dark.yaml: -------------------------------------------------------------------------------- 1 | # GNOME Terminal Tango Dark 2 | colors: 3 | primary: 4 | background: '0x2e3436' 5 | foreground: '0xd3d7cf' 6 | 7 | normal: 8 | black: '0x2e3436' 9 | red: '0xcc0000' 10 | green: '0x4e9a06' 11 | yellow: '0xc4a000' 12 | blue: '0x3465a4' 13 | magenta: '0x75507b' 14 | cyan: '0x06989a' 15 | white: '0xd3d7cf' 16 | 17 | bright: 18 | black: '0x555753' 19 | red: '0xef2929' 20 | green: '0x8ae234' 21 | yellow: '0xfce94f' 22 | blue: '0x729fcf' 23 | magenta: '0xad7fa8' 24 | cyan: '0x34e2e2' 25 | white: '0xeeeeec' 26 | 27 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/colorschemes/Bright.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0xf3f3f3' 5 | foreground: '0x707070' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0xd3d3d3' 10 | red: '0xef6b7b' 11 | green: '0xa1d569' 12 | yellow: '0xf59335' 13 | blue: '0x4ec2e8' 14 | magenta: '0xfec7cd' 15 | cyan: '0x95c1c0' 16 | white: '0x707070' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0xb3b3b3' 21 | red: '0xed5466' 22 | green: '0xafdb80' 23 | yellow: '0xf59335' 24 | blue: '0x5dc7ea' 25 | magenta: '0xd2a4b4' 26 | cyan: '0x75a1a0' 27 | white: '0x909090' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/colorschemes/Dawn.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x181b20' 5 | foreground: '0x9b9081' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x353535' 10 | red: '0x744b40' 11 | green: '0x6d6137' 12 | yellow: '0x765636' 13 | blue: '0x61564b' 14 | magenta: '0x6b4a49' 15 | cyan: '0x435861' 16 | white: '0xb3b3b3' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x5f5f5f' 21 | red: '0x785850' 22 | green: '0x6f6749' 23 | yellow: '0x776049' 24 | blue: '0x696057' 25 | magenta: '0x6f5a59' 26 | cyan: '0x525f66' 27 | white: '0xcdcdcd' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/colorschemes/Doom_one.yml: -------------------------------------------------------------------------------- 1 | # Colors (Doom One) 2 | colors: 3 | # Default colors 4 | primary: 5 | background: '0x282c34' 6 | foreground: '0xbbc2cf' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x282c34' 11 | red: '0xff6c6b' 12 | green: '0x98be65' 13 | yellow: '0xecbe7b' 14 | blue: '0x51afef' 15 | magenta: '0xc678dd' 16 | cyan: '0x46d9ff' 17 | white: '0xbbc2cf' 18 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/colorschemes/Erosion.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x181512' 5 | foreground: '0xbea492' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x332d29' 10 | red: '0x8c644c' 11 | green: '0x746c48' 12 | yellow: '0x908a66' 13 | blue: '0x646a6d' 14 | magenta: '0x605655' 15 | cyan: '0x4b5c5e' 16 | white: '0x504339' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x817267' 21 | red: '0x9f7155' 22 | green: '0x857b52' 23 | yellow: '0x9c956e' 24 | blue: '0x71777a' 25 | magenta: '0x656565' 26 | cyan: '0x556d70' 27 | white: '0x9a875f' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/colorschemes/Flat_remix.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | primary: 3 | background: '0x272a34' 4 | foreground: '0xFFFFFF' 5 | 6 | normal: 7 | black: '0x1F2229' 8 | red: '0xEC0101' 9 | green: '0x47D4B9' 10 | yellow: '0xFF8A18' 11 | blue: '0x277FFF' 12 | magenta: '0xD71655' 13 | cyan: '0x05A1F7' 14 | white: '0xFFFFFF' 15 | 16 | 17 | bright: 18 | black: '0x1F2229' 19 | red: '0xD41919' 20 | green: '0x5EBDAB' 21 | yellow: '0xFEA44C' 22 | blue: '0x367bf0' 23 | magenta: '0xBF2E5D' 24 | cyan: '0x49AEE6' 25 | white: '0xFFFFFF' 26 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/colorschemes/Gotham.yaml: -------------------------------------------------------------------------------- 1 | # Colors (Gotham) 2 | colors: 3 | # Default colors 4 | primary: 5 | background: '0x0a0f14' 6 | foreground: '0x98d1ce' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x0a0f14' 11 | red: '0xc33027' 12 | green: '0x26a98b' 13 | yellow: '0xedb54b' 14 | blue: '0x195465' 15 | magenta: '0x4e5165' 16 | cyan: '0x33859d' 17 | white: '0x98d1ce' 18 | 19 | # Bright colors 20 | bright: 21 | black: '0x10151b' 22 | red: '0xd26939' 23 | green: '0x081f2d' 24 | yellow: '0x245361' 25 | blue: '0x093748' 26 | magenta: '0x888ba5' 27 | cyan: '0x599caa' 28 | white: '0xd3ebe9' -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/colorschemes/Gruvbox_material.yml: -------------------------------------------------------------------------------- 1 | # Colors (Gruvbox Material Dark Medium) 2 | colors: 3 | primary: 4 | background: '0x282828' 5 | foreground: '0xdfbf8e' 6 | 7 | normal: 8 | black: '0x665c54' 9 | red: '0xea6962' 10 | green: '0xa9b665' 11 | yellow: '0xe78a4e' 12 | blue: '0x7daea3' 13 | magenta: '0xd3869b' 14 | cyan: '0x89b482' 15 | white: '0xdfbf8e' 16 | 17 | bright: 18 | black: '0x928374' 19 | red: '0xea6962' 20 | green: '0xa9b665' 21 | yellow: '0xe3a84e' 22 | blue: '0x7daea3' 23 | magenta: '0xd3869b' 24 | cyan: '0x89b482' 25 | white: '0xdfbf8e' 26 | 27 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/colorschemes/Horizon_dark.yaml: -------------------------------------------------------------------------------- 1 | # Colors (Horizon Dark) 2 | colors: 3 | # Primary colors 4 | primary: 5 | background: '0x1c1e26' 6 | foreground: '0xe0e0e0' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x16161c' 11 | red: '0xe95678' 12 | green: '0x29d398' 13 | yellow: '0xfab795' 14 | blue: '0x26bbd9' 15 | magenta: '0xee64ac' 16 | cyan: '0x59e1e3' 17 | white: '0xd5d8da' 18 | 19 | # Bright colors 20 | bright: 21 | black: '0x5b5858' 22 | red: '0xec6a88' 23 | green: '0x3fdaa4' 24 | yellow: '0xfbc3a7' 25 | blue: '0x3fc4de' 26 | magenta: '0xf075b5' 27 | cyan: '0x6be4e6' 28 | white: '0xd5d8da' 29 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/colorschemes/Hund.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x161616' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x222222' 10 | red: '0xe84f4f' 11 | green: '0xb7ce42' 12 | yellow: '0xfea63c' 13 | blue: '0x66aabb' 14 | magenta: '0xb7416e' 15 | cyan: '0x6d878d' 16 | white: '0xdddddd' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x666666' 21 | red: '0xd23d3d' 22 | green: '0xbde077' 23 | yellow: '0xffe863' 24 | blue: '0xaaccbb' 25 | magenta: '0xe16a98' 26 | cyan: '0x42717b' 27 | white: '0xcccccc' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/colorschemes/Hybrid.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1d1f21' 5 | foreground: '0xc5c8c6' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x282a2e' 10 | red: '0xa54242' 11 | green: '0x8c9440' 12 | yellow: '0xde935f' 13 | blue: '0x5f819d' 14 | magenta: '0x85678f' 15 | cyan: '0x5e8d87' 16 | white: '0x707880' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x373b41' 21 | red: '0xcc6666' 22 | green: '0xb5bd68' 23 | yellow: '0xf0c674' 24 | blue: '0x81a2be' 25 | magenta: '0xb294bb' 26 | cyan: '0x8abeb7' 27 | white: '0xc5c8c6' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/colorschemes/Invisibone.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x232323' 5 | foreground: '0xa0a0a0' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x303030' 10 | red: '0xd370a3' 11 | green: '0x6d9e3f' 12 | yellow: '0xb58858' 13 | blue: '0x6095c5' 14 | magenta: '0xac7bde' 15 | cyan: '0x3ba275' 16 | white: '0xcfcfcf' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x686868' 21 | red: '0xffa7da' 22 | green: '0xa3d572' 23 | yellow: '0xefbd8b' 24 | blue: '0x98cbfe' 25 | magenta: '0xe5b0ff' 26 | cyan: '0x75daa9' 27 | white: '0xffffff' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/colorschemes/Jmbi.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1e1e1e' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x5a7260' 10 | red: '0x8f423c' 11 | green: '0xbbbb88' 12 | yellow: '0xf9d25b' 13 | blue: '0xe0ba69' 14 | magenta: '0x709289' 15 | cyan: '0xd13516' 16 | white: '0xefe2e0' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x8da691' 21 | red: '0xeeaa88' 22 | green: '0xccc68d' 23 | yellow: '0xeedd99' 24 | blue: '0xc9b957' 25 | magenta: '0xffcbab' 26 | cyan: '0xc25431' 27 | white: '0xf9f1ed' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/colorschemes/Kasugano.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1b1b1b' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x3d3d3d' 10 | red: '0x6673bf' 11 | green: '0x3ea290' 12 | yellow: '0xb0ead9' 13 | blue: '0x31658c' 14 | magenta: '0x596196' 15 | cyan: '0x8292b2' 16 | white: '0xc8cacc' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x4d4d4d' 21 | red: '0x899aff' 22 | green: '0x52ad91' 23 | yellow: '0x98c9bb' 24 | blue: '0x477ab3' 25 | magenta: '0x7882bf' 26 | cyan: '0x95a7cc' 27 | white: '0xedeff2' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/colorschemes/Monokai.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x272822' 5 | foreground: '0xf1ebeb' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x48483e' 10 | red: '0xdc2566' 11 | green: '0x8fc029' 12 | yellow: '0xd4c96e' 13 | blue: '0x55bcce' 14 | magenta: '0x9358fe' 15 | cyan: '0x56b7a5' 16 | white: '0xacada1' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x76715e' 21 | red: '0xfa2772' 22 | green: '0xa7e22e' 23 | yellow: '0xe7db75' 24 | blue: '0x66d9ee' 25 | magenta: '0xae82ff' 26 | cyan: '0x66efd5' 27 | white: '0xcfd0c2' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/colorschemes/Navy.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x021b21' 5 | foreground: '0xe8dfd6' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x032c36' 10 | red: '0xc2454e' 11 | green: '0x7cbf9e' 12 | yellow: '0x8a7a63' 13 | blue: '0x2e3340' 14 | magenta: '0xff5879' 15 | cyan: '0x44b5b1' 16 | white: '0xf2f1b9' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x065f73' 21 | red: '0xef5847' 22 | green: '0xa2d9b1' 23 | yellow: '0xbeb090' 24 | blue: '0x61778d' 25 | magenta: '0xff99a1' 26 | cyan: '0x9ed9d8' 27 | white: '0xf6f6c9' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/colorschemes/Pastel.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x151515' 5 | foreground: '0x888888' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x292929' 10 | red: '0xcf6a4c' 11 | green: '0x19cb00' 12 | yellow: '0xfad07a' 13 | blue: '0x8197bf' 14 | magenta: '0x8787af' 15 | cyan: '0x668799' 16 | white: '0x888888' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x525252' 21 | red: '0xff9d80' 22 | green: '0x23fd00' 23 | yellow: '0xffefbf' 24 | blue: '0xaccaff' 25 | magenta: '0xc4c4ff' 26 | cyan: '0x80bfaf' 27 | white: '0xe8e8d3' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/colorschemes/Sweetlove.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1f1f1f' 5 | foreground: '0xc0b18b' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x4a3637' 10 | red: '0xd17b49' 11 | green: '0x7b8748' 12 | yellow: '0xaf865a' 13 | blue: '0x535c5c' 14 | magenta: '0x775759' 15 | cyan: '0x6d715e' 16 | white: '0xc0b18b' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x402e2e' 21 | red: '0xac5d2f' 22 | green: '0x647035' 23 | yellow: '0x8f6840' 24 | blue: '0x444b4b' 25 | magenta: '0x614445' 26 | cyan: '0x585c49' 27 | white: '0x978965' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/colorschemes/Tango_dark.yaml: -------------------------------------------------------------------------------- 1 | # GNOME Terminal Tango Dark 2 | colors: 3 | primary: 4 | background: '0x2e3436' 5 | foreground: '0xd3d7cf' 6 | 7 | normal: 8 | black: '0x2e3436' 9 | red: '0xcc0000' 10 | green: '0x4e9a06' 11 | yellow: '0xc4a000' 12 | blue: '0x3465a4' 13 | magenta: '0x75507b' 14 | cyan: '0x06989a' 15 | white: '0xd3d7cf' 16 | 17 | bright: 18 | black: '0x555753' 19 | red: '0xef2929' 20 | green: '0x8ae234' 21 | yellow: '0xfce94f' 22 | blue: '0x729fcf' 23 | magenta: '0xad7fa8' 24 | cyan: '0x34e2e2' 25 | white: '0xeeeeec' 26 | 27 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/colorschemes/Tender.yaml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x282828' 5 | foreground: '0xeeeeee' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x282828' 10 | red: '0xf43753' 11 | green: '0xc9d05c' 12 | yellow: '0xffc24b' 13 | blue: '0xb3deef' 14 | magenta: '0xd3b987' 15 | cyan: '0x73cef4' 16 | white: '0xeeeeee' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x4c4c4c' 21 | red: '0xf43753' 22 | green: '0xc9d05c' 23 | yellow: '0xffc24b' 24 | blue: '0xb3deef' 25 | magenta: '0xd3b987' 26 | cyan: '0x73cef4' 27 | white: '0xfeffff' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/colorschemes/Vacuous.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x101010' 5 | foreground: '0xd2c5bc' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x202020' 10 | red: '0xb91e2e' 11 | green: '0x81957c' 12 | yellow: '0xf9bb80' 13 | blue: '0x356579' 14 | magenta: '0x2d2031' 15 | cyan: '0x0b3452' 16 | white: '0x909090' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x606060' 21 | red: '0xd14548' 22 | green: '0xa7b79a' 23 | yellow: '0xfae3a0' 24 | blue: '0x7491a1' 25 | magenta: '0x87314e' 26 | cyan: '0x0f829d' 27 | white: '0xfff0f0' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/colorschemes/Visibone.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x333333' 5 | foreground: '0xcccccc' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x666666' 10 | red: '0xcc6699' 11 | green: '0x99cc66' 12 | yellow: '0xcc9966' 13 | blue: '0x6699cc' 14 | magenta: '0x9966cc' 15 | cyan: '0x66cc99' 16 | white: '0xcccccc' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x999999' 21 | red: '0xff99cc' 22 | green: '0xccff99' 23 | yellow: '0xffcc99' 24 | blue: '0x99ccff' 25 | magenta: '0xcc99ff' 26 | cyan: '0x99ffcc' 27 | white: '0xffffff' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/alacritty/colorschemes/Yousai.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0xf5e7de' 5 | foreground: '0x34302d' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x666661' 10 | red: '0x992e2e' 11 | green: '0x4c3226' 12 | yellow: '0xa67c53' 13 | blue: '0x4c7399' 14 | magenta: '0xbf9986' 15 | cyan: '0xd97742' 16 | white: '0x34302d' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x7f7f7a' 21 | red: '0xb23636' 22 | green: '0x664233' 23 | yellow: '0xbf8f60' 24 | blue: '0x5986b2' 25 | magenta: '0xd9ae98' 26 | cyan: '0xf2854a' 27 | white: '0x4c4742' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/colorschemes/Bright.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0xf3f3f3' 5 | foreground: '0x707070' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0xd3d3d3' 10 | red: '0xef6b7b' 11 | green: '0xa1d569' 12 | yellow: '0xf59335' 13 | blue: '0x4ec2e8' 14 | magenta: '0xfec7cd' 15 | cyan: '0x95c1c0' 16 | white: '0x707070' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0xb3b3b3' 21 | red: '0xed5466' 22 | green: '0xafdb80' 23 | yellow: '0xf59335' 24 | blue: '0x5dc7ea' 25 | magenta: '0xd2a4b4' 26 | cyan: '0x75a1a0' 27 | white: '0x909090' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/colorschemes/Dawn.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x181b20' 5 | foreground: '0x9b9081' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x353535' 10 | red: '0x744b40' 11 | green: '0x6d6137' 12 | yellow: '0x765636' 13 | blue: '0x61564b' 14 | magenta: '0x6b4a49' 15 | cyan: '0x435861' 16 | white: '0xb3b3b3' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x5f5f5f' 21 | red: '0x785850' 22 | green: '0x6f6749' 23 | yellow: '0x776049' 24 | blue: '0x696057' 25 | magenta: '0x6f5a59' 26 | cyan: '0x525f66' 27 | white: '0xcdcdcd' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/colorschemes/Doom_one.yml: -------------------------------------------------------------------------------- 1 | # Colors (Doom One) 2 | colors: 3 | # Default colors 4 | primary: 5 | background: '0x282c34' 6 | foreground: '0xbbc2cf' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x282c34' 11 | red: '0xff6c6b' 12 | green: '0x98be65' 13 | yellow: '0xecbe7b' 14 | blue: '0x51afef' 15 | magenta: '0xc678dd' 16 | cyan: '0x46d9ff' 17 | white: '0xbbc2cf' 18 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/colorschemes/Erosion.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x181512' 5 | foreground: '0xbea492' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x332d29' 10 | red: '0x8c644c' 11 | green: '0x746c48' 12 | yellow: '0x908a66' 13 | blue: '0x646a6d' 14 | magenta: '0x605655' 15 | cyan: '0x4b5c5e' 16 | white: '0x504339' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x817267' 21 | red: '0x9f7155' 22 | green: '0x857b52' 23 | yellow: '0x9c956e' 24 | blue: '0x71777a' 25 | magenta: '0x656565' 26 | cyan: '0x556d70' 27 | white: '0x9a875f' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/colorschemes/Flat_remix.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | primary: 3 | background: '0x272a34' 4 | foreground: '0xFFFFFF' 5 | 6 | normal: 7 | black: '0x1F2229' 8 | red: '0xEC0101' 9 | green: '0x47D4B9' 10 | yellow: '0xFF8A18' 11 | blue: '0x277FFF' 12 | magenta: '0xD71655' 13 | cyan: '0x05A1F7' 14 | white: '0xFFFFFF' 15 | 16 | 17 | bright: 18 | black: '0x1F2229' 19 | red: '0xD41919' 20 | green: '0x5EBDAB' 21 | yellow: '0xFEA44C' 22 | blue: '0x367bf0' 23 | magenta: '0xBF2E5D' 24 | cyan: '0x49AEE6' 25 | white: '0xFFFFFF' 26 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/colorschemes/Gotham.yaml: -------------------------------------------------------------------------------- 1 | # Colors (Gotham) 2 | colors: 3 | # Default colors 4 | primary: 5 | background: '0x0a0f14' 6 | foreground: '0x98d1ce' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x0a0f14' 11 | red: '0xc33027' 12 | green: '0x26a98b' 13 | yellow: '0xedb54b' 14 | blue: '0x195465' 15 | magenta: '0x4e5165' 16 | cyan: '0x33859d' 17 | white: '0x98d1ce' 18 | 19 | # Bright colors 20 | bright: 21 | black: '0x10151b' 22 | red: '0xd26939' 23 | green: '0x081f2d' 24 | yellow: '0x245361' 25 | blue: '0x093748' 26 | magenta: '0x888ba5' 27 | cyan: '0x599caa' 28 | white: '0xd3ebe9' -------------------------------------------------------------------------------- /config/rices/aline/alacritty/colorschemes/Gruvbox_material.yml: -------------------------------------------------------------------------------- 1 | # Colors (Gruvbox Material Dark Medium) 2 | colors: 3 | primary: 4 | background: '0x282828' 5 | foreground: '0xdfbf8e' 6 | 7 | normal: 8 | black: '0x665c54' 9 | red: '0xea6962' 10 | green: '0xa9b665' 11 | yellow: '0xe78a4e' 12 | blue: '0x7daea3' 13 | magenta: '0xd3869b' 14 | cyan: '0x89b482' 15 | white: '0xdfbf8e' 16 | 17 | bright: 18 | black: '0x928374' 19 | red: '0xea6962' 20 | green: '0xa9b665' 21 | yellow: '0xe3a84e' 22 | blue: '0x7daea3' 23 | magenta: '0xd3869b' 24 | cyan: '0x89b482' 25 | white: '0xdfbf8e' 26 | 27 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/colorschemes/Horizon_dark.yaml: -------------------------------------------------------------------------------- 1 | # Colors (Horizon Dark) 2 | colors: 3 | # Primary colors 4 | primary: 5 | background: '0x1c1e26' 6 | foreground: '0xe0e0e0' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x16161c' 11 | red: '0xe95678' 12 | green: '0x29d398' 13 | yellow: '0xfab795' 14 | blue: '0x26bbd9' 15 | magenta: '0xee64ac' 16 | cyan: '0x59e1e3' 17 | white: '0xd5d8da' 18 | 19 | # Bright colors 20 | bright: 21 | black: '0x5b5858' 22 | red: '0xec6a88' 23 | green: '0x3fdaa4' 24 | yellow: '0xfbc3a7' 25 | blue: '0x3fc4de' 26 | magenta: '0xf075b5' 27 | cyan: '0x6be4e6' 28 | white: '0xd5d8da' 29 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/colorschemes/Hund.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x161616' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x222222' 10 | red: '0xe84f4f' 11 | green: '0xb7ce42' 12 | yellow: '0xfea63c' 13 | blue: '0x66aabb' 14 | magenta: '0xb7416e' 15 | cyan: '0x6d878d' 16 | white: '0xdddddd' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x666666' 21 | red: '0xd23d3d' 22 | green: '0xbde077' 23 | yellow: '0xffe863' 24 | blue: '0xaaccbb' 25 | magenta: '0xe16a98' 26 | cyan: '0x42717b' 27 | white: '0xcccccc' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/colorschemes/Hybrid.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1d1f21' 5 | foreground: '0xc5c8c6' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x282a2e' 10 | red: '0xa54242' 11 | green: '0x8c9440' 12 | yellow: '0xde935f' 13 | blue: '0x5f819d' 14 | magenta: '0x85678f' 15 | cyan: '0x5e8d87' 16 | white: '0x707880' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x373b41' 21 | red: '0xcc6666' 22 | green: '0xb5bd68' 23 | yellow: '0xf0c674' 24 | blue: '0x81a2be' 25 | magenta: '0xb294bb' 26 | cyan: '0x8abeb7' 27 | white: '0xc5c8c6' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/colorschemes/Invisibone.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x232323' 5 | foreground: '0xa0a0a0' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x303030' 10 | red: '0xd370a3' 11 | green: '0x6d9e3f' 12 | yellow: '0xb58858' 13 | blue: '0x6095c5' 14 | magenta: '0xac7bde' 15 | cyan: '0x3ba275' 16 | white: '0xcfcfcf' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x686868' 21 | red: '0xffa7da' 22 | green: '0xa3d572' 23 | yellow: '0xefbd8b' 24 | blue: '0x98cbfe' 25 | magenta: '0xe5b0ff' 26 | cyan: '0x75daa9' 27 | white: '0xffffff' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/colorschemes/Jmbi.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1e1e1e' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x5a7260' 10 | red: '0x8f423c' 11 | green: '0xbbbb88' 12 | yellow: '0xf9d25b' 13 | blue: '0xe0ba69' 14 | magenta: '0x709289' 15 | cyan: '0xd13516' 16 | white: '0xefe2e0' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x8da691' 21 | red: '0xeeaa88' 22 | green: '0xccc68d' 23 | yellow: '0xeedd99' 24 | blue: '0xc9b957' 25 | magenta: '0xffcbab' 26 | cyan: '0xc25431' 27 | white: '0xf9f1ed' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/colorschemes/Kasugano.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1b1b1b' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x3d3d3d' 10 | red: '0x6673bf' 11 | green: '0x3ea290' 12 | yellow: '0xb0ead9' 13 | blue: '0x31658c' 14 | magenta: '0x596196' 15 | cyan: '0x8292b2' 16 | white: '0xc8cacc' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x4d4d4d' 21 | red: '0x899aff' 22 | green: '0x52ad91' 23 | yellow: '0x98c9bb' 24 | blue: '0x477ab3' 25 | magenta: '0x7882bf' 26 | cyan: '0x95a7cc' 27 | white: '0xedeff2' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/colorschemes/Monokai.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x272822' 5 | foreground: '0xf1ebeb' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x48483e' 10 | red: '0xdc2566' 11 | green: '0x8fc029' 12 | yellow: '0xd4c96e' 13 | blue: '0x55bcce' 14 | magenta: '0x9358fe' 15 | cyan: '0x56b7a5' 16 | white: '0xacada1' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x76715e' 21 | red: '0xfa2772' 22 | green: '0xa7e22e' 23 | yellow: '0xe7db75' 24 | blue: '0x66d9ee' 25 | magenta: '0xae82ff' 26 | cyan: '0x66efd5' 27 | white: '0xcfd0c2' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/colorschemes/Navy.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x021b21' 5 | foreground: '0xe8dfd6' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x032c36' 10 | red: '0xc2454e' 11 | green: '0x7cbf9e' 12 | yellow: '0x8a7a63' 13 | blue: '0x2e3340' 14 | magenta: '0xff5879' 15 | cyan: '0x44b5b1' 16 | white: '0xf2f1b9' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x065f73' 21 | red: '0xef5847' 22 | green: '0xa2d9b1' 23 | yellow: '0xbeb090' 24 | blue: '0x61778d' 25 | magenta: '0xff99a1' 26 | cyan: '0x9ed9d8' 27 | white: '0xf6f6c9' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/colorschemes/Pastel.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x151515' 5 | foreground: '0x888888' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x292929' 10 | red: '0xcf6a4c' 11 | green: '0x19cb00' 12 | yellow: '0xfad07a' 13 | blue: '0x8197bf' 14 | magenta: '0x8787af' 15 | cyan: '0x668799' 16 | white: '0x888888' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x525252' 21 | red: '0xff9d80' 22 | green: '0x23fd00' 23 | yellow: '0xffefbf' 24 | blue: '0xaccaff' 25 | magenta: '0xc4c4ff' 26 | cyan: '0x80bfaf' 27 | white: '0xe8e8d3' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/colorschemes/Sweetlove.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1f1f1f' 5 | foreground: '0xc0b18b' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x4a3637' 10 | red: '0xd17b49' 11 | green: '0x7b8748' 12 | yellow: '0xaf865a' 13 | blue: '0x535c5c' 14 | magenta: '0x775759' 15 | cyan: '0x6d715e' 16 | white: '0xc0b18b' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x402e2e' 21 | red: '0xac5d2f' 22 | green: '0x647035' 23 | yellow: '0x8f6840' 24 | blue: '0x444b4b' 25 | magenta: '0x614445' 26 | cyan: '0x585c49' 27 | white: '0x978965' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/colorschemes/Tango_dark.yaml: -------------------------------------------------------------------------------- 1 | # GNOME Terminal Tango Dark 2 | colors: 3 | primary: 4 | background: '0x2e3436' 5 | foreground: '0xd3d7cf' 6 | 7 | normal: 8 | black: '0x2e3436' 9 | red: '0xcc0000' 10 | green: '0x4e9a06' 11 | yellow: '0xc4a000' 12 | blue: '0x3465a4' 13 | magenta: '0x75507b' 14 | cyan: '0x06989a' 15 | white: '0xd3d7cf' 16 | 17 | bright: 18 | black: '0x555753' 19 | red: '0xef2929' 20 | green: '0x8ae234' 21 | yellow: '0xfce94f' 22 | blue: '0x729fcf' 23 | magenta: '0xad7fa8' 24 | cyan: '0x34e2e2' 25 | white: '0xeeeeec' 26 | 27 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/colorschemes/Tender.yaml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x282828' 5 | foreground: '0xeeeeee' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x282828' 10 | red: '0xf43753' 11 | green: '0xc9d05c' 12 | yellow: '0xffc24b' 13 | blue: '0xb3deef' 14 | magenta: '0xd3b987' 15 | cyan: '0x73cef4' 16 | white: '0xeeeeee' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x4c4c4c' 21 | red: '0xf43753' 22 | green: '0xc9d05c' 23 | yellow: '0xffc24b' 24 | blue: '0xb3deef' 25 | magenta: '0xd3b987' 26 | cyan: '0x73cef4' 27 | white: '0xfeffff' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/colorschemes/Vacuous.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x101010' 5 | foreground: '0xd2c5bc' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x202020' 10 | red: '0xb91e2e' 11 | green: '0x81957c' 12 | yellow: '0xf9bb80' 13 | blue: '0x356579' 14 | magenta: '0x2d2031' 15 | cyan: '0x0b3452' 16 | white: '0x909090' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x606060' 21 | red: '0xd14548' 22 | green: '0xa7b79a' 23 | yellow: '0xfae3a0' 24 | blue: '0x7491a1' 25 | magenta: '0x87314e' 26 | cyan: '0x0f829d' 27 | white: '0xfff0f0' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/colorschemes/Visibone.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x333333' 5 | foreground: '0xcccccc' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x666666' 10 | red: '0xcc6699' 11 | green: '0x99cc66' 12 | yellow: '0xcc9966' 13 | blue: '0x6699cc' 14 | magenta: '0x9966cc' 15 | cyan: '0x66cc99' 16 | white: '0xcccccc' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x999999' 21 | red: '0xff99cc' 22 | green: '0xccff99' 23 | yellow: '0xffcc99' 24 | blue: '0x99ccff' 25 | magenta: '0xcc99ff' 26 | cyan: '0x99ffcc' 27 | white: '0xffffff' 28 | -------------------------------------------------------------------------------- /config/rices/aline/alacritty/colorschemes/Yousai.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0xf5e7de' 5 | foreground: '0x34302d' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x666661' 10 | red: '0x992e2e' 11 | green: '0x4c3226' 12 | yellow: '0xa67c53' 13 | blue: '0x4c7399' 14 | magenta: '0xbf9986' 15 | cyan: '0xd97742' 16 | white: '0x34302d' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x7f7f7a' 21 | red: '0xb23636' 22 | green: '0x664233' 23 | yellow: '0xbf8f60' 24 | blue: '0x5986b2' 25 | magenta: '0xd9ae98' 26 | cyan: '0xf2854a' 27 | white: '0x4c4742' 28 | -------------------------------------------------------------------------------- /config/rices/aline/sketchybar/assets/arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/config/rices/aline/sketchybar/assets/arch.png -------------------------------------------------------------------------------- /config/rices/aline/sketchybar/assets/seperator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/config/rices/aline/sketchybar/assets/seperator.png -------------------------------------------------------------------------------- /config/rices/aline/sketchybar/items/arch_menu.sh: -------------------------------------------------------------------------------- 1 | sketchybar --add item arch left \ 2 | --set arch background.image="~/.config/sketchybar/assets/arch.png" \ 3 | background.image.scale=0.03 \ 4 | background.drawing=on \ 5 | background.padding_left=22\ 6 | y_offset=-3 \ 7 | -------------------------------------------------------------------------------- /config/rices/aline/sketchybar/items/time.sh: -------------------------------------------------------------------------------- 1 | sketchybar --add item clock center \ 2 | --set clock update_freq=1 \ 3 | label.font="$FONT:Medium:19.0" \ 4 | label.color=0xff47455c \ 5 | label.y_offset=-3 \ 6 | script="$PLUGIN_DIR/clock.sh" \ 7 | -------------------------------------------------------------------------------- /config/rices/aline/sketchybar/plugins/clock.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | sketchybar --set $NAME label="$(date '+%H:%M')" 4 | -------------------------------------------------------------------------------- /config/rices/aline/sketchybar/plugins/collapse.sh: -------------------------------------------------------------------------------- 1 | sketchybar --remove mem 2 | sketchybar --remove cpu 3 | sketchybar --remove disk 4 | sketchybar --remove collapse 5 | 6 | sketchybar --add item collapse right \ 7 | --set collapse icon="" \ 8 | icon.font="Font Awesome 6 Free:Solid:20.0" \ 9 | icon.color=0xff47455c \ 10 | icon.y_offset=-3 \ 11 | click_script="~/.config/sketchybar/plugins/expand.sh" 12 | -------------------------------------------------------------------------------- /config/rices/aline/sketchybar/plugins/cpu.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | TOPPROC=$(top -l 2 | grep -E "^CPU" | tail -1 | awk '{ print $3 + $5"%" }' | cut -d "." -f1) 4 | 5 | sketchybar --set $NAME icon="" label="$TOPPROC%" 6 | -------------------------------------------------------------------------------- /config/rices/aline/sketchybar/plugins/disk.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | a=$(df -h "/" | awk 'NR==2{print $4}' | cut -c 1-4) 4 | FINAL=$(printf '%s\n' "${a%?} ${a#"${a%?}"}") 5 | sketchybar --set $NAME icon="" label="$FINAL"B 6 | -------------------------------------------------------------------------------- /config/rices/aline/sketchybar/plugins/mem.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | getPrecentage=$(TARGET_PATH="." 4 | top -l 1 | grep -E "^CPU" | grep -Eo '[^[:space:]]+%' | head -1 | sed 's/3\(.\)$/\1/' | cut -d "." -f1) 5 | 6 | getMB=$(TARGET_PATH="." 7 | top -l1 | awk '/PhysMem/ {print $2}') 8 | 9 | precentage=$(echo $getPrecentage) 10 | MB=$(echo $getMB) 11 | 12 | sketchybar --set $NAME icon="" label="$precentage%" 13 | -------------------------------------------------------------------------------- /config/rices/aline/sketchybar/plugins/package_monitor.sh: -------------------------------------------------------------------------------- 1 | OUTDATED=$(brew outdated | grep . -c) 2 | 3 | sketchybar --set $NAME label="$OUTDATED" 4 | -------------------------------------------------------------------------------- /config/rices/aline/sketchybar/plugins/playing.sh: -------------------------------------------------------------------------------- 1 | PLAYING=$(cd ~/.config/sketchybar/spotify && ./song.sh) 2 | # ARTIST=$(cd ~/.config/sketchybar/spotify && ./artist.sh) 3 | # BOTH=$(echo $PLAYING && echo "‎ " && echo "| |" && echo "‎ " && echo $ARTIST) 4 | # FINAL=$(echo $BOTH | sed 's/\(.\{22\}\).*/\1.../') 5 | FINAL=$(echo $PLAYING | sed 's/\(.\{20\}\).*/\1.../') 6 | 7 | sketchybar --set $NAME icon="[  " label=" $FINAL" 8 | -------------------------------------------------------------------------------- /config/rices/aline/sketchybar/plugins/spotify.sh: -------------------------------------------------------------------------------- 1 | status () { 2 | if osascript -e 'tell application "Spotify" 3 | set playerState to player state as string 4 | end tell 5 | playerState 6 | ' | grep -q 'playing'; then 7 | echo "playing" 8 | else 9 | echo "paused" 10 | fi 11 | } 12 | 13 | BACK_SCRIPT="cd ~/.config/sketchybar/spotify && ./back.sh" 14 | PAUSE_PLAY_SCRIPT="cd ~/.config/sketchybar/spotify/ && ./playpause.sh && source '$PLUGIN_DIR/spotify.sh'" 15 | FORWARD_SCRIPT="cd ~/.config/sketchybar/spotify && ./forward.sh" 16 | 17 | if [ $(status) = "playing" ]; then 18 | sketchybar --set pause icon='' 19 | else 20 | sketchybar --set pause icon='' 21 | fi 22 | -------------------------------------------------------------------------------- /config/rices/aline/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /config/rices/aline/skhd/skhd-aline/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /config/rices/aline/skhd/skhd-aline/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /config/rices/aline/skhd/skhd-aline/skhd/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /config/rices/aline/skhd/skhd-aline/skhd/skhd/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /config/rices/aline/skhd/skhd-dt-xmonad/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /config/rices/aline/skhd/skhd-dt-xmonad/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /config/rices/aline/skhd/skhd-dt-xmonad/skhd/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /config/rices/aline/skhd/skhd-dt-xmonad/skhd/skhd/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /config/rices/aline/skhd/skhd-pacman/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /config/rices/aline/skhd/skhd-pacman/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /config/rices/aline/skhd/skhd-pacman/skhd/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /config/rices/aline/skhd/skhd-pacman/skhd/skhd/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /config/rices/aline/skhd/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /config/rices/aline/skhd/skhd/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/config/rices/dt-xmonad/.DS_Store -------------------------------------------------------------------------------- /config/rices/dt-xmonad/alacritty/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/config/rices/dt-xmonad/alacritty/.DS_Store -------------------------------------------------------------------------------- /config/rices/dt-xmonad/alacritty/colorschemes/Bright.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0xf3f3f3' 5 | foreground: '0x707070' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0xd3d3d3' 10 | red: '0xef6b7b' 11 | green: '0xa1d569' 12 | yellow: '0xf59335' 13 | blue: '0x4ec2e8' 14 | magenta: '0xfec7cd' 15 | cyan: '0x95c1c0' 16 | white: '0x707070' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0xb3b3b3' 21 | red: '0xed5466' 22 | green: '0xafdb80' 23 | yellow: '0xf59335' 24 | blue: '0x5dc7ea' 25 | magenta: '0xd2a4b4' 26 | cyan: '0x75a1a0' 27 | white: '0x909090' 28 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/alacritty/colorschemes/Dawn.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x181b20' 5 | foreground: '0x9b9081' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x353535' 10 | red: '0x744b40' 11 | green: '0x6d6137' 12 | yellow: '0x765636' 13 | blue: '0x61564b' 14 | magenta: '0x6b4a49' 15 | cyan: '0x435861' 16 | white: '0xb3b3b3' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x5f5f5f' 21 | red: '0x785850' 22 | green: '0x6f6749' 23 | yellow: '0x776049' 24 | blue: '0x696057' 25 | magenta: '0x6f5a59' 26 | cyan: '0x525f66' 27 | white: '0xcdcdcd' 28 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/alacritty/colorschemes/Doom_one.yml: -------------------------------------------------------------------------------- 1 | # Colors (Doom One) 2 | colors: 3 | # Default colors 4 | primary: 5 | background: '0x282c34' 6 | foreground: '0xbbc2cf' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x282c34' 11 | red: '0xff6c6b' 12 | green: '0x98be65' 13 | yellow: '0xecbe7b' 14 | blue: '0x51afef' 15 | magenta: '0xc678dd' 16 | cyan: '0x46d9ff' 17 | white: '0xbbc2cf' 18 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/alacritty/colorschemes/Erosion.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x181512' 5 | foreground: '0xbea492' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x332d29' 10 | red: '0x8c644c' 11 | green: '0x746c48' 12 | yellow: '0x908a66' 13 | blue: '0x646a6d' 14 | magenta: '0x605655' 15 | cyan: '0x4b5c5e' 16 | white: '0x504339' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x817267' 21 | red: '0x9f7155' 22 | green: '0x857b52' 23 | yellow: '0x9c956e' 24 | blue: '0x71777a' 25 | magenta: '0x656565' 26 | cyan: '0x556d70' 27 | white: '0x9a875f' 28 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/alacritty/colorschemes/Flat_remix.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | primary: 3 | background: '0x272a34' 4 | foreground: '0xFFFFFF' 5 | 6 | normal: 7 | black: '0x1F2229' 8 | red: '0xEC0101' 9 | green: '0x47D4B9' 10 | yellow: '0xFF8A18' 11 | blue: '0x277FFF' 12 | magenta: '0xD71655' 13 | cyan: '0x05A1F7' 14 | white: '0xFFFFFF' 15 | 16 | 17 | bright: 18 | black: '0x1F2229' 19 | red: '0xD41919' 20 | green: '0x5EBDAB' 21 | yellow: '0xFEA44C' 22 | blue: '0x367bf0' 23 | magenta: '0xBF2E5D' 24 | cyan: '0x49AEE6' 25 | white: '0xFFFFFF' 26 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/alacritty/colorschemes/Gotham.yaml: -------------------------------------------------------------------------------- 1 | # Colors (Gotham) 2 | colors: 3 | # Default colors 4 | primary: 5 | background: '0x0a0f14' 6 | foreground: '0x98d1ce' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x0a0f14' 11 | red: '0xc33027' 12 | green: '0x26a98b' 13 | yellow: '0xedb54b' 14 | blue: '0x195465' 15 | magenta: '0x4e5165' 16 | cyan: '0x33859d' 17 | white: '0x98d1ce' 18 | 19 | # Bright colors 20 | bright: 21 | black: '0x10151b' 22 | red: '0xd26939' 23 | green: '0x081f2d' 24 | yellow: '0x245361' 25 | blue: '0x093748' 26 | magenta: '0x888ba5' 27 | cyan: '0x599caa' 28 | white: '0xd3ebe9' -------------------------------------------------------------------------------- /config/rices/dt-xmonad/alacritty/colorschemes/Gruvbox_material.yml: -------------------------------------------------------------------------------- 1 | # Colors (Gruvbox Material Dark Medium) 2 | colors: 3 | primary: 4 | background: '0x282828' 5 | foreground: '0xdfbf8e' 6 | 7 | normal: 8 | black: '0x665c54' 9 | red: '0xea6962' 10 | green: '0xa9b665' 11 | yellow: '0xe78a4e' 12 | blue: '0x7daea3' 13 | magenta: '0xd3869b' 14 | cyan: '0x89b482' 15 | white: '0xdfbf8e' 16 | 17 | bright: 18 | black: '0x928374' 19 | red: '0xea6962' 20 | green: '0xa9b665' 21 | yellow: '0xe3a84e' 22 | blue: '0x7daea3' 23 | magenta: '0xd3869b' 24 | cyan: '0x89b482' 25 | white: '0xdfbf8e' 26 | 27 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/alacritty/colorschemes/Horizon_dark.yaml: -------------------------------------------------------------------------------- 1 | # Colors (Horizon Dark) 2 | colors: 3 | # Primary colors 4 | primary: 5 | background: '0x1c1e26' 6 | foreground: '0xe0e0e0' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x16161c' 11 | red: '0xe95678' 12 | green: '0x29d398' 13 | yellow: '0xfab795' 14 | blue: '0x26bbd9' 15 | magenta: '0xee64ac' 16 | cyan: '0x59e1e3' 17 | white: '0xd5d8da' 18 | 19 | # Bright colors 20 | bright: 21 | black: '0x5b5858' 22 | red: '0xec6a88' 23 | green: '0x3fdaa4' 24 | yellow: '0xfbc3a7' 25 | blue: '0x3fc4de' 26 | magenta: '0xf075b5' 27 | cyan: '0x6be4e6' 28 | white: '0xd5d8da' 29 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/alacritty/colorschemes/Hund.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x161616' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x222222' 10 | red: '0xe84f4f' 11 | green: '0xb7ce42' 12 | yellow: '0xfea63c' 13 | blue: '0x66aabb' 14 | magenta: '0xb7416e' 15 | cyan: '0x6d878d' 16 | white: '0xdddddd' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x666666' 21 | red: '0xd23d3d' 22 | green: '0xbde077' 23 | yellow: '0xffe863' 24 | blue: '0xaaccbb' 25 | magenta: '0xe16a98' 26 | cyan: '0x42717b' 27 | white: '0xcccccc' 28 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/alacritty/colorschemes/Hybrid.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1d1f21' 5 | foreground: '0xc5c8c6' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x282a2e' 10 | red: '0xa54242' 11 | green: '0x8c9440' 12 | yellow: '0xde935f' 13 | blue: '0x5f819d' 14 | magenta: '0x85678f' 15 | cyan: '0x5e8d87' 16 | white: '0x707880' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x373b41' 21 | red: '0xcc6666' 22 | green: '0xb5bd68' 23 | yellow: '0xf0c674' 24 | blue: '0x81a2be' 25 | magenta: '0xb294bb' 26 | cyan: '0x8abeb7' 27 | white: '0xc5c8c6' 28 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/alacritty/colorschemes/Invisibone.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x232323' 5 | foreground: '0xa0a0a0' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x303030' 10 | red: '0xd370a3' 11 | green: '0x6d9e3f' 12 | yellow: '0xb58858' 13 | blue: '0x6095c5' 14 | magenta: '0xac7bde' 15 | cyan: '0x3ba275' 16 | white: '0xcfcfcf' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x686868' 21 | red: '0xffa7da' 22 | green: '0xa3d572' 23 | yellow: '0xefbd8b' 24 | blue: '0x98cbfe' 25 | magenta: '0xe5b0ff' 26 | cyan: '0x75daa9' 27 | white: '0xffffff' 28 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/alacritty/colorschemes/Jmbi.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1e1e1e' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x5a7260' 10 | red: '0x8f423c' 11 | green: '0xbbbb88' 12 | yellow: '0xf9d25b' 13 | blue: '0xe0ba69' 14 | magenta: '0x709289' 15 | cyan: '0xd13516' 16 | white: '0xefe2e0' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x8da691' 21 | red: '0xeeaa88' 22 | green: '0xccc68d' 23 | yellow: '0xeedd99' 24 | blue: '0xc9b957' 25 | magenta: '0xffcbab' 26 | cyan: '0xc25431' 27 | white: '0xf9f1ed' 28 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/alacritty/colorschemes/Kasugano.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1b1b1b' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x3d3d3d' 10 | red: '0x6673bf' 11 | green: '0x3ea290' 12 | yellow: '0xb0ead9' 13 | blue: '0x31658c' 14 | magenta: '0x596196' 15 | cyan: '0x8292b2' 16 | white: '0xc8cacc' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x4d4d4d' 21 | red: '0x899aff' 22 | green: '0x52ad91' 23 | yellow: '0x98c9bb' 24 | blue: '0x477ab3' 25 | magenta: '0x7882bf' 26 | cyan: '0x95a7cc' 27 | white: '0xedeff2' 28 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/alacritty/colorschemes/Monokai.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x272822' 5 | foreground: '0xf1ebeb' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x48483e' 10 | red: '0xdc2566' 11 | green: '0x8fc029' 12 | yellow: '0xd4c96e' 13 | blue: '0x55bcce' 14 | magenta: '0x9358fe' 15 | cyan: '0x56b7a5' 16 | white: '0xacada1' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x76715e' 21 | red: '0xfa2772' 22 | green: '0xa7e22e' 23 | yellow: '0xe7db75' 24 | blue: '0x66d9ee' 25 | magenta: '0xae82ff' 26 | cyan: '0x66efd5' 27 | white: '0xcfd0c2' 28 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/alacritty/colorschemes/Navy.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x021b21' 5 | foreground: '0xe8dfd6' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x032c36' 10 | red: '0xc2454e' 11 | green: '0x7cbf9e' 12 | yellow: '0x8a7a63' 13 | blue: '0x2e3340' 14 | magenta: '0xff5879' 15 | cyan: '0x44b5b1' 16 | white: '0xf2f1b9' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x065f73' 21 | red: '0xef5847' 22 | green: '0xa2d9b1' 23 | yellow: '0xbeb090' 24 | blue: '0x61778d' 25 | magenta: '0xff99a1' 26 | cyan: '0x9ed9d8' 27 | white: '0xf6f6c9' 28 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/alacritty/colorschemes/Pastel.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x151515' 5 | foreground: '0x888888' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x292929' 10 | red: '0xcf6a4c' 11 | green: '0x19cb00' 12 | yellow: '0xfad07a' 13 | blue: '0x8197bf' 14 | magenta: '0x8787af' 15 | cyan: '0x668799' 16 | white: '0x888888' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x525252' 21 | red: '0xff9d80' 22 | green: '0x23fd00' 23 | yellow: '0xffefbf' 24 | blue: '0xaccaff' 25 | magenta: '0xc4c4ff' 26 | cyan: '0x80bfaf' 27 | white: '0xe8e8d3' 28 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/alacritty/colorschemes/Sweetlove.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1f1f1f' 5 | foreground: '0xc0b18b' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x4a3637' 10 | red: '0xd17b49' 11 | green: '0x7b8748' 12 | yellow: '0xaf865a' 13 | blue: '0x535c5c' 14 | magenta: '0x775759' 15 | cyan: '0x6d715e' 16 | white: '0xc0b18b' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x402e2e' 21 | red: '0xac5d2f' 22 | green: '0x647035' 23 | yellow: '0x8f6840' 24 | blue: '0x444b4b' 25 | magenta: '0x614445' 26 | cyan: '0x585c49' 27 | white: '0x978965' 28 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/alacritty/colorschemes/Tango_dark.yaml: -------------------------------------------------------------------------------- 1 | # GNOME Terminal Tango Dark 2 | colors: 3 | primary: 4 | background: '0x2e3436' 5 | foreground: '0xd3d7cf' 6 | 7 | normal: 8 | black: '0x2e3436' 9 | red: '0xcc0000' 10 | green: '0x4e9a06' 11 | yellow: '0xc4a000' 12 | blue: '0x3465a4' 13 | magenta: '0x75507b' 14 | cyan: '0x06989a' 15 | white: '0xd3d7cf' 16 | 17 | bright: 18 | black: '0x555753' 19 | red: '0xef2929' 20 | green: '0x8ae234' 21 | yellow: '0xfce94f' 22 | blue: '0x729fcf' 23 | magenta: '0xad7fa8' 24 | cyan: '0x34e2e2' 25 | white: '0xeeeeec' 26 | 27 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/alacritty/colorschemes/Tender.yaml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x282828' 5 | foreground: '0xeeeeee' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x282828' 10 | red: '0xf43753' 11 | green: '0xc9d05c' 12 | yellow: '0xffc24b' 13 | blue: '0xb3deef' 14 | magenta: '0xd3b987' 15 | cyan: '0x73cef4' 16 | white: '0xeeeeee' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x4c4c4c' 21 | red: '0xf43753' 22 | green: '0xc9d05c' 23 | yellow: '0xffc24b' 24 | blue: '0xb3deef' 25 | magenta: '0xd3b987' 26 | cyan: '0x73cef4' 27 | white: '0xfeffff' 28 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/alacritty/colorschemes/Vacuous.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x101010' 5 | foreground: '0xd2c5bc' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x202020' 10 | red: '0xb91e2e' 11 | green: '0x81957c' 12 | yellow: '0xf9bb80' 13 | blue: '0x356579' 14 | magenta: '0x2d2031' 15 | cyan: '0x0b3452' 16 | white: '0x909090' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x606060' 21 | red: '0xd14548' 22 | green: '0xa7b79a' 23 | yellow: '0xfae3a0' 24 | blue: '0x7491a1' 25 | magenta: '0x87314e' 26 | cyan: '0x0f829d' 27 | white: '0xfff0f0' 28 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/alacritty/colorschemes/Visibone.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x333333' 5 | foreground: '0xcccccc' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x666666' 10 | red: '0xcc6699' 11 | green: '0x99cc66' 12 | yellow: '0xcc9966' 13 | blue: '0x6699cc' 14 | magenta: '0x9966cc' 15 | cyan: '0x66cc99' 16 | white: '0xcccccc' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x999999' 21 | red: '0xff99cc' 22 | green: '0xccff99' 23 | yellow: '0xffcc99' 24 | blue: '0x99ccff' 25 | magenta: '0xcc99ff' 26 | cyan: '0x99ffcc' 27 | white: '0xffffff' 28 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/alacritty/colorschemes/Yousai.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0xf5e7de' 5 | foreground: '0x34302d' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x666661' 10 | red: '0x992e2e' 11 | green: '0x4c3226' 12 | yellow: '0xa67c53' 13 | blue: '0x4c7399' 14 | magenta: '0xbf9986' 15 | cyan: '0xd97742' 16 | white: '0x34302d' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x7f7f7a' 21 | red: '0xb23636' 22 | green: '0x664233' 23 | yellow: '0xbf8f60' 24 | blue: '0x5986b2' 25 | magenta: '0xd9ae98' 26 | cyan: '0xf2854a' 27 | white: '0x4c4742' 28 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/sketchybar/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/config/rices/dt-xmonad/sketchybar/.DS_Store -------------------------------------------------------------------------------- /config/rices/dt-xmonad/sketchybar/assets/discord-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/config/rices/dt-xmonad/sketchybar/assets/discord-logo.png -------------------------------------------------------------------------------- /config/rices/dt-xmonad/sketchybar/assets/obs-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/config/rices/dt-xmonad/sketchybar/assets/obs-logo.png -------------------------------------------------------------------------------- /config/rices/dt-xmonad/sketchybar/assets/spotify-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/config/rices/dt-xmonad/sketchybar/assets/spotify-logo.png -------------------------------------------------------------------------------- /config/rices/dt-xmonad/sketchybar/colors.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | # Color Palette 4 | BLACK=0xff181a1c 5 | WHITE=0xffe1e3e4 6 | RED=0xffff6578 7 | GREEN=0xffcf6e6e 8 | BLUE=0xffeacb64 9 | YELLOW=0xffcf6e6e 10 | ORANGE=0xfffcf6e6e 11 | MAGENTA=0xffcf6e6e 12 | GREY=0xff2a2f38 13 | TRANSPARENT=0x00000000 14 | 15 | # General bar colors 16 | BAR_COLOR=$GREY # Grey bar 17 | ICON_COLOR=$WHITE # Color of all icons 18 | LABEL_COLOR=$WHITE # Color of all labels 19 | 20 | POPUP_BACKGROUND_COLOR=$BAR_COLOR 21 | POPUP_BORDER_COLOR=$GREEN 22 | 23 | SHADOW_COLOR=$BLACK 24 | 25 | # Item specific special colors 26 | GIT_NO_COMMITS=0xffd3d3d3 27 | SPOTIFY_GREEN=0xff1db954 28 | VIM= 29 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/sketchybar/plugins/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/config/rices/dt-xmonad/sketchybar/plugins/.DS_Store -------------------------------------------------------------------------------- /config/rices/dt-xmonad/sketchybar/plugins/clock.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | sketchybar --set $NAME label="$(date '+%b %d %Y - (%H:%M'))" 4 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/sketchybar/plugins/cpu.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | TOPPROC=$(top -l 2 | grep -E "^CPU" | tail -1 | awk '{ print $3 + $5"%" }' | cut -d "." -f1) 4 | 5 | sketchybar --set $NAME icon="" label="cpu ($TOPPROC%)" 6 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/sketchybar/plugins/disk.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | TOPPROC=$(df -h "/" | awk 'NR==2{print $4}' | cut -c 1-4) 4 | sketchybar --set $NAME icon="" label="hdd: $TOPPROC free" 5 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/sketchybar/plugins/mem.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | getPrecentage=$(TARGET_PATH="." 4 | top -l 1 | grep -E "^CPU" | grep -Eo '[^[:space:]]+%' | head -1 | sed 's/3\(.\)$/\1/' | cut -d "." -f1) 5 | 6 | getMB=$(TARGET_PATH="." 7 | top -l1 | awk '/PhysMem/ {print $2}') 8 | 9 | precentage=$(echo $getPrecentage) 10 | MB=$(echo $getMB) 11 | 12 | sketchybar --set $NAME icon="" label="mem: $MB ($precentage%)" 13 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/sketchybar/plugins/os-ver.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | TOPPROC=$(sw_vers -productVersion; echo " ("; uname -r; echo ")") 4 | 5 | sketchybar --set $NAME icon="" label="$TOPPROC" 6 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/sketchybar/plugins/toggle_bracket.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | BRACKET_NAME="$(echo $NAME | tr '.' ' ' | awk "{ print \$1 }")" 4 | ITEMS="$(sketchybar --query $BRACKET_NAME | jq -r ".bracket[]")" 5 | args=() 6 | while read -r item 7 | do 8 | if [ "$item" != "$NAME" ]; then 9 | args+=(--set "$item" drawing=toggle) 10 | fi 11 | done <<< "$ITEMS" 12 | 13 | sketchybar -m "${args[@]}" 14 | 15 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/sketchybar/plugins/uptime.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | status=$(boottime=`sysctl -n kern.boottime | awk '{print $4}' | sed 's/,//g'` 4 | unixtime=`date +%s` 5 | timeAgo=$(($unixtime - $boottime)) 6 | uptime=`awk -v time=$timeAgo 'BEGIN { minutes = int(time / 60 % 60); hours = int(time / 60 / 60 % 24); days = int(time / 60 / 60 / 24); printf("%.0fd %.0fh", days, hours); exit }'` 7 | echo $uptime) 8 | uptime=$(echo $status) 9 | 10 | sketchybar --set $NAME icon="" label="uptime: $uptime" 11 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/sketchybar/plugins/window_title.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | update() { 4 | sketchybar --set $NAME label="$INFO" 5 | } 6 | 7 | TITLE=$(yabai -m query --windows --window | jq -r '.title' | sed 's/\(.\{60\}\).*/\1.../') 8 | sketchybar --set $NAME label="$TITLE" 9 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/skhd/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/config/rices/dt-xmonad/skhd/.DS_Store -------------------------------------------------------------------------------- /config/rices/dt-xmonad/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /config/rices/dt-xmonad/yabai/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/config/rices/dt-xmonad/yabai/.DS_Store -------------------------------------------------------------------------------- /config/zsh/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/config/zsh/.DS_Store -------------------------------------------------------------------------------- /dmenu/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/.DS_Store -------------------------------------------------------------------------------- /dmenu/apps.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | . ~/.config/dmenu-scripts/config.sh 4 | 5 | ls -d /Applications/*.app \ 6 | /System/Applications/*.app \ 7 | /Applications/Utilities/*.app \ 8 | /System/Applications/Utilities/*.app \ 9 | | sed -r 's/^.+\///' | rev | cut -c5- | rev | ${DMENU_APPS} | xargs -I {} open -a "{}" 10 | -------------------------------------------------------------------------------- /dmenu/dmenu-4.9/README: -------------------------------------------------------------------------------- 1 | dmenu - dynamic menu 2 | ==================== 3 | dmenu is an efficient dynamic menu for X. 4 | 5 | 6 | Requirements 7 | ------------ 8 | In order to build dmenu you need the Xlib header files. 9 | 10 | 11 | Installation 12 | ------------ 13 | Edit config.mk to match your local setup (dmenu is installed into 14 | the /usr/local namespace by default). 15 | 16 | Afterwards enter the following command to build and install dmenu 17 | (if necessary as root): 18 | 19 | make clean install 20 | 21 | 22 | Running dmenu 23 | ------------- 24 | See the man page for details. 25 | -------------------------------------------------------------------------------- /dmenu/dmenu-4.9/dmenu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/dmenu-4.9/dmenu -------------------------------------------------------------------------------- /dmenu/dmenu-4.9/dmenu.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/dmenu-4.9/dmenu.o -------------------------------------------------------------------------------- /dmenu/dmenu-4.9/dmenu_path: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | cachedir="${XDG_CACHE_HOME:-"$HOME/.cache"}" 4 | cache="$cachedir/dmenu_run" 5 | 6 | [ ! -e "$cachedir" ] && mkdir -p "$cachedir" 7 | 8 | IFS=: 9 | if stest -dqr -n "$cache" $PATH; then 10 | stest -flx $PATH | sort -u | tee "$cache" 11 | else 12 | cat "$cache" 13 | fi 14 | -------------------------------------------------------------------------------- /dmenu/dmenu-4.9/dmenu_run: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} & 3 | -------------------------------------------------------------------------------- /dmenu/dmenu-4.9/drw.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/dmenu-4.9/drw.o -------------------------------------------------------------------------------- /dmenu/dmenu-4.9/stest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/dmenu-4.9/stest -------------------------------------------------------------------------------- /dmenu/dmenu-4.9/stest.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/dmenu-4.9/stest.o -------------------------------------------------------------------------------- /dmenu/dmenu-4.9/util.c: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | #include 3 | #include 4 | #include 5 | #include 6 | 7 | #include "util.h" 8 | 9 | void * 10 | ecalloc(size_t nmemb, size_t size) 11 | { 12 | void *p; 13 | 14 | if (!(p = calloc(nmemb, size))) 15 | die("calloc:"); 16 | return p; 17 | } 18 | 19 | void 20 | die(const char *fmt, ...) { 21 | va_list ap; 22 | 23 | va_start(ap, fmt); 24 | vfprintf(stderr, fmt, ap); 25 | va_end(ap); 26 | 27 | if (fmt[0] && fmt[strlen(fmt)-1] == ':') { 28 | fputc(' ', stderr); 29 | perror(NULL); 30 | } else { 31 | fputc('\n', stderr); 32 | } 33 | 34 | exit(1); 35 | } 36 | -------------------------------------------------------------------------------- /dmenu/dmenu-4.9/util.h: -------------------------------------------------------------------------------- 1 | /* See LICENSE file for copyright and license details. */ 2 | 3 | #define MAX(A, B) ((A) > (B) ? (A) : (B)) 4 | #define MIN(A, B) ((A) < (B) ? (A) : (B)) 5 | #define BETWEEN(X, A, B) ((A) <= (X) && (X) <= (B)) 6 | 7 | void die(const char *fmt, ...); 8 | void *ecalloc(size_t nmemb, size_t size); 9 | -------------------------------------------------------------------------------- /dmenu/dmenu-4.9/util.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/dmenu-4.9/util.o -------------------------------------------------------------------------------- /dmenu/logout.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | # get config 4 | . ~/.config/dmenu-scripts/config.sh 5 | 6 | # function to list all options 7 | choice=$(printf "Lock Screen\nLogout\nReboot\nShutdown" | ${DMENU} "Shutdown menu:") 8 | 9 | case $choice in 10 | "Lock Screen") osascript -e 'tell application "Finder" to sleep' 11 | ;; 12 | "Logout") skhd -k "cmd + shift - q" 13 | ;; 14 | "Reboot") osascript -e 'tell app "System Events" to restart' 15 | ;; 16 | "Shutdown") osascript -e 'tell app "System Events" to shut down' 17 | esac 18 | -------------------------------------------------------------------------------- /dmenu/screenshot.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | # get config 4 | . ~/.config/dmenu-scripts/config.sh 5 | 6 | # list options 7 | choice=$(printf \ 8 | "Fullscreen\\ 9 | Reigon\\ 10 | "\ 11 | | sed 's/\\//' | ${DMENU} "Search:") # pipe configs into dmenu 12 | 13 | case $choice in 14 | "Fullscreen") screencapture ${SCREENSHOTPATH}${SCREENSHOTNAME}.${SCREENSHOTFORMAT} 15 | ;; 16 | "Reigon") screencapture -i ${SCREENSHOTPATH}${SCREENSHOTNAME}.${SCREENSHOTFORMAT} 17 | esac 18 | -------------------------------------------------------------------------------- /dmenu/themes/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/themes/.DS_Store -------------------------------------------------------------------------------- /dmenu/themes/alacritty/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/themes/alacritty/.DS_Store -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-aline/colorschemes/Bright.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0xf3f3f3' 5 | foreground: '0x707070' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0xd3d3d3' 10 | red: '0xef6b7b' 11 | green: '0xa1d569' 12 | yellow: '0xf59335' 13 | blue: '0x4ec2e8' 14 | magenta: '0xfec7cd' 15 | cyan: '0x95c1c0' 16 | white: '0x707070' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0xb3b3b3' 21 | red: '0xed5466' 22 | green: '0xafdb80' 23 | yellow: '0xf59335' 24 | blue: '0x5dc7ea' 25 | magenta: '0xd2a4b4' 26 | cyan: '0x75a1a0' 27 | white: '0x909090' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-aline/colorschemes/Dawn.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x181b20' 5 | foreground: '0x9b9081' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x353535' 10 | red: '0x744b40' 11 | green: '0x6d6137' 12 | yellow: '0x765636' 13 | blue: '0x61564b' 14 | magenta: '0x6b4a49' 15 | cyan: '0x435861' 16 | white: '0xb3b3b3' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x5f5f5f' 21 | red: '0x785850' 22 | green: '0x6f6749' 23 | yellow: '0x776049' 24 | blue: '0x696057' 25 | magenta: '0x6f5a59' 26 | cyan: '0x525f66' 27 | white: '0xcdcdcd' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-aline/colorschemes/Doom_one.yml: -------------------------------------------------------------------------------- 1 | # Colors (Doom One) 2 | colors: 3 | # Default colors 4 | primary: 5 | background: '0x282c34' 6 | foreground: '0xbbc2cf' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x282c34' 11 | red: '0xff6c6b' 12 | green: '0x98be65' 13 | yellow: '0xecbe7b' 14 | blue: '0x51afef' 15 | magenta: '0xc678dd' 16 | cyan: '0x46d9ff' 17 | white: '0xbbc2cf' 18 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-aline/colorschemes/Erosion.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x181512' 5 | foreground: '0xbea492' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x332d29' 10 | red: '0x8c644c' 11 | green: '0x746c48' 12 | yellow: '0x908a66' 13 | blue: '0x646a6d' 14 | magenta: '0x605655' 15 | cyan: '0x4b5c5e' 16 | white: '0x504339' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x817267' 21 | red: '0x9f7155' 22 | green: '0x857b52' 23 | yellow: '0x9c956e' 24 | blue: '0x71777a' 25 | magenta: '0x656565' 26 | cyan: '0x556d70' 27 | white: '0x9a875f' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-aline/colorschemes/Flat_remix.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | primary: 3 | background: '0x272a34' 4 | foreground: '0xFFFFFF' 5 | 6 | normal: 7 | black: '0x1F2229' 8 | red: '0xEC0101' 9 | green: '0x47D4B9' 10 | yellow: '0xFF8A18' 11 | blue: '0x277FFF' 12 | magenta: '0xD71655' 13 | cyan: '0x05A1F7' 14 | white: '0xFFFFFF' 15 | 16 | 17 | bright: 18 | black: '0x1F2229' 19 | red: '0xD41919' 20 | green: '0x5EBDAB' 21 | yellow: '0xFEA44C' 22 | blue: '0x367bf0' 23 | magenta: '0xBF2E5D' 24 | cyan: '0x49AEE6' 25 | white: '0xFFFFFF' 26 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-aline/colorschemes/Gotham.yaml: -------------------------------------------------------------------------------- 1 | # Colors (Gotham) 2 | colors: 3 | # Default colors 4 | primary: 5 | background: '0x0a0f14' 6 | foreground: '0x98d1ce' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x0a0f14' 11 | red: '0xc33027' 12 | green: '0x26a98b' 13 | yellow: '0xedb54b' 14 | blue: '0x195465' 15 | magenta: '0x4e5165' 16 | cyan: '0x33859d' 17 | white: '0x98d1ce' 18 | 19 | # Bright colors 20 | bright: 21 | black: '0x10151b' 22 | red: '0xd26939' 23 | green: '0x081f2d' 24 | yellow: '0x245361' 25 | blue: '0x093748' 26 | magenta: '0x888ba5' 27 | cyan: '0x599caa' 28 | white: '0xd3ebe9' -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-aline/colorschemes/Gruvbox_material.yml: -------------------------------------------------------------------------------- 1 | # Colors (Gruvbox Material Dark Medium) 2 | colors: 3 | primary: 4 | background: '0x282828' 5 | foreground: '0xdfbf8e' 6 | 7 | normal: 8 | black: '0x665c54' 9 | red: '0xea6962' 10 | green: '0xa9b665' 11 | yellow: '0xe78a4e' 12 | blue: '0x7daea3' 13 | magenta: '0xd3869b' 14 | cyan: '0x89b482' 15 | white: '0xdfbf8e' 16 | 17 | bright: 18 | black: '0x928374' 19 | red: '0xea6962' 20 | green: '0xa9b665' 21 | yellow: '0xe3a84e' 22 | blue: '0x7daea3' 23 | magenta: '0xd3869b' 24 | cyan: '0x89b482' 25 | white: '0xdfbf8e' 26 | 27 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-aline/colorschemes/Horizon_dark.yaml: -------------------------------------------------------------------------------- 1 | # Colors (Horizon Dark) 2 | colors: 3 | # Primary colors 4 | primary: 5 | background: '0x1c1e26' 6 | foreground: '0xe0e0e0' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x16161c' 11 | red: '0xe95678' 12 | green: '0x29d398' 13 | yellow: '0xfab795' 14 | blue: '0x26bbd9' 15 | magenta: '0xee64ac' 16 | cyan: '0x59e1e3' 17 | white: '0xd5d8da' 18 | 19 | # Bright colors 20 | bright: 21 | black: '0x5b5858' 22 | red: '0xec6a88' 23 | green: '0x3fdaa4' 24 | yellow: '0xfbc3a7' 25 | blue: '0x3fc4de' 26 | magenta: '0xf075b5' 27 | cyan: '0x6be4e6' 28 | white: '0xd5d8da' 29 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-aline/colorschemes/Hund.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x161616' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x222222' 10 | red: '0xe84f4f' 11 | green: '0xb7ce42' 12 | yellow: '0xfea63c' 13 | blue: '0x66aabb' 14 | magenta: '0xb7416e' 15 | cyan: '0x6d878d' 16 | white: '0xdddddd' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x666666' 21 | red: '0xd23d3d' 22 | green: '0xbde077' 23 | yellow: '0xffe863' 24 | blue: '0xaaccbb' 25 | magenta: '0xe16a98' 26 | cyan: '0x42717b' 27 | white: '0xcccccc' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-aline/colorschemes/Hybrid.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1d1f21' 5 | foreground: '0xc5c8c6' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x282a2e' 10 | red: '0xa54242' 11 | green: '0x8c9440' 12 | yellow: '0xde935f' 13 | blue: '0x5f819d' 14 | magenta: '0x85678f' 15 | cyan: '0x5e8d87' 16 | white: '0x707880' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x373b41' 21 | red: '0xcc6666' 22 | green: '0xb5bd68' 23 | yellow: '0xf0c674' 24 | blue: '0x81a2be' 25 | magenta: '0xb294bb' 26 | cyan: '0x8abeb7' 27 | white: '0xc5c8c6' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-aline/colorschemes/Invisibone.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x232323' 5 | foreground: '0xa0a0a0' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x303030' 10 | red: '0xd370a3' 11 | green: '0x6d9e3f' 12 | yellow: '0xb58858' 13 | blue: '0x6095c5' 14 | magenta: '0xac7bde' 15 | cyan: '0x3ba275' 16 | white: '0xcfcfcf' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x686868' 21 | red: '0xffa7da' 22 | green: '0xa3d572' 23 | yellow: '0xefbd8b' 24 | blue: '0x98cbfe' 25 | magenta: '0xe5b0ff' 26 | cyan: '0x75daa9' 27 | white: '0xffffff' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-aline/colorschemes/Jmbi.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1e1e1e' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x5a7260' 10 | red: '0x8f423c' 11 | green: '0xbbbb88' 12 | yellow: '0xf9d25b' 13 | blue: '0xe0ba69' 14 | magenta: '0x709289' 15 | cyan: '0xd13516' 16 | white: '0xefe2e0' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x8da691' 21 | red: '0xeeaa88' 22 | green: '0xccc68d' 23 | yellow: '0xeedd99' 24 | blue: '0xc9b957' 25 | magenta: '0xffcbab' 26 | cyan: '0xc25431' 27 | white: '0xf9f1ed' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-aline/colorschemes/Kasugano.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1b1b1b' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x3d3d3d' 10 | red: '0x6673bf' 11 | green: '0x3ea290' 12 | yellow: '0xb0ead9' 13 | blue: '0x31658c' 14 | magenta: '0x596196' 15 | cyan: '0x8292b2' 16 | white: '0xc8cacc' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x4d4d4d' 21 | red: '0x899aff' 22 | green: '0x52ad91' 23 | yellow: '0x98c9bb' 24 | blue: '0x477ab3' 25 | magenta: '0x7882bf' 26 | cyan: '0x95a7cc' 27 | white: '0xedeff2' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-aline/colorschemes/Monokai.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x272822' 5 | foreground: '0xf1ebeb' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x48483e' 10 | red: '0xdc2566' 11 | green: '0x8fc029' 12 | yellow: '0xd4c96e' 13 | blue: '0x55bcce' 14 | magenta: '0x9358fe' 15 | cyan: '0x56b7a5' 16 | white: '0xacada1' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x76715e' 21 | red: '0xfa2772' 22 | green: '0xa7e22e' 23 | yellow: '0xe7db75' 24 | blue: '0x66d9ee' 25 | magenta: '0xae82ff' 26 | cyan: '0x66efd5' 27 | white: '0xcfd0c2' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-aline/colorschemes/Navy.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x021b21' 5 | foreground: '0xe8dfd6' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x032c36' 10 | red: '0xc2454e' 11 | green: '0x7cbf9e' 12 | yellow: '0x8a7a63' 13 | blue: '0x2e3340' 14 | magenta: '0xff5879' 15 | cyan: '0x44b5b1' 16 | white: '0xf2f1b9' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x065f73' 21 | red: '0xef5847' 22 | green: '0xa2d9b1' 23 | yellow: '0xbeb090' 24 | blue: '0x61778d' 25 | magenta: '0xff99a1' 26 | cyan: '0x9ed9d8' 27 | white: '0xf6f6c9' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-aline/colorschemes/Pastel.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x151515' 5 | foreground: '0x888888' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x292929' 10 | red: '0xcf6a4c' 11 | green: '0x19cb00' 12 | yellow: '0xfad07a' 13 | blue: '0x8197bf' 14 | magenta: '0x8787af' 15 | cyan: '0x668799' 16 | white: '0x888888' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x525252' 21 | red: '0xff9d80' 22 | green: '0x23fd00' 23 | yellow: '0xffefbf' 24 | blue: '0xaccaff' 25 | magenta: '0xc4c4ff' 26 | cyan: '0x80bfaf' 27 | white: '0xe8e8d3' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-aline/colorschemes/Sweetlove.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1f1f1f' 5 | foreground: '0xc0b18b' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x4a3637' 10 | red: '0xd17b49' 11 | green: '0x7b8748' 12 | yellow: '0xaf865a' 13 | blue: '0x535c5c' 14 | magenta: '0x775759' 15 | cyan: '0x6d715e' 16 | white: '0xc0b18b' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x402e2e' 21 | red: '0xac5d2f' 22 | green: '0x647035' 23 | yellow: '0x8f6840' 24 | blue: '0x444b4b' 25 | magenta: '0x614445' 26 | cyan: '0x585c49' 27 | white: '0x978965' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-aline/colorschemes/Tango_dark.yaml: -------------------------------------------------------------------------------- 1 | # GNOME Terminal Tango Dark 2 | colors: 3 | primary: 4 | background: '0x2e3436' 5 | foreground: '0xd3d7cf' 6 | 7 | normal: 8 | black: '0x2e3436' 9 | red: '0xcc0000' 10 | green: '0x4e9a06' 11 | yellow: '0xc4a000' 12 | blue: '0x3465a4' 13 | magenta: '0x75507b' 14 | cyan: '0x06989a' 15 | white: '0xd3d7cf' 16 | 17 | bright: 18 | black: '0x555753' 19 | red: '0xef2929' 20 | green: '0x8ae234' 21 | yellow: '0xfce94f' 22 | blue: '0x729fcf' 23 | magenta: '0xad7fa8' 24 | cyan: '0x34e2e2' 25 | white: '0xeeeeec' 26 | 27 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-aline/colorschemes/Tender.yaml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x282828' 5 | foreground: '0xeeeeee' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x282828' 10 | red: '0xf43753' 11 | green: '0xc9d05c' 12 | yellow: '0xffc24b' 13 | blue: '0xb3deef' 14 | magenta: '0xd3b987' 15 | cyan: '0x73cef4' 16 | white: '0xeeeeee' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x4c4c4c' 21 | red: '0xf43753' 22 | green: '0xc9d05c' 23 | yellow: '0xffc24b' 24 | blue: '0xb3deef' 25 | magenta: '0xd3b987' 26 | cyan: '0x73cef4' 27 | white: '0xfeffff' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-aline/colorschemes/Vacuous.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x101010' 5 | foreground: '0xd2c5bc' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x202020' 10 | red: '0xb91e2e' 11 | green: '0x81957c' 12 | yellow: '0xf9bb80' 13 | blue: '0x356579' 14 | magenta: '0x2d2031' 15 | cyan: '0x0b3452' 16 | white: '0x909090' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x606060' 21 | red: '0xd14548' 22 | green: '0xa7b79a' 23 | yellow: '0xfae3a0' 24 | blue: '0x7491a1' 25 | magenta: '0x87314e' 26 | cyan: '0x0f829d' 27 | white: '0xfff0f0' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-aline/colorschemes/Visibone.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x333333' 5 | foreground: '0xcccccc' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x666666' 10 | red: '0xcc6699' 11 | green: '0x99cc66' 12 | yellow: '0xcc9966' 13 | blue: '0x6699cc' 14 | magenta: '0x9966cc' 15 | cyan: '0x66cc99' 16 | white: '0xcccccc' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x999999' 21 | red: '0xff99cc' 22 | green: '0xccff99' 23 | yellow: '0xffcc99' 24 | blue: '0x99ccff' 25 | magenta: '0xcc99ff' 26 | cyan: '0x99ffcc' 27 | white: '0xffffff' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-aline/colorschemes/Yousai.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0xf5e7de' 5 | foreground: '0x34302d' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x666661' 10 | red: '0x992e2e' 11 | green: '0x4c3226' 12 | yellow: '0xa67c53' 13 | blue: '0x4c7399' 14 | magenta: '0xbf9986' 15 | cyan: '0xd97742' 16 | white: '0x34302d' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x7f7f7a' 21 | red: '0xb23636' 22 | green: '0x664233' 23 | yellow: '0xbf8f60' 24 | blue: '0x5986b2' 25 | magenta: '0xd9ae98' 26 | cyan: '0xf2854a' 27 | white: '0x4c4742' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-dt-xmonad/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/themes/alacritty/alacritty-dt-xmonad/.DS_Store -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-dt-xmonad/colorschemes/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/themes/alacritty/alacritty-dt-xmonad/colorschemes/.DS_Store -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-dt-xmonad/colorschemes/Bright.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0xf3f3f3' 5 | foreground: '0x707070' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0xd3d3d3' 10 | red: '0xef6b7b' 11 | green: '0xa1d569' 12 | yellow: '0xf59335' 13 | blue: '0x4ec2e8' 14 | magenta: '0xfec7cd' 15 | cyan: '0x95c1c0' 16 | white: '0x707070' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0xb3b3b3' 21 | red: '0xed5466' 22 | green: '0xafdb80' 23 | yellow: '0xf59335' 24 | blue: '0x5dc7ea' 25 | magenta: '0xd2a4b4' 26 | cyan: '0x75a1a0' 27 | white: '0x909090' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-dt-xmonad/colorschemes/Dawn.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x181b20' 5 | foreground: '0x9b9081' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x353535' 10 | red: '0x744b40' 11 | green: '0x6d6137' 12 | yellow: '0x765636' 13 | blue: '0x61564b' 14 | magenta: '0x6b4a49' 15 | cyan: '0x435861' 16 | white: '0xb3b3b3' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x5f5f5f' 21 | red: '0x785850' 22 | green: '0x6f6749' 23 | yellow: '0x776049' 24 | blue: '0x696057' 25 | magenta: '0x6f5a59' 26 | cyan: '0x525f66' 27 | white: '0xcdcdcd' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-dt-xmonad/colorschemes/Doom_one.yml: -------------------------------------------------------------------------------- 1 | # Colors (Doom One) 2 | colors: 3 | # Default colors 4 | primary: 5 | background: '0x282c34' 6 | foreground: '0xbbc2cf' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x282c34' 11 | red: '0xff6c6b' 12 | green: '0x98be65' 13 | yellow: '0xecbe7b' 14 | blue: '0x51afef' 15 | magenta: '0xc678dd' 16 | cyan: '0x46d9ff' 17 | white: '0xbbc2cf' 18 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-dt-xmonad/colorschemes/Erosion.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x181512' 5 | foreground: '0xbea492' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x332d29' 10 | red: '0x8c644c' 11 | green: '0x746c48' 12 | yellow: '0x908a66' 13 | blue: '0x646a6d' 14 | magenta: '0x605655' 15 | cyan: '0x4b5c5e' 16 | white: '0x504339' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x817267' 21 | red: '0x9f7155' 22 | green: '0x857b52' 23 | yellow: '0x9c956e' 24 | blue: '0x71777a' 25 | magenta: '0x656565' 26 | cyan: '0x556d70' 27 | white: '0x9a875f' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-dt-xmonad/colorschemes/Flat_remix.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | primary: 3 | background: '0x272a34' 4 | foreground: '0xFFFFFF' 5 | 6 | normal: 7 | black: '0x1F2229' 8 | red: '0xEC0101' 9 | green: '0x47D4B9' 10 | yellow: '0xFF8A18' 11 | blue: '0x277FFF' 12 | magenta: '0xD71655' 13 | cyan: '0x05A1F7' 14 | white: '0xFFFFFF' 15 | 16 | 17 | bright: 18 | black: '0x1F2229' 19 | red: '0xD41919' 20 | green: '0x5EBDAB' 21 | yellow: '0xFEA44C' 22 | blue: '0x367bf0' 23 | magenta: '0xBF2E5D' 24 | cyan: '0x49AEE6' 25 | white: '0xFFFFFF' 26 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-dt-xmonad/colorschemes/Gotham.yaml: -------------------------------------------------------------------------------- 1 | # Colors (Gotham) 2 | colors: 3 | # Default colors 4 | primary: 5 | background: '0x0a0f14' 6 | foreground: '0x98d1ce' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x0a0f14' 11 | red: '0xc33027' 12 | green: '0x26a98b' 13 | yellow: '0xedb54b' 14 | blue: '0x195465' 15 | magenta: '0x4e5165' 16 | cyan: '0x33859d' 17 | white: '0x98d1ce' 18 | 19 | # Bright colors 20 | bright: 21 | black: '0x10151b' 22 | red: '0xd26939' 23 | green: '0x081f2d' 24 | yellow: '0x245361' 25 | blue: '0x093748' 26 | magenta: '0x888ba5' 27 | cyan: '0x599caa' 28 | white: '0xd3ebe9' -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-dt-xmonad/colorschemes/Gruvbox_material.yml: -------------------------------------------------------------------------------- 1 | # Colors (Gruvbox Material Dark Medium) 2 | colors: 3 | primary: 4 | background: '0x282828' 5 | foreground: '0xdfbf8e' 6 | 7 | normal: 8 | black: '0x665c54' 9 | red: '0xea6962' 10 | green: '0xa9b665' 11 | yellow: '0xe78a4e' 12 | blue: '0x7daea3' 13 | magenta: '0xd3869b' 14 | cyan: '0x89b482' 15 | white: '0xdfbf8e' 16 | 17 | bright: 18 | black: '0x928374' 19 | red: '0xea6962' 20 | green: '0xa9b665' 21 | yellow: '0xe3a84e' 22 | blue: '0x7daea3' 23 | magenta: '0xd3869b' 24 | cyan: '0x89b482' 25 | white: '0xdfbf8e' 26 | 27 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-dt-xmonad/colorschemes/Horizon_dark.yaml: -------------------------------------------------------------------------------- 1 | # Colors (Horizon Dark) 2 | colors: 3 | # Primary colors 4 | primary: 5 | background: '0x1c1e26' 6 | foreground: '0xe0e0e0' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x16161c' 11 | red: '0xe95678' 12 | green: '0x29d398' 13 | yellow: '0xfab795' 14 | blue: '0x26bbd9' 15 | magenta: '0xee64ac' 16 | cyan: '0x59e1e3' 17 | white: '0xd5d8da' 18 | 19 | # Bright colors 20 | bright: 21 | black: '0x5b5858' 22 | red: '0xec6a88' 23 | green: '0x3fdaa4' 24 | yellow: '0xfbc3a7' 25 | blue: '0x3fc4de' 26 | magenta: '0xf075b5' 27 | cyan: '0x6be4e6' 28 | white: '0xd5d8da' 29 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-dt-xmonad/colorschemes/Hund.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x161616' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x222222' 10 | red: '0xe84f4f' 11 | green: '0xb7ce42' 12 | yellow: '0xfea63c' 13 | blue: '0x66aabb' 14 | magenta: '0xb7416e' 15 | cyan: '0x6d878d' 16 | white: '0xdddddd' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x666666' 21 | red: '0xd23d3d' 22 | green: '0xbde077' 23 | yellow: '0xffe863' 24 | blue: '0xaaccbb' 25 | magenta: '0xe16a98' 26 | cyan: '0x42717b' 27 | white: '0xcccccc' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-dt-xmonad/colorschemes/Hybrid.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1d1f21' 5 | foreground: '0xc5c8c6' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x282a2e' 10 | red: '0xa54242' 11 | green: '0x8c9440' 12 | yellow: '0xde935f' 13 | blue: '0x5f819d' 14 | magenta: '0x85678f' 15 | cyan: '0x5e8d87' 16 | white: '0x707880' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x373b41' 21 | red: '0xcc6666' 22 | green: '0xb5bd68' 23 | yellow: '0xf0c674' 24 | blue: '0x81a2be' 25 | magenta: '0xb294bb' 26 | cyan: '0x8abeb7' 27 | white: '0xc5c8c6' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-dt-xmonad/colorschemes/Jmbi.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1e1e1e' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x5a7260' 10 | red: '0x8f423c' 11 | green: '0xbbbb88' 12 | yellow: '0xf9d25b' 13 | blue: '0xe0ba69' 14 | magenta: '0x709289' 15 | cyan: '0xd13516' 16 | white: '0xefe2e0' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x8da691' 21 | red: '0xeeaa88' 22 | green: '0xccc68d' 23 | yellow: '0xeedd99' 24 | blue: '0xc9b957' 25 | magenta: '0xffcbab' 26 | cyan: '0xc25431' 27 | white: '0xf9f1ed' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-dt-xmonad/colorschemes/Kasugano.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1b1b1b' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x3d3d3d' 10 | red: '0x6673bf' 11 | green: '0x3ea290' 12 | yellow: '0xb0ead9' 13 | blue: '0x31658c' 14 | magenta: '0x596196' 15 | cyan: '0x8292b2' 16 | white: '0xc8cacc' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x4d4d4d' 21 | red: '0x899aff' 22 | green: '0x52ad91' 23 | yellow: '0x98c9bb' 24 | blue: '0x477ab3' 25 | magenta: '0x7882bf' 26 | cyan: '0x95a7cc' 27 | white: '0xedeff2' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-dt-xmonad/colorschemes/Monokai.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x272822' 5 | foreground: '0xf1ebeb' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x48483e' 10 | red: '0xdc2566' 11 | green: '0x8fc029' 12 | yellow: '0xd4c96e' 13 | blue: '0x55bcce' 14 | magenta: '0x9358fe' 15 | cyan: '0x56b7a5' 16 | white: '0xacada1' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x76715e' 21 | red: '0xfa2772' 22 | green: '0xa7e22e' 23 | yellow: '0xe7db75' 24 | blue: '0x66d9ee' 25 | magenta: '0xae82ff' 26 | cyan: '0x66efd5' 27 | white: '0xcfd0c2' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-dt-xmonad/colorschemes/Navy.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x021b21' 5 | foreground: '0xe8dfd6' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x032c36' 10 | red: '0xc2454e' 11 | green: '0x7cbf9e' 12 | yellow: '0x8a7a63' 13 | blue: '0x2e3340' 14 | magenta: '0xff5879' 15 | cyan: '0x44b5b1' 16 | white: '0xf2f1b9' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x065f73' 21 | red: '0xef5847' 22 | green: '0xa2d9b1' 23 | yellow: '0xbeb090' 24 | blue: '0x61778d' 25 | magenta: '0xff99a1' 26 | cyan: '0x9ed9d8' 27 | white: '0xf6f6c9' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-dt-xmonad/colorschemes/Pastel.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x151515' 5 | foreground: '0x888888' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x292929' 10 | red: '0xcf6a4c' 11 | green: '0x19cb00' 12 | yellow: '0xfad07a' 13 | blue: '0x8197bf' 14 | magenta: '0x8787af' 15 | cyan: '0x668799' 16 | white: '0x888888' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x525252' 21 | red: '0xff9d80' 22 | green: '0x23fd00' 23 | yellow: '0xffefbf' 24 | blue: '0xaccaff' 25 | magenta: '0xc4c4ff' 26 | cyan: '0x80bfaf' 27 | white: '0xe8e8d3' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-dt-xmonad/colorschemes/Tango_dark.yaml: -------------------------------------------------------------------------------- 1 | # GNOME Terminal Tango Dark 2 | colors: 3 | primary: 4 | background: '0x2e3436' 5 | foreground: '0xd3d7cf' 6 | 7 | normal: 8 | black: '0x2e3436' 9 | red: '0xcc0000' 10 | green: '0x4e9a06' 11 | yellow: '0xc4a000' 12 | blue: '0x3465a4' 13 | magenta: '0x75507b' 14 | cyan: '0x06989a' 15 | white: '0xd3d7cf' 16 | 17 | bright: 18 | black: '0x555753' 19 | red: '0xef2929' 20 | green: '0x8ae234' 21 | yellow: '0xfce94f' 22 | blue: '0x729fcf' 23 | magenta: '0xad7fa8' 24 | cyan: '0x34e2e2' 25 | white: '0xeeeeec' 26 | 27 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-dt-xmonad/colorschemes/Tender.yaml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x282828' 5 | foreground: '0xeeeeee' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x282828' 10 | red: '0xf43753' 11 | green: '0xc9d05c' 12 | yellow: '0xffc24b' 13 | blue: '0xb3deef' 14 | magenta: '0xd3b987' 15 | cyan: '0x73cef4' 16 | white: '0xeeeeee' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x4c4c4c' 21 | red: '0xf43753' 22 | green: '0xc9d05c' 23 | yellow: '0xffc24b' 24 | blue: '0xb3deef' 25 | magenta: '0xd3b987' 26 | cyan: '0x73cef4' 27 | white: '0xfeffff' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-dt-xmonad/colorschemes/Vacuous.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x101010' 5 | foreground: '0xd2c5bc' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x202020' 10 | red: '0xb91e2e' 11 | green: '0x81957c' 12 | yellow: '0xf9bb80' 13 | blue: '0x356579' 14 | magenta: '0x2d2031' 15 | cyan: '0x0b3452' 16 | white: '0x909090' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x606060' 21 | red: '0xd14548' 22 | green: '0xa7b79a' 23 | yellow: '0xfae3a0' 24 | blue: '0x7491a1' 25 | magenta: '0x87314e' 26 | cyan: '0x0f829d' 27 | white: '0xfff0f0' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-dt-xmonad/colorschemes/Visibone.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x333333' 5 | foreground: '0xcccccc' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x666666' 10 | red: '0xcc6699' 11 | green: '0x99cc66' 12 | yellow: '0xcc9966' 13 | blue: '0x6699cc' 14 | magenta: '0x9966cc' 15 | cyan: '0x66cc99' 16 | white: '0xcccccc' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x999999' 21 | red: '0xff99cc' 22 | green: '0xccff99' 23 | yellow: '0xffcc99' 24 | blue: '0x99ccff' 25 | magenta: '0xcc99ff' 26 | cyan: '0x99ffcc' 27 | white: '0xffffff' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-dt-xmonad/colorschemes/Yousai.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0xf5e7de' 5 | foreground: '0x34302d' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x666661' 10 | red: '0x992e2e' 11 | green: '0x4c3226' 12 | yellow: '0xa67c53' 13 | blue: '0x4c7399' 14 | magenta: '0xbf9986' 15 | cyan: '0xd97742' 16 | white: '0x34302d' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x7f7f7a' 21 | red: '0xb23636' 22 | green: '0x664233' 23 | yellow: '0xbf8f60' 24 | blue: '0x5986b2' 25 | magenta: '0xd9ae98' 26 | cyan: '0xf2854a' 27 | white: '0x4c4742' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-pacman/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/themes/alacritty/alacritty-pacman/.DS_Store -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-pacman/colorschemes/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/themes/alacritty/alacritty-pacman/colorschemes/.DS_Store -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-pacman/colorschemes/Bright.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0xf3f3f3' 5 | foreground: '0x707070' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0xd3d3d3' 10 | red: '0xef6b7b' 11 | green: '0xa1d569' 12 | yellow: '0xf59335' 13 | blue: '0x4ec2e8' 14 | magenta: '0xfec7cd' 15 | cyan: '0x95c1c0' 16 | white: '0x707070' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0xb3b3b3' 21 | red: '0xed5466' 22 | green: '0xafdb80' 23 | yellow: '0xf59335' 24 | blue: '0x5dc7ea' 25 | magenta: '0xd2a4b4' 26 | cyan: '0x75a1a0' 27 | white: '0x909090' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-pacman/colorschemes/Dawn.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x181b20' 5 | foreground: '0x9b9081' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x353535' 10 | red: '0x744b40' 11 | green: '0x6d6137' 12 | yellow: '0x765636' 13 | blue: '0x61564b' 14 | magenta: '0x6b4a49' 15 | cyan: '0x435861' 16 | white: '0xb3b3b3' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x5f5f5f' 21 | red: '0x785850' 22 | green: '0x6f6749' 23 | yellow: '0x776049' 24 | blue: '0x696057' 25 | magenta: '0x6f5a59' 26 | cyan: '0x525f66' 27 | white: '0xcdcdcd' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-pacman/colorschemes/Doom_one.yml: -------------------------------------------------------------------------------- 1 | # Colors (Doom One) 2 | colors: 3 | # Default colors 4 | primary: 5 | background: '0x282c34' 6 | foreground: '0xbbc2cf' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x282c34' 11 | red: '0xff6c6b' 12 | green: '0x98be65' 13 | yellow: '0xecbe7b' 14 | blue: '0x51afef' 15 | magenta: '0xc678dd' 16 | cyan: '0x46d9ff' 17 | white: '0xbbc2cf' 18 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-pacman/colorschemes/Erosion.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x181512' 5 | foreground: '0xbea492' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x332d29' 10 | red: '0x8c644c' 11 | green: '0x746c48' 12 | yellow: '0x908a66' 13 | blue: '0x646a6d' 14 | magenta: '0x605655' 15 | cyan: '0x4b5c5e' 16 | white: '0x504339' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x817267' 21 | red: '0x9f7155' 22 | green: '0x857b52' 23 | yellow: '0x9c956e' 24 | blue: '0x71777a' 25 | magenta: '0x656565' 26 | cyan: '0x556d70' 27 | white: '0x9a875f' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-pacman/colorschemes/Flat_remix.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | primary: 3 | background: '0x272a34' 4 | foreground: '0xFFFFFF' 5 | 6 | normal: 7 | black: '0x1F2229' 8 | red: '0xEC0101' 9 | green: '0x47D4B9' 10 | yellow: '0xFF8A18' 11 | blue: '0x277FFF' 12 | magenta: '0xD71655' 13 | cyan: '0x05A1F7' 14 | white: '0xFFFFFF' 15 | 16 | 17 | bright: 18 | black: '0x1F2229' 19 | red: '0xD41919' 20 | green: '0x5EBDAB' 21 | yellow: '0xFEA44C' 22 | blue: '0x367bf0' 23 | magenta: '0xBF2E5D' 24 | cyan: '0x49AEE6' 25 | white: '0xFFFFFF' 26 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-pacman/colorschemes/Gotham.yaml: -------------------------------------------------------------------------------- 1 | # Colors (Gotham) 2 | colors: 3 | # Default colors 4 | primary: 5 | background: '0x0a0f14' 6 | foreground: '0x98d1ce' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x0a0f14' 11 | red: '0xc33027' 12 | green: '0x26a98b' 13 | yellow: '0xedb54b' 14 | blue: '0x195465' 15 | magenta: '0x4e5165' 16 | cyan: '0x33859d' 17 | white: '0x98d1ce' 18 | 19 | # Bright colors 20 | bright: 21 | black: '0x10151b' 22 | red: '0xd26939' 23 | green: '0x081f2d' 24 | yellow: '0x245361' 25 | blue: '0x093748' 26 | magenta: '0x888ba5' 27 | cyan: '0x599caa' 28 | white: '0xd3ebe9' -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-pacman/colorschemes/Gruvbox_material.yml: -------------------------------------------------------------------------------- 1 | # Colors (Gruvbox Material Dark Medium) 2 | colors: 3 | primary: 4 | background: '0x282828' 5 | foreground: '0xdfbf8e' 6 | 7 | normal: 8 | black: '0x665c54' 9 | red: '0xea6962' 10 | green: '0xa9b665' 11 | yellow: '0xe78a4e' 12 | blue: '0x7daea3' 13 | magenta: '0xd3869b' 14 | cyan: '0x89b482' 15 | white: '0xdfbf8e' 16 | 17 | bright: 18 | black: '0x928374' 19 | red: '0xea6962' 20 | green: '0xa9b665' 21 | yellow: '0xe3a84e' 22 | blue: '0x7daea3' 23 | magenta: '0xd3869b' 24 | cyan: '0x89b482' 25 | white: '0xdfbf8e' 26 | 27 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-pacman/colorschemes/Horizon_dark.yaml: -------------------------------------------------------------------------------- 1 | # Colors (Horizon Dark) 2 | colors: 3 | # Primary colors 4 | primary: 5 | background: '0x1c1e26' 6 | foreground: '0xe0e0e0' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x16161c' 11 | red: '0xe95678' 12 | green: '0x29d398' 13 | yellow: '0xfab795' 14 | blue: '0x26bbd9' 15 | magenta: '0xee64ac' 16 | cyan: '0x59e1e3' 17 | white: '0xd5d8da' 18 | 19 | # Bright colors 20 | bright: 21 | black: '0x5b5858' 22 | red: '0xec6a88' 23 | green: '0x3fdaa4' 24 | yellow: '0xfbc3a7' 25 | blue: '0x3fc4de' 26 | magenta: '0xf075b5' 27 | cyan: '0x6be4e6' 28 | white: '0xd5d8da' 29 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-pacman/colorschemes/Hund.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x161616' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x222222' 10 | red: '0xe84f4f' 11 | green: '0xb7ce42' 12 | yellow: '0xfea63c' 13 | blue: '0x66aabb' 14 | magenta: '0xb7416e' 15 | cyan: '0x6d878d' 16 | white: '0xdddddd' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x666666' 21 | red: '0xd23d3d' 22 | green: '0xbde077' 23 | yellow: '0xffe863' 24 | blue: '0xaaccbb' 25 | magenta: '0xe16a98' 26 | cyan: '0x42717b' 27 | white: '0xcccccc' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-pacman/colorschemes/Hybrid.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1d1f21' 5 | foreground: '0xc5c8c6' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x282a2e' 10 | red: '0xa54242' 11 | green: '0x8c9440' 12 | yellow: '0xde935f' 13 | blue: '0x5f819d' 14 | magenta: '0x85678f' 15 | cyan: '0x5e8d87' 16 | white: '0x707880' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x373b41' 21 | red: '0xcc6666' 22 | green: '0xb5bd68' 23 | yellow: '0xf0c674' 24 | blue: '0x81a2be' 25 | magenta: '0xb294bb' 26 | cyan: '0x8abeb7' 27 | white: '0xc5c8c6' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-pacman/colorschemes/Invisibone.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x232323' 5 | foreground: '0xa0a0a0' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x303030' 10 | red: '0xd370a3' 11 | green: '0x6d9e3f' 12 | yellow: '0xb58858' 13 | blue: '0x6095c5' 14 | magenta: '0xac7bde' 15 | cyan: '0x3ba275' 16 | white: '0xcfcfcf' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x686868' 21 | red: '0xffa7da' 22 | green: '0xa3d572' 23 | yellow: '0xefbd8b' 24 | blue: '0x98cbfe' 25 | magenta: '0xe5b0ff' 26 | cyan: '0x75daa9' 27 | white: '0xffffff' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-pacman/colorschemes/Jmbi.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1e1e1e' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x5a7260' 10 | red: '0x8f423c' 11 | green: '0xbbbb88' 12 | yellow: '0xf9d25b' 13 | blue: '0xe0ba69' 14 | magenta: '0x709289' 15 | cyan: '0xd13516' 16 | white: '0xefe2e0' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x8da691' 21 | red: '0xeeaa88' 22 | green: '0xccc68d' 23 | yellow: '0xeedd99' 24 | blue: '0xc9b957' 25 | magenta: '0xffcbab' 26 | cyan: '0xc25431' 27 | white: '0xf9f1ed' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-pacman/colorschemes/Kasugano.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1b1b1b' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x3d3d3d' 10 | red: '0x6673bf' 11 | green: '0x3ea290' 12 | yellow: '0xb0ead9' 13 | blue: '0x31658c' 14 | magenta: '0x596196' 15 | cyan: '0x8292b2' 16 | white: '0xc8cacc' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x4d4d4d' 21 | red: '0x899aff' 22 | green: '0x52ad91' 23 | yellow: '0x98c9bb' 24 | blue: '0x477ab3' 25 | magenta: '0x7882bf' 26 | cyan: '0x95a7cc' 27 | white: '0xedeff2' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-pacman/colorschemes/Monokai.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x272822' 5 | foreground: '0xf1ebeb' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x48483e' 10 | red: '0xdc2566' 11 | green: '0x8fc029' 12 | yellow: '0xd4c96e' 13 | blue: '0x55bcce' 14 | magenta: '0x9358fe' 15 | cyan: '0x56b7a5' 16 | white: '0xacada1' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x76715e' 21 | red: '0xfa2772' 22 | green: '0xa7e22e' 23 | yellow: '0xe7db75' 24 | blue: '0x66d9ee' 25 | magenta: '0xae82ff' 26 | cyan: '0x66efd5' 27 | white: '0xcfd0c2' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-pacman/colorschemes/Navy.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x021b21' 5 | foreground: '0xe8dfd6' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x032c36' 10 | red: '0xc2454e' 11 | green: '0x7cbf9e' 12 | yellow: '0x8a7a63' 13 | blue: '0x2e3340' 14 | magenta: '0xff5879' 15 | cyan: '0x44b5b1' 16 | white: '0xf2f1b9' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x065f73' 21 | red: '0xef5847' 22 | green: '0xa2d9b1' 23 | yellow: '0xbeb090' 24 | blue: '0x61778d' 25 | magenta: '0xff99a1' 26 | cyan: '0x9ed9d8' 27 | white: '0xf6f6c9' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-pacman/colorschemes/Pastel.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x151515' 5 | foreground: '0x888888' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x292929' 10 | red: '0xcf6a4c' 11 | green: '0x19cb00' 12 | yellow: '0xfad07a' 13 | blue: '0x8197bf' 14 | magenta: '0x8787af' 15 | cyan: '0x668799' 16 | white: '0x888888' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x525252' 21 | red: '0xff9d80' 22 | green: '0x23fd00' 23 | yellow: '0xffefbf' 24 | blue: '0xaccaff' 25 | magenta: '0xc4c4ff' 26 | cyan: '0x80bfaf' 27 | white: '0xe8e8d3' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-pacman/colorschemes/Sweetlove.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1f1f1f' 5 | foreground: '0xc0b18b' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x4a3637' 10 | red: '0xd17b49' 11 | green: '0x7b8748' 12 | yellow: '0xaf865a' 13 | blue: '0x535c5c' 14 | magenta: '0x775759' 15 | cyan: '0x6d715e' 16 | white: '0xc0b18b' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x402e2e' 21 | red: '0xac5d2f' 22 | green: '0x647035' 23 | yellow: '0x8f6840' 24 | blue: '0x444b4b' 25 | magenta: '0x614445' 26 | cyan: '0x585c49' 27 | white: '0x978965' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-pacman/colorschemes/Tango_dark.yaml: -------------------------------------------------------------------------------- 1 | # GNOME Terminal Tango Dark 2 | colors: 3 | primary: 4 | background: '0x2e3436' 5 | foreground: '0xd3d7cf' 6 | 7 | normal: 8 | black: '0x2e3436' 9 | red: '0xcc0000' 10 | green: '0x4e9a06' 11 | yellow: '0xc4a000' 12 | blue: '0x3465a4' 13 | magenta: '0x75507b' 14 | cyan: '0x06989a' 15 | white: '0xd3d7cf' 16 | 17 | bright: 18 | black: '0x555753' 19 | red: '0xef2929' 20 | green: '0x8ae234' 21 | yellow: '0xfce94f' 22 | blue: '0x729fcf' 23 | magenta: '0xad7fa8' 24 | cyan: '0x34e2e2' 25 | white: '0xeeeeec' 26 | 27 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-pacman/colorschemes/Tender.yaml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x282828' 5 | foreground: '0xeeeeee' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x282828' 10 | red: '0xf43753' 11 | green: '0xc9d05c' 12 | yellow: '0xffc24b' 13 | blue: '0xb3deef' 14 | magenta: '0xd3b987' 15 | cyan: '0x73cef4' 16 | white: '0xeeeeee' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x4c4c4c' 21 | red: '0xf43753' 22 | green: '0xc9d05c' 23 | yellow: '0xffc24b' 24 | blue: '0xb3deef' 25 | magenta: '0xd3b987' 26 | cyan: '0x73cef4' 27 | white: '0xfeffff' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-pacman/colorschemes/Vacuous.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x101010' 5 | foreground: '0xd2c5bc' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x202020' 10 | red: '0xb91e2e' 11 | green: '0x81957c' 12 | yellow: '0xf9bb80' 13 | blue: '0x356579' 14 | magenta: '0x2d2031' 15 | cyan: '0x0b3452' 16 | white: '0x909090' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x606060' 21 | red: '0xd14548' 22 | green: '0xa7b79a' 23 | yellow: '0xfae3a0' 24 | blue: '0x7491a1' 25 | magenta: '0x87314e' 26 | cyan: '0x0f829d' 27 | white: '0xfff0f0' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-pacman/colorschemes/Visibone.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x333333' 5 | foreground: '0xcccccc' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x666666' 10 | red: '0xcc6699' 11 | green: '0x99cc66' 12 | yellow: '0xcc9966' 13 | blue: '0x6699cc' 14 | magenta: '0x9966cc' 15 | cyan: '0x66cc99' 16 | white: '0xcccccc' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x999999' 21 | red: '0xff99cc' 22 | green: '0xccff99' 23 | yellow: '0xffcc99' 24 | blue: '0x99ccff' 25 | magenta: '0xcc99ff' 26 | cyan: '0x99ffcc' 27 | white: '0xffffff' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-pacman/colorschemes/Yousai.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0xf5e7de' 5 | foreground: '0x34302d' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x666661' 10 | red: '0x992e2e' 11 | green: '0x4c3226' 12 | yellow: '0xa67c53' 13 | blue: '0x4c7399' 14 | magenta: '0xbf9986' 15 | cyan: '0xd97742' 16 | white: '0x34302d' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x7f7f7a' 21 | red: '0xb23636' 22 | green: '0x664233' 23 | yellow: '0xbf8f60' 24 | blue: '0x5986b2' 25 | magenta: '0xd9ae98' 26 | cyan: '0xf2854a' 27 | white: '0x4c4742' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-stock/colorschemes/Bright.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0xf3f3f3' 5 | foreground: '0x707070' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0xd3d3d3' 10 | red: '0xef6b7b' 11 | green: '0xa1d569' 12 | yellow: '0xf59335' 13 | blue: '0x4ec2e8' 14 | magenta: '0xfec7cd' 15 | cyan: '0x95c1c0' 16 | white: '0x707070' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0xb3b3b3' 21 | red: '0xed5466' 22 | green: '0xafdb80' 23 | yellow: '0xf59335' 24 | blue: '0x5dc7ea' 25 | magenta: '0xd2a4b4' 26 | cyan: '0x75a1a0' 27 | white: '0x909090' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-stock/colorschemes/Dawn.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x181b20' 5 | foreground: '0x9b9081' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x353535' 10 | red: '0x744b40' 11 | green: '0x6d6137' 12 | yellow: '0x765636' 13 | blue: '0x61564b' 14 | magenta: '0x6b4a49' 15 | cyan: '0x435861' 16 | white: '0xb3b3b3' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x5f5f5f' 21 | red: '0x785850' 22 | green: '0x6f6749' 23 | yellow: '0x776049' 24 | blue: '0x696057' 25 | magenta: '0x6f5a59' 26 | cyan: '0x525f66' 27 | white: '0xcdcdcd' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-stock/colorschemes/Doom_one.yml: -------------------------------------------------------------------------------- 1 | # Colors (Doom One) 2 | colors: 3 | # Default colors 4 | primary: 5 | background: '0x282c34' 6 | foreground: '0xbbc2cf' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x282c34' 11 | red: '0xff6c6b' 12 | green: '0x98be65' 13 | yellow: '0xecbe7b' 14 | blue: '0x51afef' 15 | magenta: '0xc678dd' 16 | cyan: '0x46d9ff' 17 | white: '0xbbc2cf' 18 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-stock/colorschemes/Erosion.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x181512' 5 | foreground: '0xbea492' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x332d29' 10 | red: '0x8c644c' 11 | green: '0x746c48' 12 | yellow: '0x908a66' 13 | blue: '0x646a6d' 14 | magenta: '0x605655' 15 | cyan: '0x4b5c5e' 16 | white: '0x504339' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x817267' 21 | red: '0x9f7155' 22 | green: '0x857b52' 23 | yellow: '0x9c956e' 24 | blue: '0x71777a' 25 | magenta: '0x656565' 26 | cyan: '0x556d70' 27 | white: '0x9a875f' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-stock/colorschemes/Flat_remix.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | primary: 3 | background: '0x272a34' 4 | foreground: '0xFFFFFF' 5 | 6 | normal: 7 | black: '0x1F2229' 8 | red: '0xEC0101' 9 | green: '0x47D4B9' 10 | yellow: '0xFF8A18' 11 | blue: '0x277FFF' 12 | magenta: '0xD71655' 13 | cyan: '0x05A1F7' 14 | white: '0xFFFFFF' 15 | 16 | 17 | bright: 18 | black: '0x1F2229' 19 | red: '0xD41919' 20 | green: '0x5EBDAB' 21 | yellow: '0xFEA44C' 22 | blue: '0x367bf0' 23 | magenta: '0xBF2E5D' 24 | cyan: '0x49AEE6' 25 | white: '0xFFFFFF' 26 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-stock/colorschemes/Gotham.yaml: -------------------------------------------------------------------------------- 1 | # Colors (Gotham) 2 | colors: 3 | # Default colors 4 | primary: 5 | background: '0x0a0f14' 6 | foreground: '0x98d1ce' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x0a0f14' 11 | red: '0xc33027' 12 | green: '0x26a98b' 13 | yellow: '0xedb54b' 14 | blue: '0x195465' 15 | magenta: '0x4e5165' 16 | cyan: '0x33859d' 17 | white: '0x98d1ce' 18 | 19 | # Bright colors 20 | bright: 21 | black: '0x10151b' 22 | red: '0xd26939' 23 | green: '0x081f2d' 24 | yellow: '0x245361' 25 | blue: '0x093748' 26 | magenta: '0x888ba5' 27 | cyan: '0x599caa' 28 | white: '0xd3ebe9' -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-stock/colorschemes/Gruvbox_material.yml: -------------------------------------------------------------------------------- 1 | # Colors (Gruvbox Material Dark Medium) 2 | colors: 3 | primary: 4 | background: '0x282828' 5 | foreground: '0xdfbf8e' 6 | 7 | normal: 8 | black: '0x665c54' 9 | red: '0xea6962' 10 | green: '0xa9b665' 11 | yellow: '0xe78a4e' 12 | blue: '0x7daea3' 13 | magenta: '0xd3869b' 14 | cyan: '0x89b482' 15 | white: '0xdfbf8e' 16 | 17 | bright: 18 | black: '0x928374' 19 | red: '0xea6962' 20 | green: '0xa9b665' 21 | yellow: '0xe3a84e' 22 | blue: '0x7daea3' 23 | magenta: '0xd3869b' 24 | cyan: '0x89b482' 25 | white: '0xdfbf8e' 26 | 27 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-stock/colorschemes/Horizon_dark.yaml: -------------------------------------------------------------------------------- 1 | # Colors (Horizon Dark) 2 | colors: 3 | # Primary colors 4 | primary: 5 | background: '0x1c1e26' 6 | foreground: '0xe0e0e0' 7 | 8 | # Normal colors 9 | normal: 10 | black: '0x16161c' 11 | red: '0xe95678' 12 | green: '0x29d398' 13 | yellow: '0xfab795' 14 | blue: '0x26bbd9' 15 | magenta: '0xee64ac' 16 | cyan: '0x59e1e3' 17 | white: '0xd5d8da' 18 | 19 | # Bright colors 20 | bright: 21 | black: '0x5b5858' 22 | red: '0xec6a88' 23 | green: '0x3fdaa4' 24 | yellow: '0xfbc3a7' 25 | blue: '0x3fc4de' 26 | magenta: '0xf075b5' 27 | cyan: '0x6be4e6' 28 | white: '0xd5d8da' 29 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-stock/colorschemes/Hund.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x161616' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x222222' 10 | red: '0xe84f4f' 11 | green: '0xb7ce42' 12 | yellow: '0xfea63c' 13 | blue: '0x66aabb' 14 | magenta: '0xb7416e' 15 | cyan: '0x6d878d' 16 | white: '0xdddddd' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x666666' 21 | red: '0xd23d3d' 22 | green: '0xbde077' 23 | yellow: '0xffe863' 24 | blue: '0xaaccbb' 25 | magenta: '0xe16a98' 26 | cyan: '0x42717b' 27 | white: '0xcccccc' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-stock/colorschemes/Hybrid.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1d1f21' 5 | foreground: '0xc5c8c6' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x282a2e' 10 | red: '0xa54242' 11 | green: '0x8c9440' 12 | yellow: '0xde935f' 13 | blue: '0x5f819d' 14 | magenta: '0x85678f' 15 | cyan: '0x5e8d87' 16 | white: '0x707880' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x373b41' 21 | red: '0xcc6666' 22 | green: '0xb5bd68' 23 | yellow: '0xf0c674' 24 | blue: '0x81a2be' 25 | magenta: '0xb294bb' 26 | cyan: '0x8abeb7' 27 | white: '0xc5c8c6' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-stock/colorschemes/Invisibone.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x232323' 5 | foreground: '0xa0a0a0' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x303030' 10 | red: '0xd370a3' 11 | green: '0x6d9e3f' 12 | yellow: '0xb58858' 13 | blue: '0x6095c5' 14 | magenta: '0xac7bde' 15 | cyan: '0x3ba275' 16 | white: '0xcfcfcf' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x686868' 21 | red: '0xffa7da' 22 | green: '0xa3d572' 23 | yellow: '0xefbd8b' 24 | blue: '0x98cbfe' 25 | magenta: '0xe5b0ff' 26 | cyan: '0x75daa9' 27 | white: '0xffffff' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-stock/colorschemes/Jmbi.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1e1e1e' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x5a7260' 10 | red: '0x8f423c' 11 | green: '0xbbbb88' 12 | yellow: '0xf9d25b' 13 | blue: '0xe0ba69' 14 | magenta: '0x709289' 15 | cyan: '0xd13516' 16 | white: '0xefe2e0' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x8da691' 21 | red: '0xeeaa88' 22 | green: '0xccc68d' 23 | yellow: '0xeedd99' 24 | blue: '0xc9b957' 25 | magenta: '0xffcbab' 26 | cyan: '0xc25431' 27 | white: '0xf9f1ed' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-stock/colorschemes/Kasugano.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1b1b1b' 5 | foreground: '0xffffff' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x3d3d3d' 10 | red: '0x6673bf' 11 | green: '0x3ea290' 12 | yellow: '0xb0ead9' 13 | blue: '0x31658c' 14 | magenta: '0x596196' 15 | cyan: '0x8292b2' 16 | white: '0xc8cacc' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x4d4d4d' 21 | red: '0x899aff' 22 | green: '0x52ad91' 23 | yellow: '0x98c9bb' 24 | blue: '0x477ab3' 25 | magenta: '0x7882bf' 26 | cyan: '0x95a7cc' 27 | white: '0xedeff2' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-stock/colorschemes/Monokai.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x272822' 5 | foreground: '0xf1ebeb' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x48483e' 10 | red: '0xdc2566' 11 | green: '0x8fc029' 12 | yellow: '0xd4c96e' 13 | blue: '0x55bcce' 14 | magenta: '0x9358fe' 15 | cyan: '0x56b7a5' 16 | white: '0xacada1' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x76715e' 21 | red: '0xfa2772' 22 | green: '0xa7e22e' 23 | yellow: '0xe7db75' 24 | blue: '0x66d9ee' 25 | magenta: '0xae82ff' 26 | cyan: '0x66efd5' 27 | white: '0xcfd0c2' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-stock/colorschemes/Navy.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x021b21' 5 | foreground: '0xe8dfd6' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x032c36' 10 | red: '0xc2454e' 11 | green: '0x7cbf9e' 12 | yellow: '0x8a7a63' 13 | blue: '0x2e3340' 14 | magenta: '0xff5879' 15 | cyan: '0x44b5b1' 16 | white: '0xf2f1b9' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x065f73' 21 | red: '0xef5847' 22 | green: '0xa2d9b1' 23 | yellow: '0xbeb090' 24 | blue: '0x61778d' 25 | magenta: '0xff99a1' 26 | cyan: '0x9ed9d8' 27 | white: '0xf6f6c9' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-stock/colorschemes/Pastel.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x151515' 5 | foreground: '0x888888' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x292929' 10 | red: '0xcf6a4c' 11 | green: '0x19cb00' 12 | yellow: '0xfad07a' 13 | blue: '0x8197bf' 14 | magenta: '0x8787af' 15 | cyan: '0x668799' 16 | white: '0x888888' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x525252' 21 | red: '0xff9d80' 22 | green: '0x23fd00' 23 | yellow: '0xffefbf' 24 | blue: '0xaccaff' 25 | magenta: '0xc4c4ff' 26 | cyan: '0x80bfaf' 27 | white: '0xe8e8d3' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-stock/colorschemes/Sweetlove.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x1f1f1f' 5 | foreground: '0xc0b18b' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x4a3637' 10 | red: '0xd17b49' 11 | green: '0x7b8748' 12 | yellow: '0xaf865a' 13 | blue: '0x535c5c' 14 | magenta: '0x775759' 15 | cyan: '0x6d715e' 16 | white: '0xc0b18b' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x402e2e' 21 | red: '0xac5d2f' 22 | green: '0x647035' 23 | yellow: '0x8f6840' 24 | blue: '0x444b4b' 25 | magenta: '0x614445' 26 | cyan: '0x585c49' 27 | white: '0x978965' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-stock/colorschemes/Tango_dark.yaml: -------------------------------------------------------------------------------- 1 | # GNOME Terminal Tango Dark 2 | colors: 3 | primary: 4 | background: '0x2e3436' 5 | foreground: '0xd3d7cf' 6 | 7 | normal: 8 | black: '0x2e3436' 9 | red: '0xcc0000' 10 | green: '0x4e9a06' 11 | yellow: '0xc4a000' 12 | blue: '0x3465a4' 13 | magenta: '0x75507b' 14 | cyan: '0x06989a' 15 | white: '0xd3d7cf' 16 | 17 | bright: 18 | black: '0x555753' 19 | red: '0xef2929' 20 | green: '0x8ae234' 21 | yellow: '0xfce94f' 22 | blue: '0x729fcf' 23 | magenta: '0xad7fa8' 24 | cyan: '0x34e2e2' 25 | white: '0xeeeeec' 26 | 27 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-stock/colorschemes/Tender.yaml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x282828' 5 | foreground: '0xeeeeee' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x282828' 10 | red: '0xf43753' 11 | green: '0xc9d05c' 12 | yellow: '0xffc24b' 13 | blue: '0xb3deef' 14 | magenta: '0xd3b987' 15 | cyan: '0x73cef4' 16 | white: '0xeeeeee' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x4c4c4c' 21 | red: '0xf43753' 22 | green: '0xc9d05c' 23 | yellow: '0xffc24b' 24 | blue: '0xb3deef' 25 | magenta: '0xd3b987' 26 | cyan: '0x73cef4' 27 | white: '0xfeffff' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-stock/colorschemes/Vacuous.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x101010' 5 | foreground: '0xd2c5bc' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x202020' 10 | red: '0xb91e2e' 11 | green: '0x81957c' 12 | yellow: '0xf9bb80' 13 | blue: '0x356579' 14 | magenta: '0x2d2031' 15 | cyan: '0x0b3452' 16 | white: '0x909090' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x606060' 21 | red: '0xd14548' 22 | green: '0xa7b79a' 23 | yellow: '0xfae3a0' 24 | blue: '0x7491a1' 25 | magenta: '0x87314e' 26 | cyan: '0x0f829d' 27 | white: '0xfff0f0' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-stock/colorschemes/Visibone.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0x333333' 5 | foreground: '0xcccccc' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x666666' 10 | red: '0xcc6699' 11 | green: '0x99cc66' 12 | yellow: '0xcc9966' 13 | blue: '0x6699cc' 14 | magenta: '0x9966cc' 15 | cyan: '0x66cc99' 16 | white: '0xcccccc' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x999999' 21 | red: '0xff99cc' 22 | green: '0xccff99' 23 | yellow: '0xffcc99' 24 | blue: '0x99ccff' 25 | magenta: '0xcc99ff' 26 | cyan: '0x99ffcc' 27 | white: '0xffffff' 28 | -------------------------------------------------------------------------------- /dmenu/themes/alacritty/alacritty-stock/colorschemes/Yousai.yml: -------------------------------------------------------------------------------- 1 | colors: 2 | # Default colors 3 | primary: 4 | background: '0xf5e7de' 5 | foreground: '0x34302d' 6 | 7 | # Normal colors 8 | normal: 9 | black: '0x666661' 10 | red: '0x992e2e' 11 | green: '0x4c3226' 12 | yellow: '0xa67c53' 13 | blue: '0x4c7399' 14 | magenta: '0xbf9986' 15 | cyan: '0xd97742' 16 | white: '0x34302d' 17 | 18 | # Bright colors 19 | bright: 20 | black: '0x7f7f7a' 21 | red: '0xb23636' 22 | green: '0x664233' 23 | yellow: '0xbf8f60' 24 | blue: '0x5986b2' 25 | magenta: '0xd9ae98' 26 | cyan: '0xf2854a' 27 | white: '0x4c4742' 28 | -------------------------------------------------------------------------------- /dmenu/themes/current: -------------------------------------------------------------------------------- 1 | stock 2 | -------------------------------------------------------------------------------- /dmenu/themes/nvim/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/themes/nvim/.DS_Store -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/themes/sketchybar/.DS_Store -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-aline/assets/arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/themes/sketchybar/sketchybar-aline/assets/arch.png -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-aline/assets/seperator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/themes/sketchybar/sketchybar-aline/assets/seperator.png -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-aline/items/arch_menu.sh: -------------------------------------------------------------------------------- 1 | sketchybar --add item arch left \ 2 | --set arch background.image="~/.config/sketchybar/assets/arch.png" \ 3 | background.image.scale=0.03 \ 4 | background.drawing=on \ 5 | background.padding_left=22\ 6 | y_offset=-3 \ 7 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-aline/items/time.sh: -------------------------------------------------------------------------------- 1 | sketchybar --add item clock center \ 2 | --set clock update_freq=1 \ 3 | label.font="$FONT:Medium:19.0" \ 4 | label.color=0xff47455c \ 5 | label.y_offset=-3 \ 6 | script="$PLUGIN_DIR/clock.sh" \ 7 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-aline/plugins/clock.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | sketchybar --set $NAME label="$(date '+%H:%M')" 4 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-aline/plugins/collapse.sh: -------------------------------------------------------------------------------- 1 | sketchybar --remove mem 2 | sketchybar --remove cpu 3 | sketchybar --remove disk 4 | sketchybar --remove collapse 5 | 6 | sketchybar --add item collapse right \ 7 | --set collapse icon="" \ 8 | icon.font="Font Awesome 6 Free:Solid:20.0" \ 9 | icon.color=0xff47455c \ 10 | icon.y_offset=-3 \ 11 | click_script="~/.config/sketchybar/plugins/expand.sh" 12 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-aline/plugins/cpu.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | TOPPROC=$(top -l 2 | grep -E "^CPU" | tail -1 | awk '{ print $3 + $5"%" }' | cut -d "." -f1) 4 | 5 | sketchybar --set $NAME icon="" label="$TOPPROC%" 6 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-aline/plugins/disk.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | a=$(df -h "/" | awk 'NR==2{print $4}' | cut -c 1-4) 4 | FINAL=$(printf '%s\n' "${a%?} ${a#"${a%?}"}") 5 | sketchybar --set $NAME icon="" label="$FINAL"B 6 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-aline/plugins/mem.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | getPrecentage=$(TARGET_PATH="." 4 | top -l 1 | grep -E "^CPU" | grep -Eo '[^[:space:]]+%' | head -1 | sed 's/3\(.\)$/\1/' | cut -d "." -f1) 5 | 6 | getMB=$(TARGET_PATH="." 7 | top -l1 | awk '/PhysMem/ {print $2}') 8 | 9 | precentage=$(echo $getPrecentage) 10 | MB=$(echo $getMB) 11 | 12 | sketchybar --set $NAME icon="" label="$precentage%" 13 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-aline/plugins/package_monitor.sh: -------------------------------------------------------------------------------- 1 | OUTDATED=$(brew outdated | grep . -c) 2 | 3 | sketchybar --set $NAME label="$OUTDATED" 4 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-aline/plugins/playing.sh: -------------------------------------------------------------------------------- 1 | PLAYING=$(cd ~/.config/sketchybar/spotify && ./song.sh) 2 | # ARTIST=$(cd ~/.config/sketchybar/spotify && ./artist.sh) 3 | # BOTH=$(echo $PLAYING && echo "‎ " && echo "| |" && echo "‎ " && echo $ARTIST) 4 | # FINAL=$(echo $BOTH | sed 's/\(.\{22\}\).*/\1.../') 5 | FINAL=$(echo $PLAYING | sed 's/\(.\{20\}\).*/\1.../') 6 | 7 | sketchybar --set $NAME icon="[  " label=" $FINAL" 8 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-aline/plugins/spotify.sh: -------------------------------------------------------------------------------- 1 | status () { 2 | if osascript -e 'tell application "Spotify" 3 | set playerState to player state as string 4 | end tell 5 | playerState 6 | ' | grep -q 'playing'; then 7 | echo "playing" 8 | else 9 | echo "paused" 10 | fi 11 | } 12 | 13 | BACK_SCRIPT="cd ~/.config/sketchybar/spotify && ./back.sh" 14 | PAUSE_PLAY_SCRIPT="cd ~/.config/sketchybar/spotify/ && ./playpause.sh && source '$PLUGIN_DIR/spotify.sh'" 15 | FORWARD_SCRIPT="cd ~/.config/sketchybar/spotify && ./forward.sh" 16 | 17 | if [ $(status) = "playing" ]; then 18 | sketchybar --set pause icon='' 19 | else 20 | sketchybar --set pause icon='' 21 | fi 22 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-dt-xmonad/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/themes/sketchybar/sketchybar-dt-xmonad/.DS_Store -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-dt-xmonad/assets/discord-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/themes/sketchybar/sketchybar-dt-xmonad/assets/discord-logo.png -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-dt-xmonad/assets/obs-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/themes/sketchybar/sketchybar-dt-xmonad/assets/obs-logo.png -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-dt-xmonad/assets/spotify-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/themes/sketchybar/sketchybar-dt-xmonad/assets/spotify-logo.png -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-dt-xmonad/colors.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | # Color Palette 4 | BLACK=0xff181a1c 5 | WHITE=0xffe1e3e4 6 | RED=0xffff6578 7 | GREEN=0xffcf6e6e 8 | BLUE=0xffeacb64 9 | YELLOW=0xffcf6e6e 10 | ORANGE=0xfffcf6e6e 11 | MAGENTA=0xffcf6e6e 12 | GREY=0xff2a2f38 13 | TRANSPARENT=0x00000000 14 | 15 | # General bar colors 16 | BAR_COLOR=$GREY # Grey bar 17 | ICON_COLOR=$WHITE # Color of all icons 18 | LABEL_COLOR=$WHITE # Color of all labels 19 | 20 | POPUP_BACKGROUND_COLOR=$BAR_COLOR 21 | POPUP_BORDER_COLOR=$GREEN 22 | 23 | SHADOW_COLOR=$BLACK 24 | 25 | # Item specific special colors 26 | GIT_NO_COMMITS=0xffd3d3d3 27 | SPOTIFY_GREEN=0xff1db954 28 | VIM= 29 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-dt-xmonad/plugins/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/themes/sketchybar/sketchybar-dt-xmonad/plugins/.DS_Store -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-dt-xmonad/plugins/clock.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | sketchybar --set $NAME label="$(date '+%b %d %Y - (%H:%M'))" 4 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-dt-xmonad/plugins/cpu.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | TOPPROC=$(top -l 2 | grep -E "^CPU" | tail -1 | awk '{ print $3 + $5"%" }' | cut -d "." -f1) 4 | 5 | sketchybar --set $NAME icon="" label="cpu ($TOPPROC%)" 6 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-dt-xmonad/plugins/disk.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | TOPPROC=$(df -h "/" | awk 'NR==2{print $4}' | cut -c 1-4) 4 | sketchybar --set $NAME icon="" label="hdd: $TOPPROC free" 5 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-dt-xmonad/plugins/mem.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | getPrecentage=$(TARGET_PATH="." 4 | top -l 1 | grep -E "^CPU" | grep -Eo '[^[:space:]]+%' | head -1 | sed 's/3\(.\)$/\1/' | cut -d "." -f1) 5 | 6 | getMB=$(TARGET_PATH="." 7 | top -l1 | awk '/PhysMem/ {print $2}') 8 | 9 | precentage=$(echo $getPrecentage) 10 | MB=$(echo $getMB) 11 | 12 | sketchybar --set $NAME icon="" label="mem: $MB ($precentage%)" 13 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-dt-xmonad/plugins/os-ver.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | TOPPROC=$(sw_vers -productVersion; echo " ("; uname -r; echo ")") 4 | 5 | sketchybar --set $NAME icon="" label="$TOPPROC" 6 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-dt-xmonad/plugins/toggle_bracket.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | BRACKET_NAME="$(echo $NAME | tr '.' ' ' | awk "{ print \$1 }")" 4 | ITEMS="$(sketchybar --query $BRACKET_NAME | jq -r ".bracket[]")" 5 | args=() 6 | while read -r item 7 | do 8 | if [ "$item" != "$NAME" ]; then 9 | args+=(--set "$item" drawing=toggle) 10 | fi 11 | done <<< "$ITEMS" 12 | 13 | sketchybar -m "${args[@]}" 14 | 15 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-dt-xmonad/plugins/uptime.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | status=$(boottime=`sysctl -n kern.boottime | awk '{print $4}' | sed 's/,//g'` 4 | unixtime=`date +%s` 5 | timeAgo=$(($unixtime - $boottime)) 6 | uptime=`awk -v time=$timeAgo 'BEGIN { minutes = int(time / 60 % 60); hours = int(time / 60 / 60 % 24); days = int(time / 60 / 60 / 24); printf("%.0fd %.0fh", days, hours); exit }'` 7 | echo $uptime) 8 | uptime=$(echo $status) 9 | 10 | sketchybar --set $NAME icon="" label="uptime: $uptime" 11 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-dt-xmonad/plugins/window_title.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | update() { 4 | sketchybar --set $NAME label="$INFO" 5 | } 6 | 7 | TITLE=$(yabai -m query --windows --window | jq -r '.title' | sed 's/\(.\{60\}\).*/\1.../') 8 | sketchybar --set $NAME label="$TITLE" 9 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-pacman/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/themes/sketchybar/sketchybar-pacman/.DS_Store -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-pacman/assets/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/themes/sketchybar/sketchybar-pacman/assets/.DS_Store -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-pacman/assets/arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/themes/sketchybar/sketchybar-pacman/assets/arch.png -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-pacman/assets/seperator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/themes/sketchybar/sketchybar-pacman/assets/seperator.png -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-pacman/items/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/themes/sketchybar/sketchybar-pacman/items/.DS_Store -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-pacman/plugins/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/themes/sketchybar/sketchybar-pacman/plugins/.DS_Store -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-pacman/plugins/clock.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | sketchybar --set $NAME label="$(date '+%H:%M')" 4 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-pacman/plugins/cpu.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | TOPPROC=$(top -l 2 | grep -E "^CPU" | tail -1 | awk '{ print $3 + $5"%" }' | cut -d "." -f1) 4 | 5 | sketchybar --set $NAME icon="" label="$TOPPROC%" 6 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-pacman/plugins/disk.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | a=$(df -h "/" | awk 'NR==2{print $4}' | cut -c 1-4) 4 | FINAL=$(printf '%s\n' "${a%?} ${a#"${a%?}"}") 5 | sketchybar --set $NAME icon="" label="$FINAL"B 6 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-pacman/plugins/mem.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | getPrecentage=$(TARGET_PATH="." 4 | top -l 1 | grep -E "^CPU" | grep -Eo '[^[:space:]]+%' | head -1 | sed 's/3\(.\)$/\1/' | cut -d "." -f1) 5 | 6 | getMB=$(TARGET_PATH="." 7 | top -l1 | awk '/PhysMem/ {print $2}') 8 | 9 | precentage=$(echo $getPrecentage) 10 | MB=$(echo $getMB) 11 | 12 | sketchybar --set $NAME icon="" label="$precentage%" 13 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-pacman/plugins/package_monitor.sh: -------------------------------------------------------------------------------- 1 | OUTDATED=$(brew outdated | grep . -c) 2 | 3 | sketchybar --set $NAME label="$OUTDATED" 4 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-pacman/plugins/playing.sh: -------------------------------------------------------------------------------- 1 | PLAYING=$(cd ~/.config/sketchybar/spotify && ./song.sh) 2 | # ARTIST=$(cd ~/.config/sketchybar/spotify && ./artist.sh) 3 | # BOTH=$(echo $PLAYING && echo "‎ " && echo "| |" && echo "‎ " && echo $ARTIST) 4 | # FINAL=$(echo $BOTH | sed 's/\(.\{22\}\).*/\1.../') 5 | FINAL=$(echo $PLAYING | sed 's/\(.\{20\}\).*/\1.../') 6 | 7 | sketchybar --set $NAME icon="[  " label=" $FINAL" 8 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-pacman/plugins/sound.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | VOLUME=$(osascript -e "output volume of (get volume settings)") 4 | MUTED=$(osascript -e "output muted of (get volume settings)") 5 | 6 | if [[ $MUTED != "false" ]]; then 7 | ICON="" 8 | else 9 | case ${VOLUME} in 10 | 100) ICON="";; 11 | 9[0-9]) ICON="";; 12 | 8[0-9]) ICON="";; 13 | 7[0-9]) ICON="";; 14 | 6[0-9]) ICON="";; 15 | 5[0-9]) ICON="";; 16 | 4[0-9]) ICON="";; 17 | 3[0-9]) ICON="";; 18 | 2[0-9]) ICON="";; 19 | 1[0-9]) ICON="";; 20 | [0-9]) ICON="";; 21 | *) ICON="" 22 | esac 23 | fi 24 | 25 | sketchybar -m \ 26 | --set $NAME icon=$ICON \ 27 | --set $NAME label="$VOLUME" 28 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-pacman/plugins/spotify.sh: -------------------------------------------------------------------------------- 1 | status () { 2 | if osascript -e 'tell application "Spotify" 3 | set playerState to player state as string 4 | end tell 5 | playerState 6 | ' | grep -q 'playing'; then 7 | echo "playing" 8 | else 9 | echo "paused" 10 | fi 11 | } 12 | 13 | BACK_SCRIPT="cd ~/.config/sketchybar/spotify && ./back.sh" 14 | PAUSE_PLAY_SCRIPT="cd ~/.config/sketchybar/spotify/ && ./playpause.sh && source '$PLUGIN_DIR/spotify.sh'" 15 | FORWARD_SCRIPT="cd ~/.config/sketchybar/spotify && ./forward.sh" 16 | 17 | if [ $(status) = "playing" ]; then 18 | sketchybar --set pause icon='' 19 | else 20 | sketchybar --set pause icon='' 21 | fi 22 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-pacman/spotify/back.sh: -------------------------------------------------------------------------------- 1 | osascript -e 'tell application "Spotify" to previous track' 2 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-pacman/spotify/forward.sh: -------------------------------------------------------------------------------- 1 | osascript -e 'tell application "Spotify" to next track' 2 | -------------------------------------------------------------------------------- /dmenu/themes/sketchybar/sketchybar-pacman/spotify/playpause.sh: -------------------------------------------------------------------------------- 1 | osascript -e 'using terms from application "Spotify" 2 | tell application "Spotify" to playpause 3 | end using terms from' 4 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-aline/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-aline/skhd-aline/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-aline/skhd-aline/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-aline/skhd-aline/skhd/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-aline/skhd-aline/skhd/skhd/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-aline/skhd-dt-xmonad/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-aline/skhd-dt-xmonad/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-aline/skhd-dt-xmonad/skhd/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-aline/skhd-dt-xmonad/skhd/skhd/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-aline/skhd-pacman/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-aline/skhd-pacman/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-aline/skhd-pacman/skhd/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-aline/skhd-pacman/skhd/skhd/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-aline/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-aline/skhd/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-dt-xmonad/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-pacman/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-pacman/skhd-aline/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-pacman/skhd-aline/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-pacman/skhd-aline/skhd/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-pacman/skhd-aline/skhd/skhd/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-pacman/skhd-dt-xmonad/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-pacman/skhd-dt-xmonad/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-pacman/skhd-dt-xmonad/skhd/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-pacman/skhd-dt-xmonad/skhd/skhd/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-pacman/skhd-pacman/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-pacman/skhd-pacman/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-pacman/skhd-pacman/skhd/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-pacman/skhd-pacman/skhd/skhd/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-pacman/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-pacman/skhd/skhd/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/skhd/skhd-stock/open-finder.sh: -------------------------------------------------------------------------------- 1 | #! /usr/bin/env sh 2 | 3 | osascript -e 'set targetFolder to POSIX file "/Users/itaysharir" 4 | 5 | tell application "Finder" 6 | open targetFolder 7 | activate 8 | end tell' 9 | -------------------------------------------------------------------------------- /dmenu/themes/wallpapers/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/themes/wallpapers/.DS_Store -------------------------------------------------------------------------------- /dmenu/themes/wallpapers/aline: -------------------------------------------------------------------------------- 1 | /Users/itaysharir/wallpapers/new/3hp7al4d04fa1.webp 2 | -------------------------------------------------------------------------------- /dmenu/themes/wallpapers/dt-xmonad: -------------------------------------------------------------------------------- 1 | /Users/itaysharir/wallpapers/archcraft-wallpapers-main/minimal-19.jpg 2 | -------------------------------------------------------------------------------- /dmenu/themes/wallpapers/pacman: -------------------------------------------------------------------------------- 1 | /Users/itaysharir/wallpapers/bspwm/wall-04.webp 2 | -------------------------------------------------------------------------------- /dmenu/themes/wallpapers/stock: -------------------------------------------------------------------------------- 1 | /Users/itaysharir/wallpapers/new/z9g6q3kis3fa1.webp 2 | -------------------------------------------------------------------------------- /dmenu/themes/yabai/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/themes/yabai/.DS_Store -------------------------------------------------------------------------------- /dmenu/themes/yabai/yabai-dt-xmonad/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/themes/yabai/yabai-dt-xmonad/.DS_Store -------------------------------------------------------------------------------- /dmenu/themes/yabai/yabai-pacman/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/dmenu/themes/yabai/yabai-pacman/.DS_Store -------------------------------------------------------------------------------- /dmenu/todo.sh: -------------------------------------------------------------------------------- 1 | #!/bin/env sh 2 | 3 | file="$HOME/.todo" 4 | touch "$file" 5 | height=$(wc -l "$file" | awk '{print $1}') 6 | prompt="Add a task: " 7 | 8 | cmd=$(dmenu -l "$height" -p "$prompt" "$@" < "$file") 9 | while [ -n "$cmd" ]; do 10 | if grep -q "^$cmd\$" "$file"; then 11 | grep -v "^$cmd\$" "$file" > "$file.$$" 12 | mv "$file.$$" "$file" 13 | height=$(( height - 1 )) 14 | else 15 | echo "$cmd" >> "$file" 16 | height=$(( height + 1 )) 17 | fi 18 | 19 | cmd=$(dmenu -l "$height" -p "$prompt" "$@" < "$file") 20 | done 21 | 22 | exit 0 23 | -------------------------------------------------------------------------------- /misc/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/misc/.DS_Store -------------------------------------------------------------------------------- /misc/fonts/Pacman-Dots.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/itaysharir/Dotfiles/9afc1fa601f025dac8e7e51c51845979f1fd0068/misc/fonts/Pacman-Dots.ttf --------------------------------------------------------------------------------