Update: Cleaning, added nerdfonts.

This commit is contained in:
Keyitdev
2022-06-22 19:28:33 +02:00
parent ec111a5c14
commit a826a92973
3 changed files with 11 additions and 5 deletions
+10 -4
View File
@@ -18,7 +18,11 @@ My personal build of dotfiles using i3. Color palette is based on OneDark color
## 🌟 Showcase
### More screenshots [here](./screenshots/SCREENSHOTS.md)
![](https://github.com/Keyitdev/dotfiles/blob/screenshots/screenshots/main.png?raw=true)
### More screenshots [here](https://github.com/Keyitdev/dotfiles/blob/screenshots/README.md)
### Watch the demo video [here](https://www.youtube.com/watch?v=_dMkmf2ugPE)
## 🗒️ Info
@@ -30,6 +34,7 @@ My personal build of dotfiles using i3. Color palette is based on OneDark color
|**Application launcher**|[rofi](https://github.com/davatorium/rofi)|
|**Notifications**|[dunst](https://github.com/dunst-project/dunst)|
|**Login manger**|[sddm](https://github.com/sddm/sddm)|
|**Login manger theme**|[sddm-astronaut-theme](https://github.com/Keyitdev/sddm-astronaut-theme)|
|**Lock screen**|[betterlockscreen](https://github.com/betterlockscreen/betterlockscreen)|
|**Compositor**|[picom](https://github.com/yshui/picom)
|**Shell**|[zsh](https://www.zsh.org/)|
@@ -45,7 +50,7 @@ My personal build of dotfiles using i3. Color palette is based on OneDark color
## ⚡ Dependecies
### Packaged used
* base: base-devel wget git gcc make acpi light pulseaudio pulseaudio-alsa alsa-utils pacman-contrib
* base: base-devel wget curl git gcc make acpi light pulseaudio pulseaudio-alsa alsa-utils pacman-contrib mpc
* wm and X11: i3-gaps i3blocks i3lock-color xorg xorg-xinit xorg-server
* lockscreen: i3lock-color betterlockscreen feh imagemagick
* programs: kitty rofi dunst (with libnotify) ranger ncmpcpp mpd polybar papirus-icon-theme btop sddm zsh (with oh-my-zsh) picom cava code neovim
@@ -56,6 +61,7 @@ My personal build of dotfiles using i3. Color palette is based on OneDark color
* Icons: [Feather](https://github.com/AT-UI/feather-font/blob/master/src/fonts/feather.ttf)
* Main font: [Open sans](https://fonts.google.com/specimen/Open+Sans#standard-styles)
* Main monospace font: [Roboto mono](https://fonts.google.com/specimen/Roboto+Mono#standard-styles)
* Polybar: [Iosevka-Nerd-Font](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Iosevka)
## 🛠️ Installation
@@ -96,7 +102,7 @@ I recommend manually installing packages and coping files, but if you are lazy o
1. Install gtk3 theme
```sh
git clone https://github.com/EliverLara/ant.git
sudo mv ./Ant /usr/share/themes
sudo mv ./ant /usr/share/themes
```
1. Install sddm astronaut theme
```sh
@@ -137,7 +143,7 @@ I recommend manually installing packages and coping files, but if you are lazy o
1. Install gtk3 theme
```sh
git clone https://github.com/EliverLara/ant.git
sudo mv ./Ant /usr/share/themes
sudo mv ./ant /usr/share/themes
```
1. Install sddm astronaut theme
```sh
Binary file not shown.
+1 -1
View File
@@ -48,7 +48,7 @@ aur_helper(){
install_packages(){
echo -e "[*3*] Instaling packages with pacman."
sudo pacman -S --noconfirm --needed light pulseaudio pulseaudio-alsa pulsemixer alsa-utils pacman-contrib i3-gaps i3blocks xorg xorg-xinit xorg-server feh imagemagick kitty rofi dunst libnotify ranger ncmpcpp mpd papirus-icon-theme btop sddm zsh picom code neovim xclip scrot
sudo pacman -S --noconfirm --needed light pulseaudio pulseaudio-alsa pulsemixer alsa-utils pacman-contrib i3-gaps i3blocks xorg xorg-xinit xorg-server feh imagemagick kitty rofi dunst libnotify ranger ncmpcpp mpd papirus-icon-theme btop sddm zsh picom code neovim xclip scrot mpc
echo -e "\n[*] Instaling packages with $HELPER."
$HELPER -S acpi \