Merge branch 'main' of ssh://git.pogmom.me:10022/pogmommy/dotfiles
This commit is contained in:
commit
4499abff84
6 changed files with 65 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
[main]
|
[main]
|
||||||
style=/home/pogmommy/.config/gtklock/gtklock.css
|
style=/home/pogmommy/.config/gtklock/style.css
|
||||||
#idle-hide=true
|
#idle-hide=true
|
||||||
#start-hidden=true
|
#start-hidden=true
|
||||||
user_image=$HOME/.face
|
user_image=$HOME/.face
|
||||||
|
|
|
@ -1,23 +1,26 @@
|
||||||
window {
|
window {
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
window#DP-1 {
|
||||||
|
background-image: url("../../.cache/sway-profiles-rs/lock/DP-1.jpg");
|
||||||
}
|
}
|
||||||
|
|
||||||
window#eDP-1 {
|
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 {
|
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 {
|
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 {
|
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 {
|
label {
|
||||||
|
|
|
@ -4,3 +4,52 @@ window_icons = [
|
||||||
[""," — Alacritty"],
|
[""," — Alacritty"],
|
||||||
[""," - VSCodium"]
|
[""," - 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" }
|
||||||
|
|
6
de/home/.config/sway-profiles-rs/config1.toml
Normal file
6
de/home/.config/sway-profiles-rs/config1.toml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
title_length = 0
|
||||||
|
window_icons = []
|
||||||
|
|
||||||
|
[programs]
|
||||||
|
|
||||||
|
[profiles]
|
|
@ -17,7 +17,7 @@ Name=Penelope
|
||||||
IsRelative=1
|
IsRelative=1
|
||||||
Path=penelope
|
Path=penelope
|
||||||
Default=1
|
Default=1
|
||||||
StoreID=0585997e
|
StoreID=a61d59be
|
||||||
ShowSelector=1
|
ShowSelector=1
|
||||||
|
|
||||||
[General]
|
[General]
|
||||||
|
|
|
@ -145,6 +145,7 @@ if [[ "$HOSTNAME" == pod* ]];then
|
||||||
cd ${POD_PATH}
|
cd ${POD_PATH}
|
||||||
fi
|
fi
|
||||||
[[ -d $HOME/.cargo/bin ]] && export PATH="$HOME/.cargo/bin:$PATH"
|
[[ -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"
|
export PYENV_ROOT="$HOME/.pyenv"
|
||||||
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
||||||
|
|
Loading…
Add table
Reference in a new issue