From 9a038c970d01c3004907022a40783ea62ac51541 Mon Sep 17 00:00:00 2001 From: opal Date: Mon, 24 Jun 2024 19:49:13 -0700 Subject: [PATCH] adding stuff --- .bashrc | 11 +++++++++++ .config/qt5ct/colors/manegarm.conf | 5 +++++ .config/qt5ct/qt5ct.conf | 2 +- .config/sway/config | 4 ++-- .config/waybar/config | 2 +- 5 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 .config/qt5ct/colors/manegarm.conf diff --git a/.bashrc b/.bashrc index e345c06..7578708 100755 --- a/.bashrc +++ b/.bashrc @@ -1,4 +1,5 @@ #!/bin/bash + iatest=$(expr index "$-" i) #Source global definitions @@ -72,6 +73,8 @@ export LC_WHO=rorlando PATH=$PATH:~/code/scripts PATH=$PATH:~/.local/bin PATH=$PATH:~/bin +PATH=$PATH:/usr/local/go/bin + # Doom Path 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 + diff --git a/.config/qt5ct/colors/manegarm.conf b/.config/qt5ct/colors/manegarm.conf new file mode 100644 index 0000000..5f8e079 --- /dev/null +++ b/.config/qt5ct/colors/manegarm.conf @@ -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 + diff --git a/.config/qt5ct/qt5ct.conf b/.config/qt5ct/qt5ct.conf index b7a3311..7d00f5a 100644 --- a/.config/qt5ct/qt5ct.conf +++ b/.config/qt5ct/qt5ct.conf @@ -2,4 +2,4 @@ style=Fusion icon_theme=Papirus-Dark custom_palette=true -color_scheme_path=~/.config/qt5ct/colors/dracula.conf +color_scheme_path=~/.config/qt5ct/colors/manegarm.conf diff --git a/.config/sway/config b/.config/sway/config index 693e280..9f5457b 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -168,7 +168,7 @@ bindsym $mod+Shift+e exec wlogout -p layer-shell exec_always dunst # 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 exec /usr/bin/udiskie & @@ -192,7 +192,7 @@ exec hash dbus-update-activation-environment 2>/dev/null && dbus-update-activati # Window Borders default_border pixel 3 default_floating_border none -client.focused "#6400b0" "#38761d" "#ffffff" "#6400b0" +client.focused "#38761d" "#38761d" "#ffffff" "#38761d" set $opacity 0.90 for_window [class="Emacs"] opacity $opacity diff --git a/.config/waybar/config b/.config/waybar/config index 11ce9f9..614b638 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -45,7 +45,7 @@ "format": "{icon} {capacity}%", "format-icons": ["󰁺","󰁻", "󰁼","󰁽", "󰁾", "󰁿", "󰂀", "󰂁", "󰂂", "󰁹"], "format-good": "󰁹 {capacity}%", // An empty format will hide the module - "format-full": "󰁹", + "format-full": "󰁹 Full", "format-charging": "󱐋{capacity}% " }, "custom/wlsunset": {