so many things.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
eval $(keychain --eval --quiet ry_ecdsa)
|
||||
eval $(keychain --eval --quiet id_rsa)
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
export BROWSER=/usr/bin/firefox
|
||||
export XDG_CONFIG_HOME=~/.config
|
||||
export XDG_CACHE_HOME=~/.cache
|
||||
export XDG_DATA_HOME=~/.local/share
|
||||
export EDITOR=vim
|
||||
export VISUAL=vim
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
@@ -63,9 +63,10 @@ export LC_WHO=rorlando
|
||||
# Scripts Path
|
||||
PATH=$PATH:~/scripts
|
||||
PATH=$PATH:~/.local/bin
|
||||
PATH=$PATH:~/bin
|
||||
# Ruby Path
|
||||
PATH=$PATH:~/.local/share/gem/ruby/2.7.0/bin
|
||||
# Doom Path
|
||||
PATH=$PATH:~/.config/emacs/bin/
|
||||
|
||||
#######################################################
|
||||
# ALIAS
|
||||
@@ -118,7 +119,6 @@ alias lm='ls -alh |more' # pipe through 'more'
|
||||
alias lw='ls -xAh' # wide listing format
|
||||
alias ll='ls -Fls' # long listing format
|
||||
alias labc='ls -lap' #alphabetical sort
|
||||
alias lf="ls -l | egrep -v '^d'" # files only
|
||||
alias ldir="ls -l | egrep '^d'" # directories only
|
||||
|
||||
# Search command line history
|
||||
|
||||
@@ -4,7 +4,10 @@ env:
|
||||
|
||||
# Font configuration
|
||||
font:
|
||||
size: 14
|
||||
normal:
|
||||
family: Hack Nerd Font
|
||||
style: Regular
|
||||
size: 15
|
||||
offset:
|
||||
x: 0
|
||||
y: 0
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
(setq browse-url-browser-function 'browse-url-generic
|
||||
browse-url-generic-program "qutebrowser")
|
||||
|
||||
(set-face-attribute 'default nil :font "Hack" :height 130 :weight 'regular)
|
||||
(set-face-attribute 'fixed-pitch nil :font "Hack" :height 1.0 :weight 'regular)
|
||||
(set-face-attribute 'default nil :font "Hack Nerd Font" :height 130 :weight 'regular)
|
||||
(set-face-attribute 'fixed-pitch nil :font "Hack Nerd Font" :height 1.0 :weight 'regular)
|
||||
(set-face-attribute 'variable-pitch nil :font "Iosevka" :height 1.0 :weight 'bold)
|
||||
|
||||
(defun opal/org-font-setup ()
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
ophints ; highlight the region an operation acts on
|
||||
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
||||
tabs ; a tab bar for Emacs
|
||||
treemacs ; a project drawer, like neotree but cooler
|
||||
;;treemacs ; a project drawer, like neotree but cooler
|
||||
unicode ; extended unicode support for various languages
|
||||
vc-gutter ; vcs diff in the fringe
|
||||
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
||||
@@ -94,7 +94,7 @@
|
||||
;;taskrunner ; taskrunner for all your projects
|
||||
;;terraform ; infrastructure as code
|
||||
;;tmux ; an API for interacting with tmux
|
||||
r;;upload ; map local to remote projects via ssh/ftp
|
||||
;;upload ; map local to remote projects via ssh/ftp
|
||||
|
||||
:os
|
||||
(:if IS-MAC macos) ; improve compatibility with macOS
|
||||
|
||||
+1
-1
@@ -165,7 +165,7 @@ exec flashfocus
|
||||
exec wlsunset -l 47.6 -L -122.3 -t 3000 -T 6500
|
||||
|
||||
# udiskie - auto usb mounting
|
||||
exec /usr/bin/udi8000
|
||||
exec /usr/bin/udiskie &
|
||||
|
||||
# Network Manager tray applet
|
||||
exec /usr/bin/nm-applet --indicator
|
||||
|
||||
@@ -6,29 +6,9 @@
|
||||
"modules-center": ["clock", "backlight"],
|
||||
"modules-right": ["idle_inhibitor", "pulseaudio", "network", "battery", "tray"],
|
||||
"sway/workspaces": {
|
||||
// "persistent_workspaces": {
|
||||
// "<span font=\"FontAwesome 5 Free\"></span>": ["HDMI-A-1"],
|
||||
// "<span font=\"FontAwesome 5 Free\"></span>": ["HDMI-A-1"],
|
||||
// "<span font=\"FontAwesome 5 Free\"></span>": ["HDMI-A-1"],
|
||||
// "<span font=\"FontAwesome 5 Free\"></span>": ["HDMI-A-1"],
|
||||
// "<span font=\"FontAwesome 5 Free\"></span>": ["HDMI-A-1"],
|
||||
// "<span font=\"FontAwesome 5 Free\"></span>": ["HDMI-A-1"],
|
||||
// },
|
||||
"disable-scroll": true,
|
||||
"all-outputs": true,
|
||||
"format": "<span size='large'>{icon}</span>",
|
||||
// "format-icons": {
|
||||
// "1": "<span font=\"FontAwesome 5 Free\"></span>",
|
||||
// "2": "<span font=\"FontAwesome 5 Free\"></span>",
|
||||
// "3": "<span font=\"FontAwesome 5 Free\"></span>",
|
||||
// "4": "<span font=\"FontAwesome 5 Free\"></span>",
|
||||
// "5": "<span font=\"FontAwesome 5 Free\"></span>",
|
||||
// "6": "<span font=\"FontAwesome 5 Free\"></span>",
|
||||
// "7": "<span font=\"FontAwesome 5 Free\"></span>",
|
||||
// "urgent": "<span font=\"FontAwesome 5 Free\"></span>",
|
||||
// "focused": " <span font=\"FontAwesome 5 Free\"></span>",
|
||||
// "default": "<span font=\"FontAwesome 5 Free\"></span>",
|
||||
// },
|
||||
},
|
||||
|
||||
"sway/mode": {
|
||||
|
||||
@@ -6,6 +6,17 @@
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
/* button { */
|
||||
/* border: none; */
|
||||
/* border-radius: 0; */
|
||||
|
||||
/* } */
|
||||
/* button:hover { */
|
||||
/* box-shadow: inherit; */
|
||||
/* text-shadow: inherit; */
|
||||
/* background: inherit; */
|
||||
/* } */
|
||||
|
||||
window#waybar {
|
||||
opacity: 0.7;
|
||||
background: #000000;
|
||||
@@ -46,12 +57,14 @@ window#waybar {
|
||||
}
|
||||
|
||||
#battery{
|
||||
color: #bebebe;
|
||||
margin:7px 4px 0 4px;
|
||||
border-radius: 5px;
|
||||
padding: 0px 8px 0px 8px;
|
||||
}
|
||||
|
||||
#network {
|
||||
color: #bebebe;
|
||||
margin:7px 4px 0 4px;
|
||||
border-radius: 6px;
|
||||
padding: 0px 8px 0px 8px;
|
||||
@@ -75,7 +88,7 @@ window#waybar {
|
||||
|
||||
#battery.critical:not(.charging) {
|
||||
padding: 0px 6px 0px 6px;
|
||||
color: white;
|
||||
color: #bebebe;
|
||||
animation-name: critical;
|
||||
animation-duration: 0.5s;
|
||||
animation-timing-function: linear;
|
||||
@@ -84,26 +97,38 @@ window#waybar {
|
||||
}
|
||||
|
||||
#clock {
|
||||
margin:7px 0 0 13px;
|
||||
border: none;
|
||||
color: #bebebe;
|
||||
font-family: Manjari;
|
||||
font-size: 16.5px;
|
||||
border-radius: 6px;
|
||||
border-radius: 0;
|
||||
padding: 3px 6px 2px 0px;
|
||||
}
|
||||
|
||||
#clock:hover {
|
||||
background: rgba(40,40,40, .95);
|
||||
box-shadow: inherit;
|
||||
text-shadow: inherit;
|
||||
background: inherit;
|
||||
}
|
||||
|
||||
|
||||
#backlight {
|
||||
margin:7px 4px 0 4px;
|
||||
border-radius: 5px;
|
||||
padding: 3px 8px 2px 8px;
|
||||
color: #bebebe;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
padding: 0px 0px 5px 0px;
|
||||
}
|
||||
|
||||
#backlight:hover {
|
||||
box-shadow: inherit;
|
||||
text-shadow: inherit;
|
||||
background: inherit;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
background: transparent;
|
||||
margin:7px 4px 0 4px;
|
||||
color: #bebebe;
|
||||
border-radius: 5px;
|
||||
padding: 0px 8px 0px 8px;
|
||||
}
|
||||
@@ -116,6 +141,8 @@ window#waybar {
|
||||
}
|
||||
|
||||
#idle_inhibitor {
|
||||
color: #bebebe;
|
||||
background: transparent;
|
||||
margin: 7px 4px 0 4px;
|
||||
border-radius: 6px;
|
||||
padding: 0px 5px 0px 5px;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
*{
|
||||
font-family: monospace;
|
||||
font-family: Iosevka Regular;
|
||||
}
|
||||
|
||||
window {
|
||||
|
||||
Reference in New Issue
Block a user