-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vaughn Valle
committed
Aug 14, 2020
0 parents
commit 7d4554e
Showing
15 changed files
with
8,335 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
! -- REMOVE SCROLLBAR -- ! | ||
URxvt.scrollBar: false | ||
|
||
!-- FONTS -- ! | ||
URxvt.font: xft:Source Code Pro:size=7 | ||
|
||
! -- PERL SCRIPTS -- ! | ||
URxvt.perl-ext-common: default,matcher,resize-font | ||
|
||
! -- CLICKABLE URLS -- ! | ||
URxvt.url-launcher: /usr/bin/xdg-open | ||
URxvt.matcher.button: 1 | ||
|
||
! -- BORDER -- ! | ||
URxvt.internalBorder: 20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
:set number | ||
syntax on | ||
set mouse=a | ||
set showtabline=2 | ||
|
||
hi TabLine ctermbg=NONE ctermfg=lightblue cterm=bold | ||
hi TabLineFill ctermbg=NONE ctermfg=darkmagenta cterm=bold | ||
hi TabLineSel ctermbg=NONE ctermfg=165 cterm=bold,underline | ||
hi Title ctermbg=NONE ctermfg=darkyellow cterm=NONE | ||
|
||
|
||
nnoremap Q gT | ||
nnoremap W gt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Elektropunk | ||
<p align="center"> | ||
<img src="https://img.shields.io/badge/MAINTAINED-YES-green?style=for-the-badge"> | ||
<img src="https://img.shields.io/badge/LICENSE-MIT-blue?style=for-the-badge"> | ||
<img src="https://img.shields.io/badge/LINUX-YES-yellow?style=for-the-badge"> | ||
<img src="https://img.shields.io/badge/WINDOWS-NO-orange?style=for-the-badge"> | ||
<img src="https://img.shields.io/badge/MAC-NO-blueviolet?style=for-the-badge"> | ||
</p> | ||
|
||
![alt text](https://raw.githubusercontent.com/VaughnValle/elektropunk/master/images/cyberwal.png "Preview") | ||
|
||
Elektropunk is a lightweight and minimalist, Cyberpunk 2077-inspired Linux setup using Artix Linux. This setup uses BSPWM as the tiling window manager. | ||
|
||
|
||
Love the content? Consider Subscribing: https://tinyurl.com/ydx35uwd | ||
|
||
## Dependencies | ||
* bspwm | ||
* sxhkd | ||
* polybar | ||
* ibhagwan's fork of picom | ||
* rofi | ||
* spotify-client | ||
* spicetify Dribblish theme | ||
* URxvt | ||
* zsh | ||
* oh my zsh! | ||
* powerlevel10k | ||
* vim | ||
* lightdm | ||
* slim | ||
* slimlocl | ||
* dunst | ||
|
||
## Installation (Arch/Artix) WIP | ||
|
||
### Thanks for dropping by! |
Oops, something went wrong.