Skip to content

πŸ›  A set of utilities for rofi: system management in one place. Optimize your productivity with ease.

License

Notifications You must be signed in to change notification settings

DIMFLIX-OFFICIAL/rofi-sys-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›  Rofi-Sys-Tools

Enhance your workflow with Rofi-Sys-Tools - a comprehensive set of utilities for managing Wi-Fi, Ethernet and clipboard directly from rofi. An ideal tool for Linux enthusiasts seeking maximum efficiency and organization of their system resources.

πŸ›œ Wifi Menu

alt text

πŸ”Œ Ethernet Menu

alt text

πŸ“‹ Clipboard Manager

alt text

πŸ‘¨β€πŸ’» Installation

  1. Cloning the repository: git clone https://github.com/DIMFLIX-OFFICIAL/rofi-sys-tools.git ~/bin/rofi-sys-tools

  2. Go to the catalog: cd ~/bin/rofi-sys-tools

  3. Launching utilities:
    sh rofi-wifi-menu.sh
    sh rofi-ethernet-menu.sh
    sh rofi-clipboard-manager.sh

  4. (Optional) For easy access, add the script somewhere in your $PATH.

βš™οΈ Polybar Configuration

[module/wlan]
type = internal/network
interface = wlan0
interval = 3.0
format-connected =  <label-connected>
label-connected = "%{A1:sh ~/bin/rofi-sys-tools/rofi-wifi-menu.sh:} %{A}"
label-connected-foreground = #A3BE8C 
format-disconnected = <label-disconnected>
label-disconnected = "%{A1:sh ~/bin/rofi-sys-tools/rofi-wifi-menu.sh:}σ°–ͺ %{A}"
label-disconnected-foreground = #D35F5E

[module/ethernet]
type = custom/script
exec = "sh ~/bin/rofi-sys-tools/rofi-ethernet-menu.sh status"
interval = 3.0
click-left = "sh ~/bin/rofi-sys-tools/rofi-ethernet-menu.sh"
label = "%output%"

πŸ“œ License

This project is released under the MIT license, which grants the following permissions:

  • Commercial use
  • Distribution
  • Modification
  • Private use

For more convoluted language, see the MIT License

About

πŸ›  A set of utilities for rofi: system management in one place. Optimize your productivity with ease.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages