Compare commits

...

3 Commits

Author SHA1 Message Date
Erin Nova 0e8606bfd2
New nvim & fish configs 2023-10-03 11:17:29 -04:00
Erin Nova 85eeaf1baf
Misc. changes 2023-10-03 11:13:57 -04:00
Erin Nova 76ed5f7637
Fix icons 2023-10-03 11:12:25 -04:00
6 changed files with 15 additions and 16 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 = '~/Downloads'
downloads = '/home/erin/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 951c179d0345f1cb8794076d67ac37d2e8b5dd49
Subproject commit ef9a8e82d786fea98592332f2796119e0b626903

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 efd48897ad3e887eedbc12b0d62aa011bf7e73a4
Subproject commit 9ef45b2d56d941586642a245f5c50a23556cf409

View File

@ -17,9 +17,11 @@ 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/)
@ -256,6 +258,7 @@ 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,13 +10,12 @@
"all-outputs": true,
"format": "{icon}",
"format-icons": {
"1": " ",
"1": " ",
"2": " ",
"3": " ",
"4": " ",
"5": " ",
"urgent": " ",
"focused": "○",
"default": "●"
}
},
@ -29,7 +28,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": "⏹",
@ -42,7 +41,7 @@
"on-click": "mpc toggle"
},
"cpu": {
"format": "{usage}% ",
"format": "{usage}% ",
"tooltip": false
},
"memory": {
@ -55,7 +54,7 @@
},
"backlight": {
"format": "{icon} {percent}%",
"format-icons": [" ", " "],
"format-icons": ["🌑 ", "🌕 "],
"on-scroll-up": "light -A 1",
"on-scroll-down": "light -U 1"
},
@ -67,7 +66,7 @@
"format": "{icon} {capacity}%",
"tooltip-format": "{timeTo}, {capacity}%",
"format-charging": " {capacity}%",
"format-plugged": " ",
"format-plugged": " ",
"format-alt": "{time} {icon}",
"format-icons": ["", "", "", "", ""]
},
@ -82,17 +81,14 @@
"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}%",