Merge branch 'main' of ssh://git.pogmom.me:1022/pogmommy/dotfiles
BIN
328p1aa/home/.config/sway/assets/wallpaper/DP-1/0.jpg
Normal file
After Width: | Height: | Size: 4.6 MiB |
BIN
328p1aa/home/.config/sway/assets/wallpaper/DP-1/1.jpg
Normal file
After Width: | Height: | Size: 830 KiB |
BIN
328p1aa/home/.config/sway/assets/wallpaper/DP-1/2.jpg
Normal file
After Width: | Height: | Size: 3.8 MiB |
BIN
328p1aa/home/.config/sway/assets/wallpaper/DP-1/3.jpg
Normal file
After Width: | Height: | Size: 2.2 MiB |
1
328p1aa/home/.config/sway/assets/wallpaper/HDMI-A-1/.jpg
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/pogmommy/.config/sway/assets/wallpaper/DP-3/0.jpg
|
Before Width: | Height: | Size: 4.6 MiB After Width: | Height: | Size: 282 KiB |
Before Width: | Height: | Size: 830 KiB After Width: | Height: | Size: 566 KiB |
Before Width: | Height: | Size: 3.8 MiB After Width: | Height: | Size: 462 KiB |
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 142 KiB |
|
@ -1,2 +1,2 @@
|
|||
|
||||
exec "pw-cli s 48 Profile '{ index: 4, save: true }'"
|
||||
exec "pw-cli s 48 Profile '{ index: 1, save: true }'"
|
||||
|
|
|
@ -6,7 +6,8 @@ output DP-2 {
|
|||
}
|
||||
exec_always 'sleep 1;eww open --screen "LG ULTRAWIDE" bar'
|
||||
|
||||
output HDMI-A-1 {
|
||||
#output HDMI-A-1 {
|
||||
output DP-1 {
|
||||
#Vertical 4k
|
||||
scale 1
|
||||
mode 3840x2160@75Hz
|
||||
|
@ -14,7 +15,8 @@ output HDMI-A-1 {
|
|||
pos 0 0
|
||||
}
|
||||
|
||||
output DP-3 {
|
||||
output HDMI-A-1 {
|
||||
#output DP-3 {
|
||||
#1080p
|
||||
scale 1
|
||||
mode 1920x1080@120Hz
|
||||
|
@ -29,6 +31,6 @@ set {
|
|||
|
||||
workspace {
|
||||
1:$profile_icon output DP-2
|
||||
2:$profile_icon output HDMI-A-1
|
||||
3:$profile_icon output DP-3
|
||||
2:$profile_icon output DP-1
|
||||
3:$profile_icon output HDMI-A-1
|
||||
}
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
.config/sway/config.d/display.d/328p1aa
|
||||
.config/sway/assets/wallpaper/HDMI-A-1
|
||||
.config/sway/assets/wallpaper/DP-2
|
||||
.config/sway/assets/wallpaper/DP-3
|
||||
.config/sway/config-vars.d/bash.d/desktop
|
||||
.config/sway/scripts/autostart_apps.d/328p1aa
|
||||
.config/sway/config.d/window_rules.d/328p1aa
|
||||
|
@ -14,3 +13,4 @@
|
|||
.config/apex-tux
|
||||
.local/bin/apex-tux
|
||||
.config/sway-profiles/config.d/328p1aa
|
||||
.config/sway/assets/wallpaper/DP-1
|
||||
|
|
|
@ -158,6 +158,9 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
|||
border: 2px solid transparent;
|
||||
box-shadow: 8px -8px 10px -8px black;
|
||||
}
|
||||
.inactive {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
// HOTFIXES
|
||||
|
||||
|
|
|
@ -134,7 +134,7 @@ Scroll Bar Mini Map Width=60
|
|||
Scroll Bar MiniMap=true
|
||||
Scroll Bar Preview=true
|
||||
Scroll Past End=false
|
||||
Search/Replace Flags=524
|
||||
Search/Replace Flags=1037
|
||||
Shoe Line Ending Type in Statusbar=false
|
||||
Show Documentation With Completion=true
|
||||
Show File Encoding=true
|
||||
|
@ -174,8 +174,8 @@ SetEditor=false
|
|||
2 screens: Width=939
|
||||
2048x1280 screen: Height=713
|
||||
2048x1280 screen: Width=984
|
||||
3 screens: Height=1364
|
||||
3 screens: Width=3106
|
||||
3 screens: Height=907
|
||||
3 screens: Width=1252
|
||||
|
||||
[filetree]
|
||||
editShade=183,220,246
|
||||
|
|
|
@ -38,7 +38,7 @@ Dialog Size=600,480
|
|||
|
||||
[PreviewSettings]
|
||||
EnableRemoteFolderThumbnail=true
|
||||
MaximumRemoteSize=1073741824
|
||||
MaximumRemoteSize=3221225472
|
||||
|
||||
[UiSettings]
|
||||
ColorScheme=*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
#dolphin "smb://server-hp-y2z63av/Media"
|
||||
samba-wofi
|
||||
dolphin "smb://server-hp-y2z63av/Media"
|
||||
#samba-wofi
|
||||
|
|
|
@ -127,12 +127,13 @@ if [[ "$HOSTNAME" == pod* ]];then
|
|||
mkdir -p "${HOME}/.devpod/$(uname -m)"
|
||||
export CARGO_HOME="${HOME}/.devpod/$(uname -m)/.cargo"
|
||||
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}
|
||||
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}"`
|
||||
#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\$ '
|
||||
|
|