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