From 29a4efbae517a08dfc71998b434c92ff1ca379bd Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Sat, 15 Jun 2024 15:29:17 -0600 Subject: [PATCH] New backup 2024-06-15 15:29:17 --- de/home/.config/gtklock/style.css | 40 +++++++++++++++++++++++++++++++ de/include | 1 + 2 files changed, 41 insertions(+) create mode 100644 de/home/.config/gtklock/style.css diff --git a/de/home/.config/gtklock/style.css b/de/home/.config/gtklock/style.css new file mode 100644 index 0000000..c26ad88 --- /dev/null +++ b/de/home/.config/gtklock/style.css @@ -0,0 +1,40 @@ +window { + background-size: cover; + background-position: center; + +} + +window#DP-2 { + background-image: url("file:///home/pogmommy/.cache/sway-profiles/lock/DP-2.jpg"); +} + +window#DP-3 { + background-image: url("file:///home/pogmommy/.cache/sway-profiles/lock/DP-3.jpg"); +} + +window#HDMI-A-1 { + background-image: url("file:///home/pogmommy/.cache/sway-profiles/lock/HDMI-A-1.jpg"); +} + +window#eDP-1 { + background-image: url("file:///home/pogmommy/.cache/sway-profiles/lock/eDP-1.jpg"); +} + +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); +} diff --git a/de/include b/de/include index fc0d397..cb9a3ba 100644 --- a/de/include +++ b/de/include @@ -34,3 +34,4 @@ .local/share/applications/armcord.desktop .local/share/applications/feh.desktop .config/kdeglobals +.config/gtklock