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]
|
[main]
|
||||||
style=/home/pogmommy/.config/gtklock/style.css
|
style=.config/gtklock/style.css
|
||||||
#idle-hide=true
|
#idle-hide=true
|
||||||
#start-hidden=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
|
SetEditor=false
|
||||||
|
|
||||||
[MainWindow]
|
[MainWindow]
|
||||||
1920x1200 screen: Height=368
|
1920x1200 screen: Height=1200
|
||||||
1920x1200 screen: Width=1388
|
1920x1200 screen: Width=1920
|
||||||
2 screens: Height=1110
|
2 screens: Height=1110
|
||||||
2 screens: Width=619
|
2 screens: Width=619
|
||||||
2048x1280 screen: Height=353
|
2048x1280 screen: Height=353
|
||||||
|
|
|
@ -15,35 +15,43 @@ wallpaper_path = "~/.config/sway/assets/wallpaper"
|
||||||
command = "librewolf-profile"
|
command = "librewolf-profile"
|
||||||
arguments = []
|
arguments = []
|
||||||
|
|
||||||
|
[lock]
|
||||||
|
blur = 10.0
|
||||||
|
scale = 0.75
|
||||||
|
|
||||||
#[profiles]
|
#[profiles]
|
||||||
[profiles.0]
|
[[profiles]]
|
||||||
name = "Penelope"
|
name = "Penelope"
|
||||||
icon = ""
|
icon = ""
|
||||||
directory = "~/Documents"
|
directory = "~/Documents"
|
||||||
[profiles.0.browser]
|
[profiles.browser]
|
||||||
profile = "Penelope"
|
profile = "Penelope"
|
||||||
startpage = "https://cloud.pogmom.me"
|
startpage = "https://cloud.pogmom.me"
|
||||||
[profiles.1]
|
|
||||||
|
[[profiles]]
|
||||||
name = "Development"
|
name = "Development"
|
||||||
icon = ""
|
icon = ""
|
||||||
directory = "~/Development"
|
directory = "~/Development"
|
||||||
[profiles.1.browser]
|
[profiles.browser]
|
||||||
profile = "development"
|
profile = "development"
|
||||||
startpage = "https://hass.pogmom.me"
|
startpage = "https://hass.pogmom.me"
|
||||||
[profiles.2]
|
|
||||||
|
[[profiles]]
|
||||||
name = "Housing"
|
name = "Housing"
|
||||||
icon = ""
|
icon = ""
|
||||||
directory = "~/Documents/Housing"
|
directory = "~/Documents/Housing"
|
||||||
[profiles.2.browser]
|
[profiles.browser]
|
||||||
profile = "housing"
|
profile = "housing"
|
||||||
startpage = "https://eugenesca.com"
|
startpage = "https://eugenesca.com"
|
||||||
[profiles.3]
|
|
||||||
|
[[profiles]]
|
||||||
name = "Work"
|
name = "Work"
|
||||||
icon = ""
|
icon = ""
|
||||||
directory = "~/Documents/Work/LaneCC"
|
directory = "~/Documents/Work/LaneCC"
|
||||||
[profiles.3.browser]
|
[profiles.browser]
|
||||||
profile = "Work"
|
profile = "Work"
|
||||||
startpage = "https://lanecc.edu"
|
startpage = "https://lanecc.edu"
|
||||||
|
|
||||||
#[profiles.personal]
|
#[profiles.personal]
|
||||||
#name = "test"
|
#name = "test"
|
||||||
#icon = "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
|
IsRelative=1
|
||||||
Path=penelope
|
Path=penelope
|
||||||
Default=1
|
Default=1
|
||||||
StoreID=0585997e
|
StoreID=a61d59be
|
||||||
ShowSelector=1
|
ShowSelector=1
|
||||||
|
|
||||||
[General]
|
[General]
|
||||||
|
|
Loading…
Add table
Reference in a new issue