Merge branch 'main' of ssh://git.pogmom.me:1022/pogmommy/dotfiles

This commit is contained in:
Penelope Gwen 2025-08-14 17:17:31 -07:00
commit 089f96be4d
17 changed files with 22 additions and 15 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 830 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

View file

@ -0,0 +1 @@
/home/pogmommy/.config/sway/assets/wallpaper/DP-3/0.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 MiB

After

Width:  |  Height:  |  Size: 282 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 830 KiB

After

Width:  |  Height:  |  Size: 566 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 MiB

After

Width:  |  Height:  |  Size: 462 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 142 KiB

View file

@ -1,2 +1,2 @@
exec "pw-cli s 48 Profile '{ index: 4, save: true }'" exec "pw-cli s 48 Profile '{ index: 1, save: true }'"

View file

@ -6,7 +6,8 @@ output DP-2 {
} }
exec_always 'sleep 1;eww open --screen "LG ULTRAWIDE" bar' exec_always 'sleep 1;eww open --screen "LG ULTRAWIDE" bar'
output HDMI-A-1 { #output HDMI-A-1 {
output DP-1 {
#Vertical 4k #Vertical 4k
scale 1 scale 1
mode 3840x2160@75Hz mode 3840x2160@75Hz
@ -14,7 +15,8 @@ output HDMI-A-1 {
pos 0 0 pos 0 0
} }
output DP-3 { output HDMI-A-1 {
#output DP-3 {
#1080p #1080p
scale 1 scale 1
mode 1920x1080@120Hz mode 1920x1080@120Hz
@ -29,6 +31,6 @@ set {
workspace { workspace {
1:$profile_icon output DP-2 1:$profile_icon output DP-2
2:$profile_icon output HDMI-A-1 2:$profile_icon output DP-1
3:$profile_icon output DP-3 3:$profile_icon output HDMI-A-1
} }

View file

@ -2,7 +2,6 @@
.config/sway/config.d/display.d/328p1aa .config/sway/config.d/display.d/328p1aa
.config/sway/assets/wallpaper/HDMI-A-1 .config/sway/assets/wallpaper/HDMI-A-1
.config/sway/assets/wallpaper/DP-2 .config/sway/assets/wallpaper/DP-2
.config/sway/assets/wallpaper/DP-3
.config/sway/config-vars.d/bash.d/desktop .config/sway/config-vars.d/bash.d/desktop
.config/sway/scripts/autostart_apps.d/328p1aa .config/sway/scripts/autostart_apps.d/328p1aa
.config/sway/config.d/window_rules.d/328p1aa .config/sway/config.d/window_rules.d/328p1aa
@ -14,3 +13,4 @@
.config/apex-tux .config/apex-tux
.local/bin/apex-tux .local/bin/apex-tux
.config/sway-profiles/config.d/328p1aa .config/sway-profiles/config.d/328p1aa
.config/sway/assets/wallpaper/DP-1

View file

@ -158,6 +158,9 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
border: 2px solid transparent; border: 2px solid transparent;
box-shadow: 8px -8px 10px -8px black; box-shadow: 8px -8px 10px -8px black;
} }
.inactive {
opacity: 0.5;
}
// HOTFIXES // HOTFIXES

View file

@ -134,7 +134,7 @@ Scroll Bar Mini Map Width=60
Scroll Bar MiniMap=true Scroll Bar MiniMap=true
Scroll Bar Preview=true Scroll Bar Preview=true
Scroll Past End=false Scroll Past End=false
Search/Replace Flags=524 Search/Replace Flags=1037
Shoe Line Ending Type in Statusbar=false Shoe Line Ending Type in Statusbar=false
Show Documentation With Completion=true Show Documentation With Completion=true
Show File Encoding=true Show File Encoding=true
@ -174,8 +174,8 @@ SetEditor=false
2 screens: Width=939 2 screens: Width=939
2048x1280 screen: Height=713 2048x1280 screen: Height=713
2048x1280 screen: Width=984 2048x1280 screen: Width=984
3 screens: Height=1364 3 screens: Height=907
3 screens: Width=3106 3 screens: Width=1252
[filetree] [filetree]
editShade=183,220,246 editShade=183,220,246

View file

@ -38,7 +38,7 @@ Dialog Size=600,480
[PreviewSettings] [PreviewSettings]
EnableRemoteFolderThumbnail=true EnableRemoteFolderThumbnail=true
MaximumRemoteSize=1073741824 MaximumRemoteSize=3221225472
[UiSettings] [UiSettings]
ColorScheme=* ColorScheme=*

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
#dolphin "smb://server-hp-y2z63av/Media" dolphin "smb://server-hp-y2z63av/Media"
samba-wofi #samba-wofi

View file

@ -127,12 +127,13 @@ if [[ "$HOSTNAME" == pod* ]];then
mkdir -p "${HOME}/.devpod/$(uname -m)" mkdir -p "${HOME}/.devpod/$(uname -m)"
export CARGO_HOME="${HOME}/.devpod/$(uname -m)/.cargo" export CARGO_HOME="${HOME}/.devpod/$(uname -m)/.cargo"
export RUSTUP_HOME="${HOME}/.devpod/$(uname -m)/.rustup" export RUSTUP_HOME="${HOME}/.devpod/$(uname -m)/.rustup"
export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init - bash)"
cd ${POD_PATH} cd ${POD_PATH}
fi fi
export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init - bash)"
export prompt_prefix=`awk '{$1=$1};1' <<< "${prompt_prefix}"` export prompt_prefix=`awk '{$1=$1};1' <<< "${prompt_prefix}"`
#PS1='\[\e[1m\e[95m\]${prompt_prefix}\[\e[m\]${debian_chroot:+($debian_chroot)}\[\e[01;32m\]\u@\h\[\e[00m\]:\[\e[01;34m\]\w\[\e[00m\]\n\$ ' #PS1='\[\e[1m\e[95m\]${prompt_prefix}\[\e[m\]${debian_chroot:+($debian_chroot)}\[\e[01;32m\]\u@\h\[\e[00m\]:\[\e[01;34m\]\w\[\e[00m\]\n\$ '
PS1='\[\e[1m\e[95m\]${prompt_prefix}\[\e[m\]${debian_chroot:+($debian_chroot)}\[\e[01;32m\]\u@\h\[\e[00m\]:\[\e[01;34m\]$(pwd|sed "s|${HOME}|~|"|perl -pe "s/(?<!(^~))(\\/.*)(?=\\/.*\\/)/\\/…/s")\[\e[00m\]\n\$ ' PS1='\[\e[1m\e[95m\]${prompt_prefix}\[\e[m\]${debian_chroot:+($debian_chroot)}\[\e[01;32m\]\u@\h\[\e[00m\]:\[\e[01;34m\]$(pwd|sed "s|${HOME}|~|"|perl -pe "s/(?<!(^~))(\\/.*)(?=\\/.*\\/)/\\/…/s")\[\e[00m\]\n\$ '