Skip to content

Kritiqual/.dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cbb40f5 Β· Sep 7, 2023

History

22 Commits
Sep 7, 2023
Sep 7, 2023
Sep 7, 2023
Sep 7, 2023
Sep 7, 2023
Sep 7, 2023
Sep 7, 2023
Sep 9, 2022
Sep 7, 2023
Aug 30, 2022
Sep 7, 2023
Jan 9, 2023
Jan 9, 2023
Sep 7, 2023
Sep 7, 2023
Sep 7, 2023
Jan 9, 2023

Repository files navigation

.dots

return {
 os = { "Archlinux", tool = "kasis" }, --btw
 wm = function(rep)
  pure = {
   main = "awesome-git",
   compositor = {
    name = "picom-git",
    fork = { "jonaburg" },
   },
  }
  per = { "rofi", "eww", "polybar" }
  if rep then
   return { pure, per }
  end
  return pure
 end,

 shell = { "zsh", plugins_manager = "zi" },
 editor = {
  gui = { "vscode", "vscode-insiders" },
  cli = { "neovim-git", gui = "neovide" },
 },
 monitor = { "bpytop" },
 music = { "mpd", { "ncmpcpp" } },
 file_manager = { { "ranger" }, { "thunar" } },
 useful_app = {
  { "fd", "rg", "exa" },
  { "fzf", "pacman_fzf" },
 },
}

THEME

Theme Link AUR Note
GRUB theme sleek orange N/A using install script in its folder
Cursor theme Sweet cursor sweet-cursor-theme-git Use lxappearance to set theme
Icons theme candy icons candy-icons-git Use lxappearance to set this first,
- Sweet folders sweet-folders-icons-git then set this
Color theme GTK sweet dark gtk-theme-sweet-dark Use lxappearance to set theme
- Sweet kvantum kvantum-theme-sweet-git Use qt5ct to set icons theme and kvantum manager to set theme

About

[WIP] This repo contain all my config for Archlinux, btw

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published