Merge branch 'main' of ssh://git.pogmom.me:10022/pogmommy/dotfiles
This commit is contained in:
commit
4efc737311
6 changed files with 88 additions and 45 deletions
|
@ -1,5 +1,5 @@
|
|||
[main]
|
||||
style=/home/pogmommy/.config/gtklock/style.css
|
||||
style=.config/gtklock/style.css
|
||||
#idle-hide=true
|
||||
#start-hidden=true
|
||||
user_image=$HOME/.face
|
||||
user_image=.face
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
window {
|
||||
background-image: url("file:///usr/share/backgrounds/greetd/edp-1.jpg");
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
label {
|
||||
color: rgba(250, 250, 250, 1);
|
||||
}
|
||||
|
||||
box#body {
|
||||
background-color: rgba(50, 50, 50, 0.5);
|
||||
border-radius: 10px;
|
||||
padding: 50px;
|
||||
}
|
||||
|
||||
entry,combobox * {
|
||||
background: rgba(50, 50, 50, 1);
|
||||
color: rgba(250, 250, 250, 1);
|
||||
}
|
||||
|
||||
entry.text {
|
||||
color: rgba(250, 250, 250, 1);
|
||||
}
|
|
@ -168,8 +168,8 @@ RunPrefix=
|
|||
SetEditor=false
|
||||
|
||||
[MainWindow]
|
||||
1920x1200 screen: Height=368
|
||||
1920x1200 screen: Width=1388
|
||||
1920x1200 screen: Height=1200
|
||||
1920x1200 screen: Width=1920
|
||||
2 screens: Height=1110
|
||||
2 screens: Width=619
|
||||
2048x1280 screen: Height=353
|
||||
|
|
|
@ -15,35 +15,43 @@ wallpaper_path = "~/.config/sway/assets/wallpaper"
|
|||
command = "librewolf-profile"
|
||||
arguments = []
|
||||
|
||||
[lock]
|
||||
blur = 10.0
|
||||
scale = 0.75
|
||||
|
||||
#[profiles]
|
||||
[profiles.0]
|
||||
[[profiles]]
|
||||
name = "Penelope"
|
||||
icon = ""
|
||||
directory = "~/Documents"
|
||||
[profiles.0.browser]
|
||||
profile = "Penelope"
|
||||
startpage = "https://cloud.pogmom.me"
|
||||
[profiles.1]
|
||||
[profiles.browser]
|
||||
profile = "Penelope"
|
||||
startpage = "https://cloud.pogmom.me"
|
||||
|
||||
[[profiles]]
|
||||
name = "Development"
|
||||
icon = ""
|
||||
directory = "~/Development"
|
||||
[profiles.1.browser]
|
||||
profile = "development"
|
||||
startpage = "https://hass.pogmom.me"
|
||||
[profiles.2]
|
||||
[profiles.browser]
|
||||
profile = "development"
|
||||
startpage = "https://hass.pogmom.me"
|
||||
|
||||
[[profiles]]
|
||||
name = "Housing"
|
||||
icon = ""
|
||||
directory = "~/Documents/Housing"
|
||||
[profiles.2.browser]
|
||||
profile = "housing"
|
||||
startpage = "https://eugenesca.com"
|
||||
[profiles.3]
|
||||
[profiles.browser]
|
||||
profile = "housing"
|
||||
startpage = "https://eugenesca.com"
|
||||
|
||||
[[profiles]]
|
||||
name = "Work"
|
||||
icon = ""
|
||||
directory = "~/Documents/Work/LaneCC"
|
||||
[profiles.3.browser]
|
||||
profile = "Work"
|
||||
startpage = "https://lanecc.edu"
|
||||
[profiles.browser]
|
||||
profile = "Work"
|
||||
startpage = "https://lanecc.edu"
|
||||
|
||||
#[profiles.personal]
|
||||
#name = "test"
|
||||
#icon = "test"
|
||||
|
|
59
de/home/.config/sway-profiles-rs/config.toml.bak
Normal file
59
de/home/.config/sway-profiles-rs/config.toml.bak
Normal file
|
@ -0,0 +1,59 @@
|
|||
title_length = 20
|
||||
window_icons = [
|
||||
[""," — LibreWolf"],
|
||||
[""," — 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 = []
|
||||
|
||||
[lock]
|
||||
blur = 10.0
|
||||
scale = 0.75
|
||||
|
||||
#[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" }
|
|
@ -17,7 +17,7 @@ Name=Penelope
|
|||
IsRelative=1
|
||||
Path=penelope
|
||||
Default=1
|
||||
StoreID=0585997e
|
||||
StoreID=a61d59be
|
||||
ShowSelector=1
|
||||
|
||||
[General]
|
||||
|
|
Loading…
Add table
Reference in a new issue