Compare commits

..

No commits in common. "0e8606bfd21f5c660c574f366473111bf7c051f5" and "1af9c86566bbc901e60b59c954f4e72bbb8f82e2" have entirely different histories.

6 changed files with 16 additions and 15 deletions

View File

@ -71,7 +71,7 @@ max_width = 100
# An empty value means the code will find the default downloads folder for your system.
# If the path does not exist it will be created.
# Note the use of single quotes, so that backslashes will not be escaped.
downloads = '/home/erin/Downloads'
downloads = '~/Downloads'
# Max size for displayable content in bytes - after that size a download window pops up
page_max_size = 2097152 # 2 MiB

2
fish

@ -1 +1 @@
Subproject commit ef9a8e82d786fea98592332f2796119e0b626903
Subproject commit 951c179d0345f1cb8794076d67ac37d2e8b5dd49

View File

@ -2,7 +2,7 @@
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
print_info() {
info title
# prin "she/they"
prin "she/they"
info underline
info "OS" distro

2
nvim

@ -1 +1 @@
Subproject commit 9ef45b2d56d941586642a245f5c50a23556cf409
Subproject commit efd48897ad3e887eedbc12b0d62aa011bf7e73a4

View File

@ -17,11 +17,9 @@ set $right l
# Your preferred terminal emulator
set $term alacritty
set $files alacritty -t XPLR -e fish -c xplr
set $menu fzflauncher
set $music "fd --type d --base-directory $HOME/Music | fzfmusic | awk '{$1=$1;print}' | mpc add"
for_window [app_id="^launcher$"] floating enable, sticky enable, resize set 30 ppt 60 ppt, border none
set $menu exec $term --class "launcher" -e /home/erin/.local/bin/sway-launcher-desktop.sh
### Output configuration
#
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
@ -258,7 +256,6 @@ gaps outer 4
bar swaybar_command waybar
exec "avizo-service"
exec pipewire &
exec wireplumber &
exec pipewire-pulse &
exec wlsunset -l 50 -L -85 &
exec bun &

View File

@ -10,12 +10,13 @@
"all-outputs": true,
"format": "{icon}",
"format-icons": {
"1": " ",
"1": " ",
"2": " ",
"3": " ",
"4": " ",
"5": " ",
"urgent": " ",
"focused": "○",
"default": "●"
}
},
@ -28,7 +29,7 @@
"clock": {
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format": "{:%I:%M %p}  ",
"format-alt": "{:%A, %B %d, %Y} "
"format-alt": "{:%A, %B %d, %Y} "
},
"mpd": {
"format-stopped": "⏹",
@ -41,7 +42,7 @@
"on-click": "mpc toggle"
},
"cpu": {
"format": "{usage}% ",
"format": "{usage}% ",
"tooltip": false
},
"memory": {
@ -54,7 +55,7 @@
},
"backlight": {
"format": "{icon} {percent}%",
"format-icons": ["🌑 ", "🌕 "],
"format-icons": [" ", " "],
"on-scroll-up": "light -A 1",
"on-scroll-down": "light -U 1"
},
@ -66,7 +67,7 @@
"format": "{icon} {capacity}%",
"tooltip-format": "{timeTo}, {capacity}%",
"format-charging": " {capacity}%",
"format-plugged": " ",
"format-plugged": " ",
"format-alt": "{time} {icon}",
"format-icons": ["", "", "", "", ""]
},
@ -81,14 +82,17 @@
"pulseaudio": {
"format": "{icon} {volume}% {format_source}",
"format-bluetooth": "{icon} {volume}% {format_source}",
"format-bluetooth-muted": "  {volume}% {format_source}",
"format-muted": " {format_source}",
"format-bluetooth-muted": "  {volume}% {format_source}",
"format-muted": " {format_source}",
"format-source": " ",
"format-source-muted": " ",
"format-icons": {
"headphone": " ",
"hands-free": " ",
"headset": " ",
"phone": " ",
"portable": " ",
"car": " ",
"default": [" ", " ", " "]
},
"tooltip-format": "{desc}, {volume}%",