added things
This commit is contained in:
@@ -56,6 +56,10 @@ exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|||||||
exec eval $(gnome-keyring-daemon --start)
|
exec eval $(gnome-keyring-daemon --start)
|
||||||
exec export SSH_AUTH_SOCK
|
exec export SSH_AUTH_SOCK
|
||||||
|
|
||||||
|
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||||
|
exec hash dbus-update-activation-environment 2>/dev/null && \
|
||||||
|
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||||
|
|
||||||
# Wlsunset (Night Light)
|
# Wlsunset (Night Light)
|
||||||
exec_always wlsunset -lsd 47.6, -122.3 -t 3200 -T 6500
|
exec_always wlsunset -lsd 47.6, -122.3 -t 3200 -T 6500
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
style=/home/opal/dotfiles/.config/wofi/style.css
|
style=/home/opal/dotfiles/.config/wofi/style.css
|
||||||
show=drun
|
show=drun
|
||||||
width=500
|
width=1000
|
||||||
height=300
|
height=300
|
||||||
always_parse_args=true
|
always_parse_args=true
|
||||||
show_all=true
|
show_all=true
|
||||||
|
|||||||
@@ -1,52 +1,46 @@
|
|||||||
|
*{
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
margin: 0px;
|
background-color: #7C818C;
|
||||||
opacity: 0.95;
|
|
||||||
#border: 2px solid #414868;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #24283b;
|
|
||||||
font-family: Iosevka Regular;
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#input {
|
#input {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
color: #c0caf5;
|
border-radius: 0px;
|
||||||
background-color: #000000;
|
border: none;
|
||||||
}
|
border-bottom: 3px solid black;
|
||||||
|
background-color: #383C4A;
|
||||||
#input image {
|
color: white;
|
||||||
color: #c0caf5;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#inner-box {
|
#inner-box {
|
||||||
margin: 5px;
|
background-color: #383C4A;
|
||||||
border: none;
|
|
||||||
background-color: #000000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#outer-box {
|
#outer-box {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
border: none;
|
padding:20px;
|
||||||
background-color: #000000;
|
background-color: #383C4A;
|
||||||
}
|
}
|
||||||
|
|
||||||
#scroll {
|
#scroll {
|
||||||
margin: 0px;
|
|
||||||
border: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#text {
|
#text {
|
||||||
margin: 5px;
|
padding: 5px;
|
||||||
border: none;
|
color: white;
|
||||||
color: #c0caf5;
|
}
|
||||||
}
|
|
||||||
|
#entry:nth-child(even){
|
||||||
|
background-color: #404552;
|
||||||
|
}
|
||||||
|
|
||||||
#entry:selected {
|
#entry:selected {
|
||||||
background-color: #414868;
|
background-color: #5291e2;
|
||||||
font-weight: regular;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#text:selected {
|
#text:selected {
|
||||||
background-color: #414868;
|
|
||||||
font-weight: regular;
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
# Sometimes SSH'ing with Emacs is ungraceful.
|
|
||||||
# To remedy this I disable the zsh line editor.
|
|
||||||
[[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return
|
|
||||||
|
|
||||||
#### ~~~~ General ~~~~ #####
|
#### ~~~~ General ~~~~ #####
|
||||||
export ZSH="$XDG_CONFIG_HOME/oh-my-zsh"
|
export ZSH="$XDG_CONFIG_HOME/oh-my-zsh"
|
||||||
HISTFILE=$XDG_CONFIG_HOME/zsh/.history
|
HISTFILE=$XDG_CONFIG_HOME/zsh/.history
|
||||||
@@ -21,8 +17,8 @@ export LANG=en_US.UTF-8
|
|||||||
# #### ~~~~ Import ~~~~ #####
|
# #### ~~~~ Import ~~~~ #####
|
||||||
ALIAS_LOCATION="$XDG_CONFIG_HOME/zsh/zsh_aliases"
|
ALIAS_LOCATION="$XDG_CONFIG_HOME/zsh/zsh_aliases"
|
||||||
FUNCTION_LOCATION="$XDG_CONFIG_HOME/zsh/zsh_functions"
|
FUNCTION_LOCATION="$XDG_CONFIG_HOME/zsh/zsh_functions"
|
||||||
source $ALIAS_LOCATION
|
. $ALIAS_LOCATION
|
||||||
source $FUNCTION_LOCATION
|
. $FUNCTION_LOCATION
|
||||||
|
|
||||||
## SSH Agent
|
## SSH Agent
|
||||||
if ! pgrep -u "$USER" ssh-agent > /dev/null; then
|
if ! pgrep -u "$USER" ssh-agent > /dev/null; then
|
||||||
|
|||||||
87
desktop.org
87
desktop.org
@@ -80,6 +80,10 @@ exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|||||||
exec eval $(gnome-keyring-daemon --start)
|
exec eval $(gnome-keyring-daemon --start)
|
||||||
exec export SSH_AUTH_SOCK
|
exec export SSH_AUTH_SOCK
|
||||||
|
|
||||||
|
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||||
|
exec hash dbus-update-activation-environment 2>/dev/null && \
|
||||||
|
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||||
|
|
||||||
# Wlsunset (Night Light)
|
# Wlsunset (Night Light)
|
||||||
exec_always wlsunset -lsd 47.6, -122.3 -t 3200 -T 6500
|
exec_always wlsunset -lsd 47.6, -122.3 -t 3200 -T 6500
|
||||||
#+end_src
|
#+end_src
|
||||||
@@ -556,7 +560,7 @@ window#waybar {
|
|||||||
#+begin_src shell :tangle ~/dotfiles/.config/wofi/config :mkdirp yes
|
#+begin_src shell :tangle ~/dotfiles/.config/wofi/config :mkdirp yes
|
||||||
style=/home/opal/dotfiles/.config/wofi/style.css
|
style=/home/opal/dotfiles/.config/wofi/style.css
|
||||||
show=drun
|
show=drun
|
||||||
width=500
|
width=1000
|
||||||
height=300
|
height=300
|
||||||
always_parse_args=true
|
always_parse_args=true
|
||||||
show_all=true
|
show_all=true
|
||||||
@@ -568,67 +572,57 @@ term=alacritty
|
|||||||
#+end_src
|
#+end_src
|
||||||
*** wofi/style.css
|
*** wofi/style.css
|
||||||
#+begin_src shell :tangle ~/dotfiles/.config/wofi/style.css :mkdirp yes
|
#+begin_src shell :tangle ~/dotfiles/.config/wofi/style.css :mkdirp yes
|
||||||
|
*{
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
margin: 0px;
|
background-color: #7C818C;
|
||||||
opacity: 0.95;
|
|
||||||
#border: 2px solid #414868;
|
|
||||||
border-radius: 5px;
|
|
||||||
background-color: #24283b;
|
|
||||||
font-family: Iosevka Regular;
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#input {
|
#input {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
color: #c0caf5;
|
border-radius: 0px;
|
||||||
background-color: #000000;
|
border: none;
|
||||||
}
|
border-bottom: 3px solid black;
|
||||||
|
background-color: #383C4A;
|
||||||
#input image {
|
color: white;
|
||||||
color: #c0caf5;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#inner-box {
|
#inner-box {
|
||||||
margin: 5px;
|
background-color: #383C4A;
|
||||||
border: none;
|
|
||||||
background-color: #000000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#outer-box {
|
#outer-box {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
border: none;
|
padding:20px;
|
||||||
background-color: #000000;
|
background-color: #383C4A;
|
||||||
}
|
}
|
||||||
|
|
||||||
#scroll {
|
#scroll {
|
||||||
margin: 0px;
|
|
||||||
border: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#text {
|
#text {
|
||||||
margin: 5px;
|
padding: 5px;
|
||||||
border: none;
|
color: white;
|
||||||
color: #c0caf5;
|
}
|
||||||
}
|
|
||||||
|
#entry:nth-child(even){
|
||||||
|
background-color: #404552;
|
||||||
|
}
|
||||||
|
|
||||||
#entry:selected {
|
#entry:selected {
|
||||||
background-color: #414868;
|
background-color: #5291e2;
|
||||||
font-weight: regular;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#text:selected {
|
#text:selected {
|
||||||
background-color: #414868;
|
|
||||||
font-weight: regular;
|
|
||||||
}
|
}
|
||||||
#+end_src
|
#+end_src
|
||||||
* Zsh
|
* Zsh
|
||||||
Aside from using e-shell for quick command line usage, I mainly use vterm with Zsh. It's a bit of a complicated setup but allows for the maximum number of files possible to live in .config instead of littering my home directory.
|
Aside from using e-shell for quick command line usage, I mainly use vterm with Zsh. It's a bit of a complicated setup but allows for the maximum number of files possible to live in .config instead of littering my home directory.
|
||||||
** zshrc
|
** zshrc
|
||||||
#+begin_src shell :tangle ~/dotfiles/.config/zsh/.zshrc :mkdirp yes
|
#+begin_src shell :tangle ~/dotfiles/.config/zsh/.zshrc :mkdirp yes
|
||||||
# Sometimes SSH'ing with Emacs is ungraceful.
|
|
||||||
# To remedy this I disable the zsh line editor.
|
|
||||||
[[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return
|
|
||||||
|
|
||||||
#### ~~~~ General ~~~~ #####
|
#### ~~~~ General ~~~~ #####
|
||||||
export ZSH="$XDG_CONFIG_HOME/oh-my-zsh"
|
export ZSH="$XDG_CONFIG_HOME/oh-my-zsh"
|
||||||
HISTFILE=$XDG_CONFIG_HOME/zsh/.history
|
HISTFILE=$XDG_CONFIG_HOME/zsh/.history
|
||||||
@@ -648,8 +642,8 @@ export LANG=en_US.UTF-8
|
|||||||
# #### ~~~~ Import ~~~~ #####
|
# #### ~~~~ Import ~~~~ #####
|
||||||
ALIAS_LOCATION="$XDG_CONFIG_HOME/zsh/zsh_aliases"
|
ALIAS_LOCATION="$XDG_CONFIG_HOME/zsh/zsh_aliases"
|
||||||
FUNCTION_LOCATION="$XDG_CONFIG_HOME/zsh/zsh_functions"
|
FUNCTION_LOCATION="$XDG_CONFIG_HOME/zsh/zsh_functions"
|
||||||
source $ALIAS_LOCATION
|
. $ALIAS_LOCATION
|
||||||
source $FUNCTION_LOCATION
|
. $FUNCTION_LOCATION
|
||||||
|
|
||||||
## SSH Agent
|
## SSH Agent
|
||||||
if ! pgrep -u "$USER" ssh-agent > /dev/null; then
|
if ! pgrep -u "$USER" ssh-agent > /dev/null; then
|
||||||
@@ -863,25 +857,6 @@ XDG_MUSIC_DIR="$HOME/music"
|
|||||||
XDG_PICTURES_DIR="$HOME/pictures"
|
XDG_PICTURES_DIR="$HOME/pictures"
|
||||||
XDG_VIDEOS_DIR="$HOME/videos"
|
XDG_VIDEOS_DIR="$HOME/videos"
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* GTK/Theme Settings
|
|
||||||
#+begin_src shell :tangle ~/dotfiles/.config/gtk-3.0/settings.ini :mkdirp yes
|
|
||||||
[Settings]
|
|
||||||
gtk-cursor-theme-name=
|
|
||||||
gtk-theme-name=Arc-Dark
|
|
||||||
gtk-font-name=Fira Sans Regular
|
|
||||||
gtk-icon-theme-name=Papirus
|
|
||||||
gtk-cursor-theme-size=0
|
|
||||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
|
||||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
|
||||||
gtk-button-images=1
|
|
||||||
gtk-menu-images=1
|
|
||||||
gtk-enable-event-sounds=1
|
|
||||||
gtk-enable-input-feedback-sounds=1
|
|
||||||
gtk-xft-antialias=1
|
|
||||||
gtk-xft-hinting=1
|
|
||||||
gtk-xft-hintstyle=hintfull
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
* Archive
|
* Archive
|
||||||
** i3
|
** i3
|
||||||
|
|||||||
Reference in New Issue
Block a user