update readme

This commit is contained in:
ksyasuda 2021-11-07 00:59:01 -07:00
parent b0668fc80e
commit cef7472605
8 changed files with 86 additions and 38 deletions

View File

@ -1,3 +1,48 @@
# Sudacode Dotfiles # Sudacode Dotfiles
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
**Table of Contents**
- [Sudacode Dotfiles](#sudacode-dotfiles)
- [Current Setup](#current-setup)
- [Screenshots](#screenshots)
<!-- markdown-toc end -->
A collection of my Linux (Arch btw) configuration and dotfiles A collection of my Linux (Arch btw) configuration and dotfiles
## Current Setup
_Click the links drowpdown to get quick access to the relevant code/files_
- Desktop Environment: [EndeavourOS](https://endeavouros.com/) (Arch BTW)
- Window Manager: [i3-gaps](https://github.com/Airblader/i3)
- [i3 config](i3-wm/config)
- Compositor: [ibhagwan's picom fork](https://github.com/ibhagwan/picom)
- [picom config](picom/picom.conf)
- Notification Server: [dunst](https://github.com/dunst-project/dunst)
- [dunst config](dunst/dunstrc)
- Terminal Emulator: [alacritty-ligatures](https://aur.archlinux.org/packages/alacritty-ligatures/)
- [alacritty config](alacritty/alacritty.yml)
- [colorscheme](alacritty/alacritty.onedark.yml)
- Text Editors: [vim](https://www.vim.org/) and [doom emacs](https://github.com/hlissner/doom-emacs)
- [vimrc](dotfiles/.vimrc)
- [doom config](doom)
- Audio Player: [mpd](https://www.musicpd.org/) with [ncmpcpp](https://github.com/ncmpcpp/ncmpcpp)
- [mpd config](mpd/mpd.conf)
- [ncmpcpp config](ncmpcpp/ncmpcpp.config)
- Audio Visualizer: [cava](https://github.com/karlstav/cava)
- [cava config](cava/cavaconfig)
- System Monitor: [bpytop](https://github.com/aristocratos/bpytop)
- Firefox Startpage: [my startpage](https://github.com/ksyasuda/Firefox-Startpage)
## Screenshots
<div align="center">
<p><b><i>Ordering:</b> Top Left -> Top Right -> Bottom Left -> Bottom Right</i></p>
<p>vim, bpytop, cava, ncmpcpp</p>
<img width="80%" src="screenshots/home1.png">
<p>(firefox, doom emacs, doom emacs, neofetch)</p>
<img width="80%" src="screenshots/home2.png">
</div>

35
README.org Normal file
View File

@ -0,0 +1,35 @@
#+TITLE: Readme
#+DATE: Sun Nov 7 00:34:12 2021
A collection of my Linux (Arch btw) configuration and dotfiles
* Current Setup
Click the links drowpdown to get quick access to the relevant code/files
** Desktop Environment: [[https://endeavouros.com/][EndeavourOS]] (Arch BTW)
** Window Manager: [[https://github.com/Airblader/i3][i3-gaps]]
*** [[./i3-wm/config]]
** Compositor: [[https://github.com/ibhagwan/picom][ibhagwan's picom fork]]
*** [[./picom/picom.conf]]
** Notification Server: [[https://github.com/dunst-project/dunst][dunst]]
*** [[./dunst/dunstrc]]
** Terminal Emulator: [[https://aur.archlinux.org/packages/alacritty-ligatures/][alacritty-ligatures]]
*** [[./alacritty/alacritty.yml]]
*** [colorscheme](alacritty/alacritty.onedark.yml)
** Text Editors: [[https://www.vim.org/][vim]] and [[https://github.com/hlissner/doom-emacs][doom-emacs]]
*** [[./dotfiles/.vimrc]]
*** [[./doom]]
** Audio Player: [[https://www.musicpd.org/][mpd]] with [[https://github.com/ncmpcpp/ncmpcpp][ncmpcpp]]
*** [[./mpd/mpd.conf]]
*** [[./ncmpcpp/ncmpcpp.config]]
** Audio Visualizer: [[https://github.com/karlstav/cava][cava]]
*** [[./cava/cavaconfig]]
** System Monitor: [[https://github.com/aristocratos/bpytop][bpytop]]
** Firefox Startpage: [[https://github.com/ksyasuda/Firefox-Startpage][firefox startpage]]
* Screenshots
/Ordering of programs Top Left -> Top Right -> Bottom Left -> Bottom Right/
#+CAPTION: Home screen with vim, bpytop, cava, and ncmpcpp
[[./screenshots/home1.png]]
#+CAPTION: Home screen with firefox, doom emacs, and neofetch
[[./screenshots/home2.png]]

View File

@ -368,7 +368,7 @@ exec --no-startup-id dunst --config ~/.config/dunst/dunstrc
exec --no-startup-id /usr/bin/variety --profile /home/sudacode/.config/variety/ exec --no-startup-id /usr/bin/variety --profile /home/sudacode/.config/variety/
exec --no-startup-id i3-msg 'workspace 3: ﱘ'; exec $term -e ncmpcpp exec --no-startup-id i3-msg 'workspace 3: ﱘ'; exec $term -e ncmpcpp
exec --no-startup-id i3-msg 'workspace 4: '; exec $HOME/SudacodeRice/scripts/emc ~/org/ exec --no-startup-id i3-msg 'workspace 4: '; exec emc ~/org/
exec --no-startup-id i3-msg 'workspace 6: '; exec emacsclient -n -c -e '(+vterm/here nil)' exec --no-startup-id i3-msg 'workspace 6: '; exec emacsclient -n -c -e '(+vterm/here nil)'
exec --no-startup-id /usr/bin/emacs --daemon exec --no-startup-id /usr/bin/emacs --daemon
@ -603,3 +603,4 @@ bindsym $mod+e exec --no-startup-id emacsclient -n -c ~
bindsym $mod+Shift+v exec --no-startup-id emacsclient -n -c -e '(+vterm/here nil)' bindsym $mod+Shift+v exec --no-startup-id emacsclient -n -c -e '(+vterm/here nil)'
bindsym $mod+Shift+Return exec --no-startup-id emacsclient -n -c -e '(+vterm/here nil)' bindsym $mod+Shift+Return exec --no-startup-id emacsclient -n -c -e '(+vterm/here nil)'
bindsym Control+Shift+a exec --no-startup-id ~/SudacodeRice/scripts/emc ~/Projects/Scripts/ani-cli bindsym Control+Shift+a exec --no-startup-id ~/SudacodeRice/scripts/emc ~/Projects/Scripts/ani-cli
bindsym Control+e exec --no-startup-id ~/SudacodeRice/scripts/emc ~/.config

View File

@ -10,16 +10,6 @@ acolor = #FFFFFF
curgent = #EF5350 curgent = #EF5350
coccupied = #42A5F5 coccupied = #42A5F5
#shade1 = #311B92
#shade2 = #4527A0
#shade3 = #512DA8
#shade4 = #5E35B1
#shade5 = #673AB7
#shade1 = #471A3B
#shade2 = #5E1E40
#shade3 = #742246
#shade4 = #882748
#shade5 = #AA2E50
shade1 = #17191e shade1 = #17191e
shade2 = #1e2127 shade2 = #1e2127
shade3 = #191c21 shade3 = #191c21

View File

@ -1,17 +1,3 @@
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
;;
;; ____ __ __
;; / __ \____ / /_ __/ /_ ____ ______
;; / /_/ / __ \/ / / / / __ \/ __ `/ ___/
;; / ____/ /_/ / / /_/ / /_/ / /_/ / /
;; /_/ \____/_/\__, /_.___/\__,_/_/
;; /____/
;;
;; Created By Aditya Shakya @adi1090x
;;
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
include-file = $HOME/SudacodeRice/include-modules.ini include-file = $HOME/SudacodeRice/include-modules.ini
[color] [color]
@ -24,17 +10,7 @@ acolor = #FFFFFF
curgent = #EF5350 curgent = #EF5350
coccupied = #42A5F5 coccupied = #42A5F5
#shade1 = #311B92 shade1 = #17191e
#shade2 = #4527A0
#shade3 = #512DA8
#shade4 = #5E35B1
#shade5 = #673AB7
#shade1 = #471A3B
#shade2 = #5E1E40
#shade3 = #742246
#shade4 = #882748
#shade5 = #AA2E50
shade1 = #17191e
shade2 = #1e2127 shade2 = #1e2127
shade3 = #222834 shade3 = #222834
shade4 = #282c34 shade4 = #282c34

BIN
screenshots/home1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 536 KiB

BIN
screenshots/home2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 KiB

View File

@ -5,9 +5,10 @@ multi-media keys on my laptop.
""" """
import os import os
import sys
import subprocess import subprocess
import sys
from pathlib import Path from pathlib import Path
import config import config
@ -25,7 +26,7 @@ def get_volume() -> int:
args = ['pulsemixer --get-volume'] args = ['pulsemixer --get-volume']
proc = execute_with_capture(args) proc = execute_with_capture(args)
output = proc.stdout output = proc.stdout
volume = int(output.split(' ')[0]) volume = output.split(' ')[0]
return volume return volume