mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-22 14:43:08 +01:00
Add icons for wlogout
This commit is contained in:
parent
d44a098b7c
commit
c5dbc62aef
@ -14,6 +14,10 @@
|
|||||||
source = ./files/fonts;
|
source = ./files/fonts;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
|
home.file.".config/wlogout/icons" = {
|
||||||
|
source = ./files/wlogout;
|
||||||
|
recursive = true;
|
||||||
|
};
|
||||||
home.file.".config/obs-studio" = {
|
home.file.".config/obs-studio" = {
|
||||||
source = ./files/obs-studio;
|
source = ./files/obs-studio;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
|
BIN
config/home/files/wlogout/logout.png
Normal file
BIN
config/home/files/wlogout/logout.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
config/home/files/wlogout/reboot.png
Normal file
BIN
config/home/files/wlogout/reboot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
BIN
config/home/files/wlogout/shutdown.png
Normal file
BIN
config/home/files/wlogout/shutdown.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
BIN
config/home/files/wlogout/suspend.png
Normal file
BIN
config/home/files/wlogout/suspend.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
@ -56,5 +56,6 @@ pkgs.writeShellScriptBin "list-hypr-bindings" ''
|
|||||||
" + SHIFT + 1-0" "Move Focused Window To Workspace 1 - 10" "movetoworkspace,X" \
|
" + SHIFT + 1-0" "Move Focused Window To Workspace 1 - 10" "movetoworkspace,X" \
|
||||||
" + MOUSE_LEFT" "Move/Drag Window" "movewindow" \
|
" + MOUSE_LEFT" "Move/Drag Window" "movewindow" \
|
||||||
" + MOUSE_RIGHT" "Resize Window" "resizewindow" \
|
" + MOUSE_RIGHT" "Resize Window" "resizewindow" \
|
||||||
"ALT + TAB" "Cycle Window Focus + Bring To Front" "cyclenext & bringactivetotop"
|
"ALT + TAB" "Cycle Window Focus + Bring To Front" "cyclenext & bringactivetotop" \
|
||||||
|
""
|
||||||
''
|
''
|
||||||
|
Loading…
Reference in New Issue
Block a user