adding stuff
This commit is contained in:
11
.bashrc
11
.bashrc
@@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
iatest=$(expr index "$-" i)
|
iatest=$(expr index "$-" i)
|
||||||
|
|
||||||
#Source global definitions
|
#Source global definitions
|
||||||
@@ -72,6 +73,8 @@ export LC_WHO=rorlando
|
|||||||
PATH=$PATH:~/code/scripts
|
PATH=$PATH:~/code/scripts
|
||||||
PATH=$PATH:~/.local/bin
|
PATH=$PATH:~/.local/bin
|
||||||
PATH=$PATH:~/bin
|
PATH=$PATH:~/bin
|
||||||
|
PATH=$PATH:/usr/local/go/bin
|
||||||
|
|
||||||
|
|
||||||
# Doom Path
|
# Doom Path
|
||||||
PATH=$PATH:~/.config/emacs/bin/
|
PATH=$PATH:~/.config/emacs/bin/
|
||||||
@@ -389,3 +392,11 @@ eval $(keychain --eval --quiet id_rsa)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Automatically added by the Guix install script.
|
||||||
|
if [ -n "$GUIX_ENVIRONMENT" ]; then
|
||||||
|
if [[ $PS1 =~ (.*)"\\$" ]]; then
|
||||||
|
PS1="${BASH_REMATCH[1]} [env]\\\$ "
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
|||||||
5
.config/qt5ct/colors/manegarm.conf
Normal file
5
.config/qt5ct/colors/manegarm.conf
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
[ColorScheme]
|
||||||
|
active_colors=#ff7cb518, #ff424559, #ff484d6b, #ff95836f, #ff3f444a, #ff3f444a, #ff95836f, #ff3f444a, #ff7cb518, #ff1c1408, #ff1c1408, #ff3f444a, #ff95836f, #ff7cb518, #ffdbc077, #ffdbc077, #ff3f444a, #ff95836f, #ff3f444a, #ffdfdfdf, #ff3f444a
|
||||||
|
disabled_colors=#ff7cb518, #ff424559, #ff484d6b, #ff95836f, #ff3f444a, #ff3f444a, #ff95836f, #ff3f444a, #ff7cb518, #ff1c1408, #ff1c1408, #ff3f444a, #ff95836f, #ff7cb518, #ffdbc077, #ffdbc077, #ff3f444a, #ff95836f, #ff3f444a, #ffdfdfdf, #ff3f444a
|
||||||
|
inactive_colors=#ff7cb518, #ff424559, #ff484d6b, #ff95836f, #ff3f444a, #ff3f444a, #ff95836f, #ff3f444a, #ff7cb518, #ff1c1408, #ff1c1408, #ff3f444a, #ff95836f, #ff7cb518, #ffdbc077, #ffdbc077, #ff3f444a, #ff95836f, #ff3f444a, #ffdfdfdf, #ff3f444a
|
||||||
|
|
||||||
@@ -2,4 +2,4 @@
|
|||||||
style=Fusion
|
style=Fusion
|
||||||
icon_theme=Papirus-Dark
|
icon_theme=Papirus-Dark
|
||||||
custom_palette=true
|
custom_palette=true
|
||||||
color_scheme_path=~/.config/qt5ct/colors/dracula.conf
|
color_scheme_path=~/.config/qt5ct/colors/manegarm.conf
|
||||||
|
|||||||
@@ -168,7 +168,7 @@ bindsym $mod+Shift+e exec wlogout -p layer-shell
|
|||||||
exec_always dunst
|
exec_always dunst
|
||||||
|
|
||||||
# Wlsunset (Night Light)
|
# Wlsunset (Night Light)
|
||||||
exec wlsunset -l 47.6 -L -122.3 -t 3000 -T 6500
|
exec wlsunset -l 47.6 -L -122.3 -t 3000 -T 3500
|
||||||
|
|
||||||
# udiskie - auto usb mounting
|
# udiskie - auto usb mounting
|
||||||
exec /usr/bin/udiskie &
|
exec /usr/bin/udiskie &
|
||||||
@@ -192,7 +192,7 @@ exec hash dbus-update-activation-environment 2>/dev/null && dbus-update-activati
|
|||||||
# Window Borders
|
# Window Borders
|
||||||
default_border pixel 3
|
default_border pixel 3
|
||||||
default_floating_border none
|
default_floating_border none
|
||||||
client.focused "#6400b0" "#38761d" "#ffffff" "#6400b0"
|
client.focused "#38761d" "#38761d" "#ffffff" "#38761d"
|
||||||
|
|
||||||
set $opacity 0.90
|
set $opacity 0.90
|
||||||
for_window [class="Emacs"] opacity $opacity
|
for_window [class="Emacs"] opacity $opacity
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
"format": "<span font='Font Awesome 5 Free 11'>{icon}</span> {capacity}%",
|
"format": "<span font='Font Awesome 5 Free 11'>{icon}</span> {capacity}%",
|
||||||
"format-icons": ["","", "","", "", "", "", "", "", ""],
|
"format-icons": ["","", "","", "", "", "", "", "", ""],
|
||||||
"format-good": " {capacity}%", // An empty format will hide the module
|
"format-good": " {capacity}%", // An empty format will hide the module
|
||||||
"format-full": "",
|
"format-full": " Full",
|
||||||
"format-charging": "{capacity}% "
|
"format-charging": "{capacity}% "
|
||||||
},
|
},
|
||||||
"custom/wlsunset": {
|
"custom/wlsunset": {
|
||||||
|
|||||||
Reference in New Issue
Block a user