mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-28 05:41:49 +08:00
Compare commits
4 Commits
09c112af79
...
3e54e1f4a3
Author | SHA1 | Date | |
---|---|---|---|
|
3e54e1f4a3 | ||
|
2a1f2b76cb | ||
|
e76451bc36 | ||
|
fa5592d672 |
@ -1,33 +1,33 @@
|
||||
set window-title-basename "true"
|
||||
set selection-clipboard "clipboard"
|
||||
|
||||
set default-bg "#161821"
|
||||
set default-fg "#1e2132"
|
||||
set default-bg "#2a2f33"
|
||||
set default-fg "#bfddb2"
|
||||
|
||||
set statusbar-fg "#6b7089"
|
||||
set statusbar-bg "#161821"
|
||||
set statusbar-fg "#767b82"
|
||||
set statusbar-bg "#2e3338"
|
||||
|
||||
set inputbar-bg "#161821"
|
||||
set inputbar-fg "#84a0c6"
|
||||
set inputbar-bg "#2e3338"
|
||||
set inputbar-fg "#acb765"
|
||||
|
||||
set notification-bg "#161821"
|
||||
set notification-fg "#91acd1"
|
||||
set notification-bg "#2a2f33"
|
||||
set notification-fg "#82abbc"
|
||||
|
||||
set notification-error-bg "#161821"
|
||||
set notification-error-fg "#e27878"
|
||||
set notification-error-bg "#614b51"
|
||||
set notification-error-fg "#d76e6e"
|
||||
|
||||
set notification-warning-bg "#161821"
|
||||
set notification-warning-fg "#e27878"
|
||||
set notification-warning-bg "#5d5c50"
|
||||
set notification-warning-fg "#e5a46b"
|
||||
|
||||
set highlight-color "#e2a478"
|
||||
set highlight-active-color "#91acd1"
|
||||
set highlight-color "#474f54"
|
||||
set highlight-active-color "#d38bb6"
|
||||
|
||||
set completion-bg "#161821"
|
||||
set completion-fg "#84a0c6"
|
||||
set completion-bg "#474f54"
|
||||
set completion-fg "#acb765"
|
||||
|
||||
set completion-highlight-fg "#95c4ce"
|
||||
set completion-highlight-bg "#a093c7"
|
||||
set completion-highlight-fg "#d39bb6"
|
||||
set completion-highlight-bg "#31363b"
|
||||
|
||||
set recolor-lightcolor "#161821"
|
||||
set recolor-darkcolor "#c6c8d1"
|
||||
set recolor-lightcolor "#2a2f33"
|
||||
set recolor-darkcolor "#bfddb2"
|
||||
|
||||
|
3
.zshrc
3
.zshrc
@ -145,11 +145,12 @@ alias g='git'
|
||||
alias info="info --vi-keys"
|
||||
alias la='ls -la --human-readable'
|
||||
alias ll='ls -l --human-readable'
|
||||
alias mv='mv -iv'
|
||||
alias nya='doas'
|
||||
alias p='python'
|
||||
alias rm='trash'
|
||||
alias se='doas emerge'
|
||||
alias ssh='TERM="xterm-256color" ssh'
|
||||
alias mv='mv -iv'
|
||||
alias sv='doasedit.sh'
|
||||
alias t='task'
|
||||
alias v='nvim'
|
||||
|
@ -18,6 +18,7 @@ This is my dot files on a Gentoo Linux laptop, with SwayWM and pipewire.
|
||||
# Depencencies
|
||||
|
||||
|Name|Description|
|
||||
|----|-----------|
|
||||
|wlsunset|Shift blue color based on time|
|
||||
|light|CLI for managing backlight|
|
||||
|pipewire|Sound deamon|
|
||||
@ -27,4 +28,5 @@ This is my dot files on a Gentoo Linux laptop, with SwayWM and pipewire.
|
||||
# Screenshots
|
||||
|
||||
![Tiling](https://user-images.githubusercontent.com/72336775/161365659-a5eb6f76-15e8-453e-843a-e72cd299db2a.png)
|
||||
![Good 'ol neofetch](https://user-images.githubusercontent.com/72336775/161425003-99250c95-96f8-444a-9ce1-e7d50cfa5334.png)
|
||||
![Empty](https://user-images.githubusercontent.com/72336775/161365663-da04ec60-5a8d-495d-8ae3-69fe172d961d.png)
|
||||
|
Loading…
Reference in New Issue
Block a user