Big Update! New system
1
.bashrc
@ -18,6 +18,5 @@ alias spot="ncspot"
|
||||
alias untar="tar -xf"
|
||||
alias n="nvim"
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
export ELECTRON_OZONE_PLATFORM_HINT=wayland
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
||||
PS1='[\u@\h \W]\$ '
|
||||
|
4
.config/cava/config
Normal file → Executable file
@ -1,6 +1,6 @@
|
||||
[color]
|
||||
gradient = 1
|
||||
gradient_count = 2
|
||||
gradient_color_1 = '#4b4330'
|
||||
gradient_color_2 = '#745034'
|
||||
gradient_color_1 = '#2e645d'
|
||||
gradient_color_2 = '#4b6458'
|
||||
|
||||
|
@ -7,7 +7,7 @@ menu() {
|
||||
main() {
|
||||
choice=$(menu | wofi -c ~/.config/wofi/config1 -s ~/.config/wofi/style1.css --show dmenu --prompt "Select Wallpaper:" -n)
|
||||
selected_wallpaper=$(echo "$choice" | sed 's/^img://')
|
||||
swww img "$selected_wallpaper" --transition-type any --transition-fps 60 --transition-duration 2
|
||||
swww img "$selected_wallpaper" --transition-type any --transition-fps 60 --transition-duration 1.5
|
||||
wal -i "$selected_wallpaper" -n --cols16
|
||||
swaync-client --reload-css
|
||||
cat ~/.cache/wal/colors-kitty.conf > ~/.config/kitty/current-theme.conf
|
||||
|
52
.config/kitty/current-theme.conf
Normal file → Executable file
@ -1,30 +1,30 @@
|
||||
foreground #c3c5c5
|
||||
background #121719
|
||||
foreground #c4c3c2
|
||||
background #13120d
|
||||
background_opacity 1.0
|
||||
cursor #c3c5c5
|
||||
cursor #c4c3c2
|
||||
|
||||
active_tab_foreground #121719
|
||||
active_tab_background #c3c5c5
|
||||
inactive_tab_foreground #c3c5c5
|
||||
inactive_tab_background #121719
|
||||
active_tab_foreground #13120d
|
||||
active_tab_background #c4c3c2
|
||||
inactive_tab_foreground #c4c3c2
|
||||
inactive_tab_background #13120d
|
||||
|
||||
active_border_color #c3c5c5
|
||||
inactive_border_color #121719
|
||||
bell_border_color #513f31
|
||||
active_border_color #c4c3c2
|
||||
inactive_border_color #13120d
|
||||
bell_border_color #3b4e42
|
||||
|
||||
color0 #121719
|
||||
color8 #5c6c70
|
||||
color1 #513f31
|
||||
color9 #6D5542
|
||||
color2 #4b4330
|
||||
color10 #655A41
|
||||
color3 #745034
|
||||
color11 #9B6B46
|
||||
color4 #825031
|
||||
color12 #AE6B42
|
||||
color5 #846636
|
||||
color13 #B08949
|
||||
color6 #a07540
|
||||
color14 #D69D56
|
||||
color7 #90979a
|
||||
color15 #c3c5c5
|
||||
color0 #13120d
|
||||
color8 #6c6759
|
||||
color1 #3b4e42
|
||||
color9 #4F6858
|
||||
color2 #2e645d
|
||||
color10 #3E867D
|
||||
color3 #4b6458
|
||||
color11 #658676
|
||||
color4 #666f54
|
||||
color12 #899470
|
||||
color5 #2d6464
|
||||
color13 #3D8686
|
||||
color6 #536f6a
|
||||
color14 #6F948E
|
||||
color7 #98988d
|
||||
color15 #c4c3c2
|
||||
|
0
.config/kitty/kitty.conf
Normal file → Executable file
0
.config/kitty/kitty.conf.bak
Normal file → Executable file
0
.config/nvim/.luarc.json
Normal file → Executable file
0
.config/nvim/init.lua
Normal file → Executable file
10
.config/nvim/lazy-lock.json
Normal file → Executable file
@ -1,6 +1,6 @@
|
||||
{
|
||||
"alpha-nvim": { "branch": "main", "commit": "de72250e054e5e691b9736ee30db72c65d560771" },
|
||||
"gitsigns.nvim": { "branch": "main", "commit": "ac38d7860b258ec07085d8d1931e1a487bcee21d" },
|
||||
"gitsigns.nvim": { "branch": "main", "commit": "d8918f06624dd53b9a82bd0e29c31bcfd541b40d" },
|
||||
"glow.nvim": { "branch": "main", "commit": "238070a686c1da3bccccf1079700eb4b5e19aea4" },
|
||||
"lazy.nvim": { "branch": "main", "commit": "d8f26efd456190241afd1b0f5235fe6fdba13d4a" },
|
||||
"lualine.nvim": { "branch": "master", "commit": "2a5bae925481f999263d6f5ed8361baef8df4f83" },
|
||||
@ -10,12 +10,14 @@
|
||||
"nui.nvim": { "branch": "main", "commit": "53e907ffe5eedebdca1cd503b00aa8692068ca46" },
|
||||
"nvim-colorizer.lua": { "branch": "master", "commit": "a065833f35a3a7cc3ef137ac88b5381da2ba302e" },
|
||||
"nvim-notify": { "branch": "master", "commit": "22f29093eae7785773ee9d543f8750348b1a195c" },
|
||||
"nvim-treesitter": { "branch": "master", "commit": "0fb02ac5c39423b5c863eb7c8dd7b093879f1488" },
|
||||
"nvim-treesitter": { "branch": "master", "commit": "51562d44fc6280f92bb9a3d87e7b3cb327377ca5" },
|
||||
"nvim-web-devicons": { "branch": "master", "commit": "aafa5c187a15701a7299a392b907ec15d9a7075f" },
|
||||
"plenary.nvim": { "branch": "master", "commit": "3707cdb1e43f5cea73afb6037e6494e7ce847a66" },
|
||||
"pywal.nvim": { "branch": "main", "commit": "d11b673c0e3d6eb8cbee7ea8cf4a8911f6ee24b9" },
|
||||
"snacks.nvim": { "branch": "main", "commit": "233356e6c9fecf6dfcfddac788580a79d6a3ab6e" },
|
||||
"snacks.nvim": { "branch": "main", "commit": "b96bd540f785c725289f9f15f0147b1b2dac5a35" },
|
||||
"tabline.nvim": { "branch": "main", "commit": "ff33d12a20d52daafa5393162cae4108faf8128b" },
|
||||
"telescope-ui-select.nvim": { "branch": "master", "commit": "6e51d7da30bd139a6950adf2a47fda6df9fa06d2" },
|
||||
"telescope.nvim": { "branch": "master", "commit": "a0bbec21143c7bc5f8bb02e0005fa0b982edc026" }
|
||||
"telescope.nvim": { "branch": "master", "commit": "a0bbec21143c7bc5f8bb02e0005fa0b982edc026" },
|
||||
"typr": { "branch": "main", "commit": "b2dd913d3f35293f9de62d48b4466523cd4002ec" },
|
||||
"volt": { "branch": "main", "commit": "1a7d6b1dfb2f176715ccc9e838be32d044f8a734" }
|
||||
}
|
||||
|
4
.config/nvim/lua/plugins/alpha.lua
Normal file → Executable file
@ -76,13 +76,13 @@ return {
|
||||
}))
|
||||
dashboard.section.buttons.val = {
|
||||
dashboard.button( "e", " > New file" , ":ene <BAR> startinsert <CR>"),
|
||||
dashboard.button( "f", " > Find file", ":lua require('telescope.builtin').find_files({ find_command = { 'rg', '--files' } })<CR>"),
|
||||
dashboard.button( "f", " > Find file", ":lua require('telescope.builtin').find_files({ find_command = { 'rg', '--files' } })<CR>"),
|
||||
dashboard.button( "F", " > Find folder", ":lua search_and_scope_into_directory()<CR>"),
|
||||
dashboard.button( "r", " > Recent" , ":Telescope oldfiles<CR>"),
|
||||
dashboard.button( "c", " > Config" , ":cd ~/.config/nvim | Telescope find_files<CR>"),
|
||||
dashboard.button( "l", " > Lazy", ":Lazy<CR>"),
|
||||
dashboard.button( "h", " > Settings" , ":cd ~/.config/hypr | Telescope find_files<CR>"),
|
||||
dashboard.button( "q", " > Quit", ":qa<CR>"),
|
||||
dashboard.button( "q", " > Quit", ":qa<CR>"),
|
||||
|
||||
|
||||
}
|
||||
|
0
.config/nvim/lua/plugins/cmdline.lua
Normal file → Executable file
0
.config/nvim/lua/plugins/colors.lua
Normal file → Executable file
0
.config/nvim/lua/plugins/completions.txt
Normal file → Executable file
0
.config/nvim/lua/plugins/csscolors.lua
Normal file → Executable file
0
.config/nvim/lua/plugins/git.lua
Normal file → Executable file
0
.config/nvim/lua/plugins/glow.lua
Normal file → Executable file
0
.config/nvim/lua/plugins/icons.lua
Normal file → Executable file
0
.config/nvim/lua/plugins/lualine.lua
Normal file → Executable file
0
.config/nvim/lua/plugins/neo-tree.lua
Normal file → Executable file
0
.config/nvim/lua/plugins/snacks.lua
Normal file → Executable file
0
.config/nvim/lua/plugins/tab.lua
Normal file → Executable file
0
.config/nvim/lua/plugins/telescope.lua
Normal file → Executable file
0
.config/nvim/lua/plugins/treesitter.lua
Normal file → Executable file
6
.config/nvim/lua/plugins/typr.lua
Normal file
@ -0,0 +1,6 @@
|
||||
return {
|
||||
"nvzone/typr",
|
||||
dependencies = "nvzone/volt",
|
||||
opts = {},
|
||||
cmd = { "Typr", "TyprStats" },
|
||||
}
|
0
.config/nvim/lua/vim-options.lua
Normal file → Executable file
BIN
.config/nvim/typrstats
Normal file
0
.config/starship.toml
Normal file → Executable file
0
.config/swaync/config.json
Normal file → Executable file
0
.config/swaync/style.css
Normal file → Executable file
0
.config/wal/templates/colors-hyprland
Normal file → Executable file
0
.config/waybar/config
Normal file → Executable file
0
.config/waybar/style.css
Normal file → Executable file
0
.config/wlogout/layout
Normal file → Executable file
0
.config/wlogout/lock.png
Normal file → Executable file
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
0
.config/wlogout/logout.png
Normal file → Executable file
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
0
.config/wlogout/pause.png
Normal file → Executable file
Before Width: | Height: | Size: 552 B After Width: | Height: | Size: 552 B |
0
.config/wlogout/power.png
Normal file → Executable file
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
0
.config/wlogout/restart.png
Normal file → Executable file
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
0
.config/wlogout/sleep.png
Normal file → Executable file
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
0
.config/wlogout/style.css
Normal file → Executable file
0
.config/wofi/config
Normal file → Executable file
0
.config/wofi/config1
Normal file → Executable file
0
.config/wofi/style.css
Normal file → Executable file
0
.config/wofi/style1.css
Normal file → Executable file
19
install.sh
@ -1,19 +0,0 @@
|
||||
sudo chmod -R 777 /home/eli
|
||||
yay -S reflector rsync
|
||||
sudo reflector --country 'US' --latest 10 --sort rate --save /etc/pacman.d/mirrorlist
|
||||
yay -S pywal swww
|
||||
wal -i ~/Dotfiles/wallpapers/walls/r82.jpg -n
|
||||
yay -S waybar swaync starship nerdfetch neovim python-pywalfox hypridle hyprpicker hyprlock thunar wlogout fd cava
|
||||
yay -S nerd-fonts
|
||||
yay -S nwg-look qogir-icon-theme materia-gtk-theme illogical-impulse-bibata-modern-classic-bin
|
||||
yay -S thunar lsd gvfs tumbler
|
||||
yay -S libreoffice-fresh
|
||||
yay -S spotify ncspot discord code
|
||||
yay -S blueman bluez
|
||||
systemctl enable bluetooth
|
||||
yay -S pipewire pipewire-pulse pipewire-alsa pipewire-jack pavucontrol
|
||||
systemctl --user enable pipewire.service pipewire-pulse.service
|
||||
systemctl --user start pipewire.service pipewire-pulse.service
|
||||
sudo cp -f -r ~/Dotfiles/wallpapers ~/
|
||||
sudo cp -r -f ~/Dotfiles/.config/* ~/.config/
|
||||
sudo cp -r -f ~/Dotfiles/.bashrc ~/
|
0
wallpapers/other/a_black_and_white_image_of_a_room.jpeg
Normal file → Executable file
Before Width: | Height: | Size: 2.7 MiB After Width: | Height: | Size: 2.7 MiB |
0
wallpapers/other/greenguy.jpg
Normal file → Executable file
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
0
wallpapers/other/linusdark.png
Normal file → Executable file
Before Width: | Height: | Size: 4.8 MiB After Width: | Height: | Size: 4.8 MiB |
0
wallpapers/other/linuslight.jpg
Normal file → Executable file
Before Width: | Height: | Size: 594 KiB After Width: | Height: | Size: 594 KiB |
0
wallpapers/other/linustrap.jpg
Normal file → Executable file
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
0
wallpapers/other/minecraft.jpg
Normal file → Executable file
Before Width: | Height: | Size: 211 KiB After Width: | Height: | Size: 211 KiB |
0
wallpapers/other/sand.jpg
Normal file → Executable file
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
0
wallpapers/other/wallpaper1.jpg
Normal file → Executable file
Before Width: | Height: | Size: 304 KiB After Width: | Height: | Size: 304 KiB |
0
wallpapers/other/wallpaper10.jpg
Normal file → Executable file
Before Width: | Height: | Size: 238 KiB After Width: | Height: | Size: 238 KiB |
0
wallpapers/other/wallpaper11.jpg
Normal file → Executable file
Before Width: | Height: | Size: 2.6 MiB After Width: | Height: | Size: 2.6 MiB |
0
wallpapers/other/wallpaper12.jpg
Normal file → Executable file
Before Width: | Height: | Size: 953 KiB After Width: | Height: | Size: 953 KiB |
0
wallpapers/other/wallpaper13.jpg
Normal file → Executable file
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 123 KiB |
0
wallpapers/other/wallpaper14.jpg
Normal file → Executable file
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
0
wallpapers/other/wallpaper16.jpg
Normal file → Executable file
Before Width: | Height: | Size: 824 KiB After Width: | Height: | Size: 824 KiB |
0
wallpapers/other/wallpaper17.jpg
Normal file → Executable file
Before Width: | Height: | Size: 992 KiB After Width: | Height: | Size: 992 KiB |
0
wallpapers/other/wallpaper18.jpg
Normal file → Executable file
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 128 KiB |
0
wallpapers/other/wallpaper19.jpg
Normal file → Executable file
Before Width: | Height: | Size: 921 KiB After Width: | Height: | Size: 921 KiB |
0
wallpapers/other/wallpaper2.jpg
Normal file → Executable file
Before Width: | Height: | Size: 3.6 MiB After Width: | Height: | Size: 3.6 MiB |
0
wallpapers/other/wallpaper21.jpg
Normal file → Executable file
Before Width: | Height: | Size: 234 KiB After Width: | Height: | Size: 234 KiB |
0
wallpapers/other/wallpaper22.jpg
Normal file → Executable file
Before Width: | Height: | Size: 153 KiB After Width: | Height: | Size: 153 KiB |
0
wallpapers/other/wallpaper23.jpg
Normal file → Executable file
Before Width: | Height: | Size: 3.1 MiB After Width: | Height: | Size: 3.1 MiB |
0
wallpapers/other/wallpaper3.jpg
Normal file → Executable file
Before Width: | Height: | Size: 205 KiB After Width: | Height: | Size: 205 KiB |
0
wallpapers/other/wallpaper4.jpg
Normal file → Executable file
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
0
wallpapers/other/wallpaper5.jpg
Normal file → Executable file
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
0
wallpapers/other/wallpaper6.jpg
Normal file → Executable file
Before Width: | Height: | Size: 540 KiB After Width: | Height: | Size: 540 KiB |
0
wallpapers/other/wallpaper7.jpg
Normal file → Executable file
Before Width: | Height: | Size: 678 KiB After Width: | Height: | Size: 678 KiB |
0
wallpapers/other/wallpaper8.jpg
Normal file → Executable file
Before Width: | Height: | Size: 451 KiB After Width: | Height: | Size: 451 KiB |
0
wallpapers/other/wallpaper9.jpg
Normal file → Executable file
Before Width: | Height: | Size: 885 KiB After Width: | Height: | Size: 885 KiB |
0
wallpapers/other/wp5187908-2044436229.jpg
Normal file → Executable file
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 1.0 MiB |
BIN
wallpapers/pywallpaper.jpg
Normal file → Executable file
Before Width: | Height: | Size: 2.4 MiB After Width: | Height: | Size: 1.4 MiB |
0
wallpapers/walls/18000.jpg
Normal file → Executable file
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
0
wallpapers/walls/501338-3290628667.jpg
Normal file → Executable file
Before Width: | Height: | Size: 203 KiB After Width: | Height: | Size: 203 KiB |
0
wallpapers/walls/8hpjkt_e38e0ec5691b343218e0d5741f9fd5fc77042028.png
Normal file → Executable file
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
0
wallpapers/walls/Aloe.jpg
Normal file → Executable file
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
0
wallpapers/walls/Best-HD-Wallpapers-Desktop-Free-710276147.jpg
Normal file → Executable file
Before Width: | Height: | Size: 820 KiB After Width: | Height: | Size: 820 KiB |
0
wallpapers/walls/Code.jpg
Normal file → Executable file
Before Width: | Height: | Size: 1002 KiB After Width: | Height: | Size: 1002 KiB |
0
wallpapers/walls/HD-Best-HD-Wallpapers-Desktop.jpg
Normal file → Executable file
Before Width: | Height: | Size: 358 KiB After Width: | Height: | Size: 358 KiB |
0
wallpapers/walls/Ice.jpg
Normal file → Executable file
Before Width: | Height: | Size: 540 KiB After Width: | Height: | Size: 540 KiB |
0
wallpapers/walls/MistyTrees.jpg
Normal file → Executable file
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
0
wallpapers/walls/Street1.jpg
Normal file → Executable file
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
0
wallpapers/walls/Street2.jpg
Normal file → Executable file
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.7 MiB |
0
wallpapers/walls/Sun.jpg
Normal file → Executable file
Before Width: | Height: | Size: 486 KiB After Width: | Height: | Size: 486 KiB |
0
wallpapers/walls/Sunset.jpg
Normal file → Executable file
Before Width: | Height: | Size: 849 KiB After Width: | Height: | Size: 849 KiB |
0
wallpapers/walls/The-best-Cool-Green-and-Black-Background-3283395969.jpg
Normal file → Executable file
Before Width: | Height: | Size: 621 KiB After Width: | Height: | Size: 621 KiB |
0
wallpapers/walls/TreeField.jpg
Normal file → Executable file
Before Width: | Height: | Size: 265 KiB After Width: | Height: | Size: 265 KiB |
0
wallpapers/walls/VallyCliff.jpg
Normal file → Executable file
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
0
wallpapers/walls/WhiteMount1.png
Normal file → Executable file
Before Width: | Height: | Size: 974 KiB After Width: | Height: | Size: 974 KiB |
0
wallpapers/walls/WhiteMount2.jpg
Normal file → Executable file
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.8 MiB |
0
wallpapers/walls/audiabove.jpg
Normal file → Executable file
Before Width: | Height: | Size: 3.2 MiB After Width: | Height: | Size: 3.2 MiB |
0
wallpapers/walls/boho-colorful-pastel.png
Normal file → Executable file
Before Width: | Height: | Size: 779 KiB After Width: | Height: | Size: 779 KiB |
0
wallpapers/walls/brz.JPG
Normal file → Executable file
Before Width: | Height: | Size: 7.4 MiB After Width: | Height: | Size: 7.4 MiB |
0
wallpapers/walls/colorado-boy-mine-3840x2160-13362.jpg
Normal file → Executable file
Before Width: | Height: | Size: 4.4 MiB After Width: | Height: | Size: 4.4 MiB |
0
wallpapers/walls/dreamlike-serenity-3840x2160-15550.jpg
Normal file → Executable file
Before Width: | Height: | Size: 4.8 MiB After Width: | Height: | Size: 4.8 MiB |
0
wallpapers/walls/fall-lake-house-3840x2160-12785.jpg
Normal file → Executable file
Before Width: | Height: | Size: 7.9 MiB After Width: | Height: | Size: 7.9 MiB |
0
wallpapers/walls/fall-scenery-3840x2160-13258.jpg
Normal file → Executable file
Before Width: | Height: | Size: 4.4 MiB After Width: | Height: | Size: 4.4 MiB |