mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-28 13:51:49 +08:00
Compare commits
No commits in common. "3e54e1f4a36efa7ae663c86c2c6cda7f19be54e0" and "09c112af79017c4cd8e9a91d197ec07a1a05c8cd" have entirely different histories.
3e54e1f4a3
...
09c112af79
@ -1,33 +1,33 @@
|
||||
set window-title-basename "true"
|
||||
set selection-clipboard "clipboard"
|
||||
|
||||
set default-bg "#2a2f33"
|
||||
set default-fg "#bfddb2"
|
||||
set default-bg "#161821"
|
||||
set default-fg "#1e2132"
|
||||
|
||||
set statusbar-fg "#767b82"
|
||||
set statusbar-bg "#2e3338"
|
||||
set statusbar-fg "#6b7089"
|
||||
set statusbar-bg "#161821"
|
||||
|
||||
set inputbar-bg "#2e3338"
|
||||
set inputbar-fg "#acb765"
|
||||
set inputbar-bg "#161821"
|
||||
set inputbar-fg "#84a0c6"
|
||||
|
||||
set notification-bg "#2a2f33"
|
||||
set notification-fg "#82abbc"
|
||||
set notification-bg "#161821"
|
||||
set notification-fg "#91acd1"
|
||||
|
||||
set notification-error-bg "#614b51"
|
||||
set notification-error-fg "#d76e6e"
|
||||
set notification-error-bg "#161821"
|
||||
set notification-error-fg "#e27878"
|
||||
|
||||
set notification-warning-bg "#5d5c50"
|
||||
set notification-warning-fg "#e5a46b"
|
||||
set notification-warning-bg "#161821"
|
||||
set notification-warning-fg "#e27878"
|
||||
|
||||
set highlight-color "#474f54"
|
||||
set highlight-active-color "#d38bb6"
|
||||
set highlight-color "#e2a478"
|
||||
set highlight-active-color "#91acd1"
|
||||
|
||||
set completion-bg "#474f54"
|
||||
set completion-fg "#acb765"
|
||||
set completion-bg "#161821"
|
||||
set completion-fg "#84a0c6"
|
||||
|
||||
set completion-highlight-fg "#d39bb6"
|
||||
set completion-highlight-bg "#31363b"
|
||||
set completion-highlight-fg "#95c4ce"
|
||||
set completion-highlight-bg "#a093c7"
|
||||
|
||||
set recolor-lightcolor "#2a2f33"
|
||||
set recolor-darkcolor "#bfddb2"
|
||||
set recolor-lightcolor "#161821"
|
||||
set recolor-darkcolor "#c6c8d1"
|
||||
|
||||
|
3
.zshrc
3
.zshrc
@ -145,12 +145,11 @@ 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,7 +18,6 @@ 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|
|
||||
@ -28,5 +27,4 @@ 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