
Product
Socket Now Supports pylock.toml Files
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
A modern and customizable workspace navigation effect for Hyprland.
hyprnav provides smooth visual transitions when navigating between workspaces in Hyprland. It enhances the user experience by adding polished animations and optional sound effects.
pip install hyprnav # if you use pip
uv pip install hyprnav # or with uv
yay -S hyprnav # with yay
paru -S hyprnav # with paru
Start with default settings.
hyprnav
hyprnav automatically creates configuration files in ~/.config/hyprnav
when first run. These files include:
config.yaml
: Main configuration filestyle.css
: Customizable stylesheet for the application appearanceThe config.yaml
file contains the following configurable parameters:
The config.yaml
file contains the following configurable parameters:
width
: Controls the width of the navigation window in pixels (default: 450)height
: Controls the height of the navigation window in pixels (default: 70)duration
: Sets the transition timeout duration in milliseconds (default: 300)spacing
: Defines the vertical spacing between labels in pixels (default: 10)label
: Customizes the text label displayed for workspace identification (default: "Workspace")enabled
: Boolean flag to enable or disable sound effects during workspace transitions (default: false)file
: Absolute path to the audio file that will be played during transitions (default: "/home/user/Public/transition.wav")main_window:
width: 450
height: 70
duration: 300
spacing: 10
label: "Workspace"
sound:
enabled: false
file: "/home/user/Public/transition.wav"
Note: Make sure to update the sound file path to point to an existing audio file on your system if you want to enable sound effects.
You can customize the appearance of Hyprnav by editing the ~/.config/hyprnav/style.css
file. This file allows you to change colors, fonts, sizes, and other visual aspects of the application.
You can customize these elements to match your desktop theme:
#main-window
: The main container window with background color, border, border-radius, and padding properties#fixed-label
: The "Workspace" text label with color, font-size, font-weight, and font-family styling#workspace-label
: The workspace number/name label with color, font-size, and font-family propertiesAfter making changes to the stylesheet, restart Hyprnav for the changes to take effect.
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.
Research
Security News
Malicious Ruby gems typosquat Fastlane plugins to steal Telegram bot tokens, messages, and files, exploiting demand after Vietnam’s Telegram ban.