Giter Site home page Giter Site logo

cupola's Introduction

cupola

Dotfiles for an i3-driven Arch Linux desktop environment.

Requirements

Arch repositories

The following packages are required from the standard Arch repositories:

  • i3-gaps: fork of the tiling based window manager i3 with support for gaps between windows, and other features.
  • picom: standalone compositor for Xorg.
  • rofi: window switcher and dmenu replacement, highly extendable.
  • polybar: taskbar application with many modular extensions.
  • termite: minimal VTE-based terminal emulator, configured entirely through dotfiles.
  • lxappearance-gtk3: GTK theme switcher from the lxde desktop environment, requires minimal dependencies.
  • sddm: display manager from the KDE Plasma desktop.
  • ttf-ubuntu-font-family: ubuntu TrueType fonts.
  • pulseaudio: general purpose sound server, required for polybar volume control
  • physlock: application to lock the X screen and all ttys.

To install:

sudo pacman -S i3-gaps picom rofi polybar termite lxappearance-gtk3 sddm ttf-ubuntu-font-family

AUR

The following packages are required from the Arch User Repository (AUR):

  • sddm-theme-sugar-candy-git: attractive theme for sddm
  • tela-icon-theme: flat and simple icon pack, with light and dark themes.
  • pacwall-git: utility to make a dependency graph for pacman and set it as your desktop background.
  • termite-style-git: command-line utility to change the theme and font of termite.
  • xidlehook: utility to automatically lock the screen after a timer. Can prevent locking when audio is played or an application is fullscreen.

To install with an AUR helper, e.g. yay:

yay -S sddm-theme-sugar-candy-git tela-icon-theme pacwall-git termite-style-git

conky-lua

This config uses an implementation of conky with lua enabled, that reports the status of any nvidia cards. If you don't run an nvidia card and do not want to bother tweaking the conky lua files to get things to align, skip this step and disable the line starting conky in the i3 config.

The AUR package conky-lua is suitable; however, by default the compilation flag -D BUILD_NVIDIA=ON is required by this conky implementation but not flagged by default.

One can download the PKGBUILD and install with:

git clone https://aur.archlinux.org/conky-lua.git
cd conky_lua

## Edit the PKGBUILD file in this dir to include "-D BUILD_NVIDIA=ON" in the build func CPPFLAGS.

./configure
make
make install

If you don't run an nvidia card and do not want to bother tweaking the conky lua files to get things to align, skip this step.

Install

Contents in home go in your $HOME dir.

Contents in themes go in your $HOME/.themes dir.

Contents in config go in your $HOME/.config dir.

Contents in sddm go in /etc/sddm.conf.d dir.

Recommended Apps

Under construction.

Usage

Under construction.

cupola's People

Contributors

hypernormalisation avatar

Stargazers

B.Rooster <DaRipper> avatar Dr Will Breaden Madden avatar Gavin avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.