All Projects → sineto → Nmcli Rofi

sineto / Nmcli Rofi

Licence: mit
A simple manager for network connections using rofi and nmcli

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Nmcli Rofi

Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+2425.64%)
Mutual labels:  rofi, i3, i3wm
no-mans-sky-rice-i3wm
i3WM rice themed using No Man's Sky's colors
Stars: ✭ 34 (-12.82%)
Mutual labels:  i3, rofi, i3wm
rofi-todo
📓 Minimal todo client for the rofi launcher
Stars: ✭ 20 (-48.72%)
Mutual labels:  i3, rofi, i3wm
i3wm-config
i3wm config files. Updated config files are in the repository below.
Stars: ✭ 13 (-66.67%)
Mutual labels:  i3, rofi, i3wm
dotfiles
collection (and a backup) of my config files
Stars: ✭ 49 (+25.64%)
Mutual labels:  i3, rofi, i3wm
todofi.sh
Handle your todo-txt tasks directly from Rofi
Stars: ✭ 46 (+17.95%)
Mutual labels:  i3, rofi, i3wm
dotfiles
A total nord dotfiles used by me. Forever work in progress.
Stars: ✭ 35 (-10.26%)
Mutual labels:  i3, rofi, i3wm
dotfiles
My dotfiles
Stars: ✭ 16 (-58.97%)
Mutual labels:  i3, rofi, i3wm
Dotfiles
🐲 My Arch Linux config [i3-gaps + i3blocks + Zsh + Spacemacs + Rofi + Alacritty + Neofetch]
Stars: ✭ 725 (+1758.97%)
Mutual labels:  rofi, i3, i3wm
dotfiles
A collection of dotfiles for i3, polybar and more.
Stars: ✭ 25 (-35.9%)
Mutual labels:  i3, i3wm
i3-create-config
Script to create an i3 config from multiple files.
Stars: ✭ 27 (-30.77%)
Mutual labels:  i3, i3wm
i3-dotfiles
“ With wisdom comes the desire for simplicity.” Brendon Burchard.
Stars: ✭ 30 (-23.08%)
Mutual labels:  rofi, i3wm
I3
A fork of the i3 window manager with gaps and some other features
Stars: ✭ 5,512 (+14033.33%)
Mutual labels:  i3, i3wm
dotfiles
Config files for i3, polybar, rofi, mpv, Xresources, kitty and some bash-things...
Stars: ✭ 52 (+33.33%)
Mutual labels:  i3, rofi
dotfiles
Gruvbox inspired Arch Linux i3wm rice.
Stars: ✭ 43 (+10.26%)
Mutual labels:  rofi, i3wm
i3-workspace-handler
Create i3 workspaces on the fly and call them by name
Stars: ✭ 23 (-41.03%)
Mutual labels:  i3, i3wm
Direwolf Arch Rice
🐺🍚 A guide to replicating my riced Arch Linux set-up.
Stars: ✭ 501 (+1184.62%)
Mutual labels:  i3, i3wm
dotfiles
There is no place like ~/
Stars: ✭ 19 (-51.28%)
Mutual labels:  i3, rofi
dotfiles
💻 🍚 🔳 🔲 My riced-up Kali dotfiles – off-white | dark leet | chrome lambo
Stars: ✭ 55 (+41.03%)
Mutual labels:  i3, i3wm
Swaynagmode
swaynag wrapper for the love of keybindings
Stars: ✭ 21 (-46.15%)
Mutual labels:  i3, i3wm

nmcli-rofi

A simple manager for network connections using rofi and nmcli. Strongly inspired/based on rofi-wifi-menu. Most of the code (I would say all code) was copied from the original creator. I've only refactored the code to improve performance and easily add new features.

Features

  • Disable/Enable device
  • Connect to existing network
  • Disconnect from active networking
  • Requests password
  • Manual Connections
    • Resquest SSID and Password of the network
  • External source config

Requirements

  • NetworkManager (nmcli)
  • Rofi
  • wireless_tools

Usage

To use with click event on polybar

[module/network]
type = internal/network
...
format-connected = %{A1:$HOME/.config/polybar/scripts/nmcli-rofi:}<ramp-signal>%{A}
format-disconnected = %{A1:$HOME/.config/polybar/scripts/nmcli-rofi:}icon-or-label%{A}
...

To use with i3wm keybinding

bindsym $mod+n exec /path/to/nmcli-rofi

Replace modifier if you need

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].