New backup 2025-09-19 17:00:02
This commit is contained in:
parent
06debf0a9c
commit
457a81c8c9
1 changed files with 15 additions and 4 deletions
|
@ -25,22 +25,33 @@ scale = 0.75
|
|||
icon = ""
|
||||
directory = "~/Documents"
|
||||
[profiles.browser]
|
||||
"Penelope", "https://cloud.pogmom.me" ]
|
||||
profile = "Penelope"
|
||||
startpage = "https://cloud.pogmom.me"
|
||||
|
||||
[[profiles]]
|
||||
name = "Development"
|
||||
icon = ""
|
||||
directory = "~/Development"
|
||||
browser = [ "development", "https://hass.pogmom.me" ]
|
||||
[profiles.browser]
|
||||
profile = "development"
|
||||
startpage = "https://hass.pogmom.me"
|
||||
|
||||
[[profiles]]
|
||||
name = "Housing"
|
||||
icon = ""
|
||||
directory = "~/Documents/Housing"
|
||||
browser = [ "housing", "https://eugenesca.com" ]
|
||||
[profiles.browser]
|
||||
profile = "housing"
|
||||
startpage = "https://eugenesca.com"
|
||||
|
||||
[[profiles]]
|
||||
name = "Work"
|
||||
icon = ""
|
||||
directory = "~/Documents/Work/LaneCC"
|
||||
browser = [ "Work", "https://lanecc.edu" ]
|
||||
[profiles.browser]
|
||||
profile = "Work"
|
||||
startpage = "https://lanecc.edu"
|
||||
|
||||
#[profiles.personal]
|
||||
#name = "test"
|
||||
#icon = "test"
|
||||
|
|
Loading…
Add table
Reference in a new issue