diff --git a/README.org b/README.org index fe4e44ecf..703f997f9 100644 --- a/README.org +++ b/README.org @@ -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 diff --git a/screenshot1.png b/screenshot1.png index c18936044..6b02a5f7a 100644 Binary files a/screenshot1.png and b/screenshot1.png differ diff --git a/screenshot2.png b/screenshot2.png index 6d700a01c..cebb13be6 100644 Binary files a/screenshot2.png and b/screenshot2.png differ diff --git a/screenshot3.png b/screenshot3.png index 3c813b937..6a9f2689e 100644 Binary files a/screenshot3.png and b/screenshot3.png differ diff --git a/screenshot4.png b/screenshot4.png index 761f2477e..05efa96c3 100644 Binary files a/screenshot4.png and b/screenshot4.png differ diff --git a/screenshot5.png b/screenshot5.png index 227022f3d..65eadf935 100644 Binary files a/screenshot5.png and b/screenshot5.png differ diff --git a/screenshot6.png b/screenshot6.png index 0746f11f8..830e6f0a5 100644 Binary files a/screenshot6.png and b/screenshot6.png differ diff --git a/user/.config/awesome/ui/theme.lua b/user/.config/awesome/ui/theme.lua index 28d865427..0e34396c8 100644 --- a/user/.config/awesome/ui/theme.lua +++ b/user/.config/awesome/ui/theme.lua @@ -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 -- }}}