final update

This commit is contained in:
Clay Gomera 2023-01-22 21:05:32 -04:00
parent 26ee4b0017
commit 403072b061
8 changed files with 18 additions and 18 deletions

View file

@ -3,10 +3,10 @@
#+description: README for my dotfiles repository
This is just a personal repository where i store all my dotfiles, you're free clone them and edit them as you wish. Part of this work was based on other people's dotfiles (Distrotube for example), and it may contain scripts or binaries that they made or modify.
** Sreenshots
[[./screenshot4.png]]
[[./screenshot1.png]]
[[./screenshot2.png]]
[[./screenshot3.png]]
[[./screenshot4.png]]
[[./screenshot5.png]]
[[./screenshot6.png]]
@ -15,12 +15,12 @@ This guide is made for Arch Linux.
** Dependencies
This section will help you install every dependency.
*** Fonts and theming
- Theme = https://github.com/Fausto-Korpsvart/Tokyo-Night-GTK-Theme
- Icon theme = Papirus Dark Indigo Folders https://github.com/PapirusDevelopmentTeam/papirus-icon-theme
- Theme = https://github.com/jmattheis/gruvbox-dark-gtk
- Icon theme = https://github.com/jmattheis/gruvbox-dark-icons-gtk
- Cursors = https://gitlab.com/cursors/simp1e
- Fonts = mononoki nerd font from https://github.com/ryanoasis/nerd-fonts
*** Full dependency pack
With this single command using paru you can install almost all dependencies excluding the tokyo night gtk theme:
With this single command using paru you can install almost all dependencies:
#+begin_src sh
paru -S --needed picom-pijulius-git capnet-assist scrot feh fd rofi awesome-git betterlockscreen power-profiles-daemon python-gobject pamixer lxsession alacritty networkmanager bluez bluez-utils nerd-fonts-mononoki xcursor-simp1e-tokyo-night xfce4-power-manager
paru -S --needed picom-pijulius-git capnet-assist scrot feh fd rofi awesome-git betterlockscreen pamixer lxsession alacritty networkmanager nerd-fonts-complete xcursor-simp1e-gruvbox-dark xfce4-power-manager gruvbox-dark-gtk gruvbox-dark-icons-gtk
#+end_src

Binary file not shown.

Before

Width:  |  Height:  |  Size: 753 KiB

After

Width:  |  Height:  |  Size: 301 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1,022 KiB

After

Width:  |  Height:  |  Size: 375 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 998 KiB

After

Width:  |  Height:  |  Size: 624 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 864 KiB

After

Width:  |  Height:  |  Size: 236 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 865 KiB

After

Width:  |  Height:  |  Size: 240 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 879 KiB

After

Width:  |  Height:  |  Size: 259 KiB

View file

@ -15,27 +15,27 @@ theme.font = "mononoki Nerd Font 13"
--- }}}
-- {{{ bar colors
theme.bar_bg_one = "#cc241d"
theme.bar_bg_two = "#d79921"
theme.bar_bg_tre = "#98971a"
theme.bar_bg_for = "#458588"
theme.bar_bg_fiv = "#b16286"
theme.bar_clock = "#928374"
theme.bar_bg_one = "#427b58"
theme.bar_bg_two = "#076678"
theme.bar_bg_tre = "#b57614"
theme.bar_bg_for = "#9d0006"
theme.bar_bg_fiv = "#8f3f71"
theme.bar_clock = "#3c3836"
--- }}}
-- {{{ Colors
theme.fg_normal = "#282828"
theme.fg_focus = "#fbf1c7"
theme.fg_normal = "#ebdbb2"
theme.fg_focus = "#dfc4a1"
theme.fg_urgent = "#fb4934"
theme.bg_normal = "#1d2021"
theme.bg_focus = "#3c3836"
theme.bg_urgent = "#504945"
theme.bg_urgent = "#a89984"
-- }}}
-- {{{ Borders
beautiful.gap_single_client = false
theme.useless_gap = dpi(0)
theme.border_width = dpi(0.5)
theme.border_width = dpi(1)
theme.border_normal = "#504945"
theme.border_focus = "#cc241d"
theme.border_marked = "#cc241d"
@ -45,9 +45,9 @@ theme.border_marked = "#cc241d"
theme.taglist_font = "mononoki Nerd Font Mono 28"
theme.taglist_bg = "#3c3836"
theme.taglist_fg_focus = "#fb4934"
theme.taglist_fg_occupied = "#bdae93"
theme.taglist_fg_urgent = "#fb4934"
theme.taglist_fg_empty = "#928374"
theme.taglist_fg_occupied = "#8ec07c"
theme.taglist_fg_urgent = "#504945"
theme.taglist_fg_empty = "#a89984"
theme.taglist_spacing = 5
-- }}}