Update bash_aliases, get_active_display.sh, and 2 more files...
This commit is contained in:
parent
37b0e30d03
commit
9e7f73e7e5
|
@ -48,10 +48,8 @@ alias blc="${HOME}/scripts/thinkpad/blc.pl --notify"
|
|||
# Flatpaks
|
||||
alias mpv="flatpak run io.mpv.Mpv"
|
||||
|
||||
<<<<<<< Updated upstream
|
||||
# Detect if I'm in a toolbox
|
||||
alias istoolbox='[ -f "/run/.toolboxenv" ] && grep -oP "(?<=name=\")[^\";]+" /run/.containerenv'
|
||||
=======
|
||||
|
||||
# Script to restore toolbox after it was replaced with distrobox and removed the default 'toolbox' name
|
||||
alias toolbox="$HOME/scripts/toolbox.sh"
|
||||
>>>>>>> Stashed changes
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
swaymsg -t get_outputs -p | grep Output | cut -d ' ' -f 3- | sort | awk '{print NR-1 $s}' | grep focused | cut -c 1
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,37 @@
|
|||
/*
|
||||
* Pure Black spin of Gruvbox
|
||||
*/
|
||||
@define-color black #1d2021;
|
||||
@define-color white #EBDBB2;
|
||||
@define-color fg #EBDBB2;
|
||||
@define-color fghi #FBF1C7;
|
||||
@define-color bg #282828;
|
||||
@define-color hibg #1d2021;
|
||||
@define-color grey00 #1d2021;
|
||||
@define-color grey01 #282828;
|
||||
@define-color grey02 #323836;
|
||||
@define-color grey03 #504945;
|
||||
@define-color grey04 #665c54;
|
||||
@define-color grey05 #7C6F64;
|
||||
@define-color grey06 #928374;
|
||||
@define-color grey07 #A89984;
|
||||
@define-color grey08 #BDAE93;
|
||||
@define-color grey09 #D5C4A1;
|
||||
@define-color grey10 #EBDBB2;
|
||||
@define-color grey11 #FBF1C7;
|
||||
@define-color red #CC241d;
|
||||
@define-color green #98971A;
|
||||
@define-color yellow #D79921;
|
||||
@define-color blue #458588;
|
||||
@define-color purple #B16286;
|
||||
@define-color aqua #8EC07C;
|
||||
@define-color orange #D65D0E;
|
||||
@define-color redhi #FB4934;
|
||||
@define-color greenhi #B8BB26;
|
||||
@define-color yellowhi #FABD2F;
|
||||
@define-color bluehi #83A598;
|
||||
@define-color purplehi #D3869B;
|
||||
@define-color aquahi #8EC07C;
|
||||
@define-color orangehi #FE8019;
|
||||
@define-color alert #D65D0E;
|
||||
@define-color warning #FE8019;
|
Loading…
Reference in New Issue