From c214fe8e7aa8fe78138753ceafdfe02efe1b2a7c Mon Sep 17 00:00:00 2001 From: Gaurav Bankar Date: Tue, 4 Jun 2024 07:14:05 +0530 Subject: [PATCH] added useful_utilities.md --- docs/useful_utilities.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/useful_utilities.md diff --git a/docs/useful_utilities.md b/docs/useful_utilities.md new file mode 100644 index 0000000..bffc36e --- /dev/null +++ b/docs/useful_utilities.md @@ -0,0 +1,21 @@ +# Useful Utilities +In this tutorial, I will guide you through the installation and configuration of various essential tools such as status bars, clipboard managers, app launchers, and more. These utilities will enhance the usability of your Hyprland setup. Additionally, I will provide configurations that you can copy directly from my setup. + +### Status Bars +A status bar provides a quick and convenient way to view system information such as time, date, battery level, network status, and more. It helps you stay informed about your system's state at a glance. + +##### Installation +For this tutorial, we will use waybar, which is commonly used and has many features. +To install waybar, use the following command: +``` +pacman -S waybar +``` +##### Configuration +It will use some default configuration, you can copy my configuration files to get bar like this: + +``` +cp my_config_path ~/.config/waybar +``` + +##### Keybinds +Add these useful keybinds to the hyprland config \ No newline at end of file