mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-08-15 12:59:28 +02:00
added polybar config merge
This commit is contained in:
@@ -22,7 +22,7 @@ LOGS=0
|
||||
POPUPS_PIN=1
|
||||
|
||||
# Statusfile Prefix
|
||||
STATUSFILE="$HOME/.config/polybar/scripts/.polypopup.floating_sysinfo"
|
||||
STATUSFILE="$HOME/.config/polybar/scripts/.polypopup.floating_popup"
|
||||
|
||||
######################
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
ip -4 addr show "$1" 2>&1 | grep -oP '(?<=inet\s)\d+(\.\d+){3}'
|
||||
@@ -4,7 +4,7 @@
|
||||
## Settings
|
||||
#
|
||||
# Name of the bar in polybar (e.g. [bar/BARNAME]) which should be used as popup
|
||||
POPUP_NAME="floating_sysinfo"
|
||||
POPUP_NAME="floating_popup"
|
||||
#
|
||||
# Set labels to indicate whether the corresponding popup is shown. These will appear in your main polybar
|
||||
POPUP_LABEL_ACTIVE=""
|
||||
|
||||
Reference in New Issue
Block a user