diff options
Diffstat (limited to 'dotfiles/hyprland/.config/wlogout')
| -rw-r--r-- | dotfiles/hyprland/.config/wlogout/layout | 36 | ||||
| -rw-r--r-- | dotfiles/hyprland/.config/wlogout/style.css | 37 |
2 files changed, 0 insertions, 73 deletions
diff --git a/dotfiles/hyprland/.config/wlogout/layout b/dotfiles/hyprland/.config/wlogout/layout deleted file mode 100644 index 878e75d..0000000 --- a/dotfiles/hyprland/.config/wlogout/layout +++ /dev/null @@ -1,36 +0,0 @@ -{ - "label" : "lock", - "action" : "hyprlock", - "text" : "", - "keybind" : "l" -} -{ - "label" : "logout", - "action" : "hyprctl dispatch exit", - "text" : "", - "keybind" : "e" -} -{ - "label" : "suspend", - "action" : "systemctl suspend", - "text" : "", - "keybind" : "u" -} -{ - "label" : "hibernate", - "action" : "systemctl hibernate", - "text" : "", - "keybind" : "h" -} -{ - "label" : "reboot", - "action" : "systemctl reboot", - "text" : "", - "keybind" : "r" -} -{ - "label" : "shutdown", - "action" : "systemctl poweroff", - "text" : "", - "keybind" : "s" -} diff --git a/dotfiles/hyprland/.config/wlogout/style.css b/dotfiles/hyprland/.config/wlogout/style.css deleted file mode 100644 index 658e3c9..0000000 --- a/dotfiles/hyprland/.config/wlogout/style.css +++ /dev/null @@ -1,37 +0,0 @@ -/* wlogout style - Dupre theme */ -/* Dupre palette: - bg: #151311, black: #252321, br_black: #474544, muted: #58574e - steel: #969385, white: #d0cbc0, fg: #f0fef0, gold: #d7af5f - red: #d47c59, green: #a4ac64, blue: #67809c, magenta: #b294bb -*/ - -* { - background-image: none; - box-shadow: none; - font-family: "BerkeleyMono Nerd Font", monospace; -} - -window { - background-color: rgba(21, 19, 17, 0.6); -} - -button { - border-radius: 10px; - border-color: #151311; - color: #969385; - background-color: #151311; - border-style: solid; - border-width: 2px; - font-size: 96px; -} - -button:hover, button:focus { - background-color: #151311; - border-color: #d7af5f; - color: #d7af5f; - outline-style: none; -} - -button:active { - background-color: #474544; -} |
