diff --git a/de/home/.config/gtklock/config.ini b/de/home/.config/gtklock/config.ini index bdb79e2..e55ad48 100644 --- a/de/home/.config/gtklock/config.ini +++ b/de/home/.config/gtklock/config.ini @@ -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 diff --git a/de/home/.config/gtklock/style.css b/de/home/.config/gtklock/style.css index bc1f77e..b7d159a 100644 --- a/de/home/.config/gtklock/style.css +++ b/de/home/.config/gtklock/style.css @@ -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 { diff --git a/de/home/.config/sway-profiles-rs/config.toml b/de/home/.config/sway-profiles-rs/config.toml index 6f9b0e1..585b823 100644 --- a/de/home/.config/sway-profiles-rs/config.toml +++ b/de/home/.config/sway-profiles-rs/config.toml @@ -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" } diff --git a/de/home/.config/sway-profiles-rs/config1.toml b/de/home/.config/sway-profiles-rs/config1.toml new file mode 100644 index 0000000..4b21151 --- /dev/null +++ b/de/home/.config/sway-profiles-rs/config1.toml @@ -0,0 +1,6 @@ +title_length = 0 +window_icons = [] + +[programs] + +[profiles] diff --git a/de/home/.librewolf/profiles.ini b/de/home/.librewolf/profiles.ini index c56355e..7edcd6b 100644 --- a/de/home/.librewolf/profiles.ini +++ b/de/home/.librewolf/profiles.ini @@ -17,7 +17,7 @@ Name=Penelope IsRelative=1 Path=penelope Default=1 -StoreID=0585997e +StoreID=a61d59be ShowSelector=1 [General] diff --git a/default/home/.sapphrc/default b/default/home/.sapphrc/default index 6fff84d..c299f36 100755 --- a/default/home/.sapphrc/default +++ b/default/home/.sapphrc/default @@ -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"