Add icons for wlogout

This commit is contained in:
Tyler Kelley 2024-02-24 12:28:33 -06:00
parent d44a098b7c
commit c5dbc62aef
6 changed files with 6 additions and 1 deletions

View File

@ -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;

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -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" \
""
'' ''