Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
SingularisArt committed Aug 10, 2024
1 parent bf27b23 commit 382ada3
Show file tree
Hide file tree
Showing 27 changed files with 463 additions and 129 deletions.
10 changes: 10 additions & 0 deletions .tmux
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,17 @@ tmux send-keys -t "$SESSION_NAME" "cd ./aspects/email/files/.config; clear" Ente

tmux new-window -t "$SESSION_NAME"

tmux rename-window -t "$SESSION_NAME" "Man"
tmux send-keys -t "$SESSION_NAME" "cd ./man; clear" Enter

tmux new-window -t "$SESSION_NAME"

tmux rename-window -t "$SESSION_NAME" "Git"
tmux send-keys -t "$SESSION_NAME" "clear; wgs" Enter

tmux split-window -v

tmux send-keys -t "$SESSION_NAME" "clear" Enter
tmux send-keys -t "$SESSION_NAME" "g aa; g ce; g p; c"

eval "$tmuxAttachCommand"
24 changes: 24 additions & 0 deletions aspects/aspects-template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"description": "",
"files": {
".home": {},
".config": {},
".local": {}
},
"templates": {
".home": {},
".config": {},
".local": {}
},
"packages": {
"aur": {},
"pacman": {},
"apt": {},
"apt-get": {},
"yum": {}
},
"libraries": {
"python": {},
"npm": {}
}
}
43 changes: 3 additions & 40 deletions aspects/dotfiles/aspect.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,35 +125,12 @@
"lf",
"ueberzug"
],
"libraries": [
"npm",
"python-pip"
],
"fcitx": [
"fcitx"
],
"fonts": [
"all-repository-fonts"
],
"xdotool": [
"xdotool"
],
"chrome": [
"google-chrome"
],
"lightdm": [
"lightdm",
"lightdm-gtk-greeter"
],
"lynx": [
"lynx"
],
"manuskript": [
"manuskript"
],
"mpd": [
"mpd"
],
"mpc": [
"mpc"
],
"mpv": [
"mpv"
],
Expand All @@ -169,26 +146,12 @@
"pamixer": [
"pamixer"
],
"pcmanfm": [
"pcmanfm"
],
"picom": [
"picom"
],
"theme": [
"sxiv",
"feh",
"pywal",
"flameshot",
"lxappearance",
"themix-full"
],
"polybar": [
"polybar"
],
"python": [
"ipython"
],
"ranger": [
"ranger"
],
Expand Down
2 changes: 1 addition & 1 deletion aspects/dotfiles/files/.config/bspwm/bspwmrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ xrdb -load ~/.config/X11/Xresources
# Autostart #
#############

picom -b --backend glx --blur-method dual_kawase &
# picom -b --backend glx --blur-method dual_kawase &
killall bspswallow; pidof ~/.local/bin/bspwm/bspswallow | ~/.local/bin/bspwm/bspswallow &
killall flameshot; flameshot &
killall fcitx; fcitx -d &
Expand Down
44 changes: 40 additions & 4 deletions aspects/dotfiles/files/.config/btop/btop.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#? Config file for btop v. 1.2.9
#? Config file for btop v. 1.3.2

#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
Expand All @@ -16,7 +16,7 @@ force_tty = False

#* Define presets for the layout of the boxes. Preset 0 is always all boxes shown with default settings. Max 9 presets.
#* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positions, G=graph symbol to use for box.
#* Use withespace " " as separator between different presets.
#* Use whitespace " " as separator between different presets.
#* Example: "cpu:0:default,mem:0:tty,proc:1:default cpu:0:braille,proc:0:tty"
presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty"

Expand All @@ -37,6 +37,9 @@ graph_symbol = "braille"
# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
graph_symbol_cpu = "default"

# Graph symbol to use for graphs in gpu box, "default", "braille", "block" or "tty".
graph_symbol_gpu = "default"

# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
graph_symbol_mem = "default"

Expand All @@ -46,7 +49,7 @@ graph_symbol_net = "default"
# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
graph_symbol_proc = "default"

#* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace.
#* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace.
shown_boxes = "cpu mem net proc"

#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
Expand Down Expand Up @@ -86,6 +89,9 @@ proc_left = False
#* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop).
proc_filter_kernel = False

#* In tree-view, always accumulate child process resources in the parent process.
proc_aggregate = False

#* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available.
#* Select from a list of detected attributes from the options menu.
cpu_graph_upper = "total"
Expand All @@ -94,6 +100,9 @@ cpu_graph_upper = "total"
#* Select from a list of detected attributes from the options menu.
cpu_graph_lower = "total"

#* If gpu info should be shown in the cpu box. Available values = "Auto", "On" and "Off".
show_gpu_info = "Auto"

#* Toggles if the lower CPU graph should be inverted.
cpu_invert_lower = True

Expand Down Expand Up @@ -207,6 +216,33 @@ show_battery = True
#* Which battery to use if multiple are present. "Auto" for auto detection.
selected_battery = "Auto"

#* Show power stats of battery next to charge indicator.
show_battery_watts = True

#* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG".
#* The level set includes all lower levels, i.e. "DEBUG" will show all logging info.
log_level = "INFO"
log_level = "INFO"

#* Measure PCIe throughput on NVIDIA cards, may impact performance on certain cards.
nvml_measure_pcie_speeds = True

#* Horizontally mirror the GPU graph.
gpu_mirror_graph = True

#* Custom gpu0 model name, empty string to disable.
custom_gpu_name0 = ""

#* Custom gpu1 model name, empty string to disable.
custom_gpu_name1 = ""

#* Custom gpu2 model name, empty string to disable.
custom_gpu_name2 = ""

#* Custom gpu3 model name, empty string to disable.
custom_gpu_name3 = ""

#* Custom gpu4 model name, empty string to disable.
custom_gpu_name4 = ""

#* Custom gpu5 model name, empty string to disable.
custom_gpu_name5 = ""
Binary file modified aspects/dotfiles/files/.local/share/autojump/autojump.txt
Binary file not shown.
Binary file modified aspects/dotfiles/files/.local/share/autojump/autojump.txt.bak
Binary file not shown.
Binary file modified aspects/dotfiles/files/.local/share/newsboat/cache.db
Binary file not shown.
Binary file modified aspects/dotfiles/files/.local/share/zathura/bookmarks.sqlite
Binary file not shown.
86 changes: 82 additions & 4 deletions aspects/email/files/.config/mbsync/mbsyncrc.temp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Channel ^{email_1}-get-folders
# #
################################################################################
IMAPAccount ^{email_2}
Host imap.gmail.com
Host ^{email_2_server}
User ^{email_2}
PassCmd "^{email_2_password}"
SSLType IMAPS
Expand Down Expand Up @@ -164,7 +164,7 @@ Channel ^{email_2}-get-folders
# #
################################################################################
IMAPAccount ^{email_3}
Host imap.gmail.com
Host ^{email_3_server}
User ^{email_3}
PassCmd "^{email_3_password}"
SSLType IMAPS
Expand Down Expand Up @@ -242,7 +242,7 @@ Channel ^{email_3}-get-folders
# #
################################################################################
IMAPAccount ^{email_4}
Host imap.gmail.com
Host ^{email_4_server}
User ^{email_4}
PassCmd "^{email_4_password}"
SSLType IMAPS
Expand Down Expand Up @@ -320,7 +320,7 @@ Channel ^{email_4}-get-folders
# #
################################################################################
IMAPAccount ^{email_5}
Host imap.gmail.com
Host ^{email_5_server}
User ^{email_5}
PassCmd "^{email_5_password}"
SSLType IMAPS
Expand Down Expand Up @@ -391,3 +391,81 @@ Channel ^{email_5}-starred
Channel ^{email_5}-trash
Channel ^{email_5}-get-folders
################################################################################

################################################################################
# #
# Account 6 #
# #
################################################################################
IMAPAccount ^{email_6}
Host ^{email_6_server}
User ^{email_6}
PassCmd "^{email_6_password}"
SSLType IMAPS
AuthMechs LOGIN

IMAPStore ^{email_6}-remote
Account ^{email_6}

MaildirStore ^{email_6}-local
Path ~/.local/share/mail/^{email_6}/
Inbox ~/.local/share/mail/^{email_6}/INBOX
SubFolders Verbatim

Channel ^{email_6}-inbox
Far :^{email_6}-remote:INBOX
Near :^{email_6}-local:INBOX

# Channel ^{email_6}-archive
# Far :^{email_6}-remote:"[Gmail]/All Mail"
# Near :^{email_6}-local:Archive

# Channel ^{email_6}-drafts
# Far :^{email_6}-remote:"[Gmail]/Drafts"
# Near :^{email_6}-local:Drafts

# Channel ^{email_6}-important
# Far :^{email_6}-remote:"[Gmail]/Important"
# Near :^{email_6}-local:Important

# Channel ^{email_6}-sent
# Far :^{email_6}-remote:"[Gmail]/Sent Mail"
# Near :^{email_6}-local:Sent

# Channel ^{email_6}-spam
# Far :^{email_6}-remote:"[Gmail]/Spam"
# Near :^{email_6}-local:Spam

# Channel ^{email_6}-starred
# Far :^{email_6}-remote:"[Gmail]/Starred"
# Near :^{email_6}-local:Starred

# Channel ^{email_6}-trash
# Far :^{email_6}-remote:"[Gmail]/Trash"
# Near :^{email_6}-local:Trash

# Channel ^{email_6}-get-folders
# Far :^{email_6}-remote:
# Near :^{email_6}-local:
# Patterns *
# Patterns !INBOX
# Patterns !Search
# Patterns !Sent
# Patterns !Spam
# Patterns !Trash
# Patterns ![Gmail]*
# Patterns !Archive
# Patterns !Drafts
# Patterns !Starred

# Group ^{email_6}
# Channel ^{email_6}-inbox
# Channel ^{email_6}-archive
# Channel ^{email_6}-drafts
# Channel ^{email_6}-important
# Channel ^{email_6}-sent
# Channel ^{email_6}-spam
# Channel ^{email_6}-starred
# Channel ^{email_6}-trash
# Channel ^{email_6}-get-folders
################################################################################
34 changes: 14 additions & 20 deletions aspects/email/files/.config/msmtp/config.temp
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile ~/.config/msmtp/msmtp.log

################################################################################
account ^{email_1}
host ^{email_1_host}
port ^{email_1_port}
from ^{email_1}
user ^{email_1}
passwordeval "^{email_1_password}"
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile ~/.config/msmtp/msmtp.log
################################################################################

################################################################################
Expand All @@ -18,10 +19,6 @@ port ^{email_2_port}
from ^{email_2}
user ^{email_2}
passwordeval "^{email_2_password}"
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile ~/.config/msmtp/msmtp.log
################################################################################

################################################################################
Expand All @@ -31,10 +28,6 @@ port ^{email_3_port}
from ^{email_3}
user ^{email_3}
passwordeval "^{email_3_password}"
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile ~/.config/msmtp/msmtp.log
################################################################################

################################################################################
Expand All @@ -44,10 +37,6 @@ port ^{email_4_port}
from ^{email_4}
user ^{email_4}
passwordeval "^{email_4_password}"
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile ~/.config/msmtp/msmtp.log
################################################################################

################################################################################
Expand All @@ -57,8 +46,13 @@ port ^{email_5_port}
from ^{email_5}
user ^{email_5}
passwordeval "^{email_5_password}"
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile ~/.config/msmtp/msmtp.log
################################################################################

################################################################################
account ^{email_6}
host ^{email_6_host}
port ^{email_6_port}
from ^{email_6}
user ^{email_6}
passwordeval "^{email_6_password}"
################################################################################
Loading

0 comments on commit 382ada3

Please sign in to comment.