feat: replace swaylock with gtklock
* Update package list with gtklock and userinfo, powerbar modules; * Add gtklock config.ini, style.css, lockscreen wallpaper, default .face file (EOS logo); * Remove swaylock configs; * Update lock screen binding; * Move idle config to autostart_applications.
This commit is contained in:
BIN
.config/gtklock/EndeavourOS_Astronaut_SpaceWalk.png
Normal file
BIN
.config/gtklock/EndeavourOS_Astronaut_SpaceWalk.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 MiB |
19
.config/gtklock/config.ini
Normal file
19
.config/gtklock/config.ini
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
[main]
|
||||||
|
gtk-theme=Arc-Dark
|
||||||
|
time-format=%l:%M %p
|
||||||
|
start-hidden=1
|
||||||
|
modules=userinfo-module;powerbar-module
|
||||||
|
|
||||||
|
[userinfo]
|
||||||
|
round-image=true
|
||||||
|
horizontal-layout=false
|
||||||
|
under-clock=true
|
||||||
|
|
||||||
|
[powerbar]
|
||||||
|
show-labels=true
|
||||||
|
linked-buttons=true
|
||||||
|
reboot-command=systemctl reboot
|
||||||
|
poweroff-command=systemctl -i poweroff
|
||||||
|
suspend-command=systemctl suspend
|
||||||
|
userswitch-command=
|
||||||
|
logout-command=swaymsg exit
|
||||||
47
.config/gtklock/style.css
Normal file
47
.config/gtklock/style.css
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
* {
|
||||||
|
border: none;
|
||||||
|
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8)
|
||||||
|
}
|
||||||
|
window {
|
||||||
|
background-image: url("EndeavourOS_Astronaut_SpaceWalk.png");
|
||||||
|
background-size: cover;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
background-color: black;
|
||||||
|
}
|
||||||
|
#clock-label {
|
||||||
|
font-family: JetBrainsMono;
|
||||||
|
font-size: 64.0px;
|
||||||
|
}
|
||||||
|
#unlock-button {
|
||||||
|
background: none;
|
||||||
|
background-color: rgba(127, 63, 191, 0.4);
|
||||||
|
border: 2px solid rgba(127, 63, 191, 0.5);
|
||||||
|
padding: 4px;
|
||||||
|
}
|
||||||
|
#unlock-button:hover {
|
||||||
|
background-color: rgba(127, 63, 191, 0.9);
|
||||||
|
}
|
||||||
|
#input-field {
|
||||||
|
border-radius: 10px;
|
||||||
|
background-color: rgba(127, 127, 255, 0.1);
|
||||||
|
border: 2px solid rgba(127, 63, 191, 0.5);
|
||||||
|
padding-top: 5px;
|
||||||
|
padding-bottom: 5px;
|
||||||
|
}
|
||||||
|
#powerbar-box button {
|
||||||
|
background: none;
|
||||||
|
background-color: rgba(127, 63, 191, 0.4);
|
||||||
|
border: 2px solid rgba(127, 63, 191, 0.5);
|
||||||
|
border-radius: 10px;
|
||||||
|
padding: 4px;
|
||||||
|
}
|
||||||
|
#powerbar-box button:hover {
|
||||||
|
background-color: rgba(127, 63, 191, 0.9);
|
||||||
|
}
|
||||||
|
#input-label {
|
||||||
|
font-size: 0px;
|
||||||
|
}
|
||||||
|
#window-box infobar {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
@@ -7,10 +7,14 @@ exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|||||||
# Import environment variables for user systemd service manager
|
# Import environment variables for user systemd service manager
|
||||||
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||||
|
|
||||||
# Update dbux environments with display variables
|
# Update dbus environments with display variables
|
||||||
exec hash dbus-update-activation-environment 2>/dev/null && \
|
exec hash dbus-update-activation-environment 2>/dev/null && \
|
||||||
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||||
|
|
||||||
|
# Idle configuration
|
||||||
|
exec swayidle idlehint 1
|
||||||
|
exec_always swayidle -w before-sleep "gtklock -d"
|
||||||
|
|
||||||
# Desktop notifications
|
# Desktop notifications
|
||||||
exec mako
|
exec mako
|
||||||
|
|
||||||
|
|||||||
@@ -19,11 +19,6 @@ set $menu nwg-drawer
|
|||||||
# Power Menu
|
# Power Menu
|
||||||
set $powermenu ~/.config/sway/scripts/power_menu.sh
|
set $powermenu ~/.config/sway/scripts/power_menu.sh
|
||||||
|
|
||||||
### Idle configuration
|
|
||||||
exec swayidle idlehint 1
|
|
||||||
set $lock swaylock -C ~/.config/swaylock/config
|
|
||||||
exec_always swayidle -w before-sleep "$lock"
|
|
||||||
|
|
||||||
### Key bindings
|
### Key bindings
|
||||||
#
|
#
|
||||||
# Basics:
|
# Basics:
|
||||||
@@ -44,7 +39,7 @@ exec_always swayidle -w before-sleep "$lock"
|
|||||||
bindsym $mod+Shift+d exec $menu
|
bindsym $mod+Shift+d exec $menu
|
||||||
|
|
||||||
# Lock screen
|
# Lock screen
|
||||||
bindsym $mod+f1 exec $lock
|
bindsym $mod+f1 exec gtklock
|
||||||
|
|
||||||
# Activities
|
# Activities
|
||||||
bindsym $mod+p exec ~/.config/sway/scripts/window_switcher.sh
|
bindsym $mod+p exec ~/.config/sway/scripts/window_switcher.sh
|
||||||
|
|||||||
@@ -1,24 +0,0 @@
|
|||||||
# indicator
|
|
||||||
# no-unlock-indicator
|
|
||||||
# daemonize
|
|
||||||
indicator-caps-lock
|
|
||||||
# datestr=%A
|
|
||||||
image=$HOME/.config/sway/swaylock.png
|
|
||||||
scaling=fill
|
|
||||||
font=UbuntuMono
|
|
||||||
font-size=20
|
|
||||||
|
|
||||||
# Ring
|
|
||||||
indicator-radius=115
|
|
||||||
# line-uses-ring
|
|
||||||
line-color=#3b4252
|
|
||||||
text-color=#d8dee9
|
|
||||||
inside-color=#2e344098
|
|
||||||
inside-ver-color=#5e81ac
|
|
||||||
line-ver-color=#5e81ac
|
|
||||||
ring-ver-color=#5e81ac98
|
|
||||||
ring-color=#4c566a
|
|
||||||
key-hl-color=#5e81ac
|
|
||||||
separator-color=#4c566a
|
|
||||||
layout-text-color=#eceff4
|
|
||||||
line-wrong-color=#d08770
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
[Appearance]
|
|
||||||
color_scheme_path=/usr/share/qt5ct/colors/airy.conf
|
|
||||||
custom_palette=false
|
|
||||||
icon_theme=Papirus
|
|
||||||
standard_dialogs=default
|
|
||||||
style=kvantum-dark
|
|
||||||
|
|
||||||
[Fonts]
|
|
||||||
fixed=@Variant(\0\0\0@\0\0\0\x12\0\x43\0\x61\0n\0t\0\x61\0r\0\x65\0l\0l@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
|
|
||||||
general=@Variant(\0\0\0@\0\0\0\x12\0\x43\0\x61\0n\0t\0\x61\0r\0\x65\0l\0l@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
|
|
||||||
|
|
||||||
[Interface]
|
|
||||||
activate_item_on_single_click=1
|
|
||||||
buttonbox_layout=0
|
|
||||||
cursor_flash_time=1000
|
|
||||||
dialog_buttons_have_icons=1
|
|
||||||
double_click_interval=400
|
|
||||||
gui_effects=@Invalid()
|
|
||||||
keyboard_scheme=2
|
|
||||||
menus_have_icons=true
|
|
||||||
show_shortcuts_in_context_menus=true
|
|
||||||
stylesheets=@Invalid()
|
|
||||||
toolbutton_style=4
|
|
||||||
underline_shortcut=1
|
|
||||||
wheel_scroll_lines=3
|
|
||||||
|
|
||||||
[SettingsWindow]
|
|
||||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\a\x80\0\0\0\"\0\0\v:\0\0\x4\x1c\0\0\a\x80\0\0\0\"\0\0\xe\xff\0\0\x4\x37\0\0\0\0\x2\0\0\0\a\x80\0\0\a\x80\0\0\0\"\0\0\v:\0\0\x4\x1c)
|
|
||||||
BIN
home_config/.face
Normal file
BIN
home_config/.face
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 80 KiB |
@@ -14,6 +14,9 @@ greetd-regreet
|
|||||||
grim
|
grim
|
||||||
gtk-engine-murrine
|
gtk-engine-murrine
|
||||||
gtk-layer-shell
|
gtk-layer-shell
|
||||||
|
gtklock
|
||||||
|
gtklock-powerbar-module
|
||||||
|
gtklock-userinfo-module
|
||||||
gvfs
|
gvfs
|
||||||
gvfs-afc
|
gvfs-afc
|
||||||
gvfs-gphoto2
|
gvfs-gphoto2
|
||||||
@@ -34,7 +37,6 @@ sway
|
|||||||
swaybg
|
swaybg
|
||||||
sway-contrib
|
sway-contrib
|
||||||
swayidle
|
swayidle
|
||||||
swaylock
|
|
||||||
sysstat
|
sysstat
|
||||||
thunar
|
thunar
|
||||||
thunar-archive-plugin
|
thunar-archive-plugin
|
||||||
|
|||||||
Reference in New Issue
Block a user