init trisquel branch
This commit is contained in:
6
.bashrc
6
.bashrc
@@ -55,7 +55,7 @@ export LESS_TERMCAP_us=$'\E[01;32m'
|
||||
#######################################################
|
||||
|
||||
# Ensure gopass autocompletion is sourced
|
||||
source <(gopass completion bash)
|
||||
#source <(gopass completion bash)
|
||||
|
||||
# Gopass aliases
|
||||
alias gpi='gopass insert --multiline'
|
||||
@@ -107,8 +107,8 @@ alias .....='cd ../../../..'
|
||||
# cd into the old directory
|
||||
alias bd='cd "$OLDPWD"'
|
||||
|
||||
# ls -> exa
|
||||
alias ls='exa'
|
||||
# ls -> eza
|
||||
alias ls='eza'
|
||||
|
||||
# Search command line history
|
||||
alias h="history | grep "
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import = ["/home/opal/.config/alacritty/gruvbox-light.toml"]
|
||||
|
||||
[env]
|
||||
TERM = "alacritty"
|
||||
TERM = "xterm-256color"
|
||||
|
||||
[font]
|
||||
size = 22
|
||||
|
||||
@@ -192,7 +192,7 @@ exec /usr/bin/syncthing
|
||||
exec_always dunst
|
||||
|
||||
# Wlsunset (Night Light)
|
||||
exec_always wlsunset -l 47.6 -L -122.3 -t 2000 -T 3000
|
||||
exec_always pkill wlsunset && wlsunset -l 47.6 -L -122.3 -t 2000 -T 3000
|
||||
|
||||
# udiskie - auto usb mounting
|
||||
exec /usr/bin/udiskie &
|
||||
@@ -222,11 +222,11 @@ exec hash dbus-update-activation-environment 2>/dev/null && dbus-update-activati
|
||||
#######################
|
||||
|
||||
# SwayFX specific directions
|
||||
corner_radius 3
|
||||
shadows enable
|
||||
#corner_radius 3
|
||||
#shadows enable
|
||||
#default_dim_inactive 0.1
|
||||
blur enable
|
||||
blur_xray disable
|
||||
#blur enable
|
||||
#blur_xray disable
|
||||
|
||||
# Gaps
|
||||
smart_gaps off
|
||||
|
||||
@@ -40,12 +40,12 @@
|
||||
"warning": 30,
|
||||
"critical": 15
|
||||
},
|
||||
"full-at": "99",
|
||||
"full-at": "100",
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-icons": [" ","", "","", ""],
|
||||
"format-good": " %", // An empty format will hide the module
|
||||
"format-full": "",
|
||||
"format-charging": " {capacity}% "
|
||||
"format-icons": ["","", "","", "", "", "", "", "", ""],
|
||||
"format-good": " %", // An empty format will hide the module
|
||||
"format-full": "",
|
||||
"format-charging": " {capacity}% "
|
||||
},
|
||||
"custom/wlsunset": {
|
||||
"format": "{icon}",
|
||||
|
||||
Reference in New Issue
Block a user