diff --git a/README.md b/README.md index 9bb27be..3915ad7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ - desktop with a few widgets: -- dynamic flavor based on Catppuccin Mocha: +- dynamic colortheme based on Catppuccin Mocha: - the grub menu looks like: @@ -17,7 +17,7 @@ - **Shell**: Fish - **Prompt**: Oh My Posh - **Terminal**: Kitty & Ghostty -- **Colorscheme**: Catppuccin-mocha +- **Colorscheme**: Catppuccin Mocha - **App Launcher**: Rofi - **Logout Screen**: Wlogout - **Desktop Widgets**: Eww @@ -29,7 +29,7 @@ Based on [end-4/dots-hyprland](https://github.com/end-4/dots-hyprland) but witho ## Niri -Ported some of the exsiting Hyprland configurations, e.g. windows rules & keybindings, even using hyprlock as lock screen. +Ported from Hyprland, and shares most of the desktop components such as hyprlock & eww widgets & rofi & waybar & mako. ## Eww diff --git a/wlogout-niri/layout b/wlogout-niri/layout index a0b0dab..afa51ce 100644 --- a/wlogout-niri/layout +++ b/wlogout-niri/layout @@ -1,6 +1,6 @@ { "label": "lock", - "action": "loginctl lock-session", + "action": "hyprlock &", "text": "Lock", "keybind": "l" }