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

This commit is contained in:
Penelope Gwen 2025-09-17 17:45:02 -07:00
commit 4499abff84
6 changed files with 65 additions and 6 deletions

View file

@ -1,5 +1,5 @@
[main]
style=/home/pogmommy/.config/gtklock/gtklock.css
style=/home/pogmommy/.config/gtklock/style.css
#idle-hide=true
#start-hidden=true
user_image=$HOME/.face

View file

@ -1,23 +1,26 @@
window {
background-size: cover;
background-position: center;
}
window#DP-1 {
background-image: url("../../.cache/sway-profiles-rs/lock/DP-1.jpg");
}
window#eDP-1 {
background-image: url("../../.cache/sway-profiles/lock/eDP-1.jpg");
background-image: url("../../.cache/sway-profiles-rs/lock/eDP-1.jpg");
}
window#DP-2 {
background-image: url("../../.cache/sway-profiles/lock/DP-2.jpg");
background-image: url("../../.cache/sway-profiles-rs/lock/DP-2.jpg");
}
window#DP-3 {
background-image: url("../../.cache/sway-profiles/lock/DP-3.jpg");
background-image: url("../../.cache/sway-profiles-rs/lock/DP-3.jpg");
}
window#HDMI-A-1 {
background-image: url("../../.cache/sway-profiles/lock/HDMI-A-1.jpg");
background-image: url("../../.cache/sway-profiles-rs/lock/HDMI-A-1.jpg");
}
label {

View file

@ -4,3 +4,52 @@ window_icons = [
[""," — Alacritty"],
[""," - VSCodium"]
]
wallpaper_path = "~/.config/sway/assets/wallpaper"
#[programs]
[programs.filemanager]
name = "Dolphin"
command = "dolphin"
arguments = ["--new-window"]
[programs.browser]
name = "Librewolf"
command = "librewolf-profile"
arguments = []
#[profiles]
[profiles.0]
name = "Penelope"
icon = ""
directory = "~/Documents"
[profiles.0.browser]
profile = "Penelope"
startpage = "https://cloud.pogmom.me"
[profiles.1]
name = "Development"
icon = ""
directory = "~/Development"
[profiles.1.browser]
profile = "development"
startpage = "https://hass.pogmom.me"
[profiles.2]
name = "Housing"
icon = "󰻺"
directory = "~/Documents/Housing"
[profiles.2.browser]
profile = "housing"
startpage = "https://eugenesca.com"
[profiles.3]
name = "Work"
icon = ""
directory = "~/Documents/Work/LaneCC"
[profiles.3.browser]
profile = "Work"
startpage = "https://lanecc.edu"
#[profiles.personal]
#name = "test"
#icon = "test"
#browser_profile = "test"
#browser_url = "test"
#directory = "test"
# ["test","test","test","test","test"]
# { name = "Personal", icon = "", browser_profile = "Penelope", browser_url = "https://cloud.pogmom.me", directory = "~/Documents" },
# { name = "Development", icon = "", browser_profile = "Development", browser_url = "https://hass.pogmom.me", directory = "~/Development" }

View file

@ -0,0 +1,6 @@
title_length = 0
window_icons = []
[programs]
[profiles]

View file

@ -17,7 +17,7 @@ Name=Penelope
IsRelative=1
Path=penelope
Default=1
StoreID=0585997e
StoreID=a61d59be
ShowSelector=1
[General]

View file

@ -145,6 +145,7 @@ if [[ "$HOSTNAME" == pod* ]];then
cd ${POD_PATH}
fi
[[ -d $HOME/.cargo/bin ]] && export PATH="$HOME/.cargo/bin:$PATH"
#[[ -d $HOME/.rustup/toolchains/nightly-$(uname -m)-unknown-linux-gnu/bin ]] && export PATH="$HOME/.rustup/toolchains/nightly-$(uname -m)-unknown-linux-gnu/bin:$PATH"
export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"