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