Setup xmobar network + networkmanager-dmenu
This commit is contained in:
@@ -39,6 +39,7 @@
|
|||||||
dmenu
|
dmenu
|
||||||
rofi
|
rofi
|
||||||
keepmenu
|
keepmenu
|
||||||
|
networkmanager_dmenu
|
||||||
feh
|
feh
|
||||||
git
|
git
|
||||||
|
|
||||||
@@ -158,6 +159,18 @@
|
|||||||
pref("webgl"webgl.disabled",false);
|
pref("webgl"webgl.disabled",false);
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
home.file.".config/networkmanager-dmenu/config.ini".text = ''
|
||||||
|
[dmenu]
|
||||||
|
dmenu_command = rofi -show dmenu
|
||||||
|
compact = True
|
||||||
|
wifi_chars = ▂▄▆█
|
||||||
|
list_saved = True
|
||||||
|
|
||||||
|
[editor]
|
||||||
|
terminal = alacritty
|
||||||
|
# gui_if_available = <True or False> (Default: True)
|
||||||
|
'';
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "emacsclient";
|
EDITOR = "emacsclient";
|
||||||
};
|
};
|
||||||
|
@@ -36,9 +36,11 @@ Config { font = "Inconsolata 18"
|
|||||||
, "--off", "<fc=#{{base0F-hex}}> <fn=1>\xf026</fn> Mute </fc>"
|
, "--off", "<fc=#{{base0F-hex}}> <fn=1>\xf026</fn> Mute </fc>"
|
||||||
, "--offc", "#{{base0F-hex}}"
|
, "--offc", "#{{base0F-hex}}"
|
||||||
] 1
|
] 1
|
||||||
|
, Run DynNetwork
|
||||||
|
[ "-t", "<fc=#{{base0D-hex}}><fn=1>\xf0200</fn> <dev></fc>"] 1
|
||||||
]
|
]
|
||||||
, sepChar = "%"
|
, sepChar = "%"
|
||||||
, alignSep = "}{"
|
, alignSep = "}{"
|
||||||
, template = " %battery% %bright%<action=`xdotool key Super_L+y`>%default:Master%</action>}%XMonadLog%{<action=`xdotool key Super_L+c`>%date%</action> "
|
, template = " %battery% %bright%<action=`xdotool key Super_L+y`>%default:Master%</action>}%XMonadLog%{<action='networkmanager_dmenu'>%dynnetwork%</action><action=`xdotool key Super_L+c`>%date%</action> "
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -759,10 +759,12 @@ Config { font = "Inconsolata 18"
|
|||||||
, "--off", "<fc=#{{base0F-hex}}> <fn=1>\xf026</fn> Mute </fc>"
|
, "--off", "<fc=#{{base0F-hex}}> <fn=1>\xf026</fn> Mute </fc>"
|
||||||
, "--offc", "#{{base0F-hex}}"
|
, "--offc", "#{{base0F-hex}}"
|
||||||
] 1
|
] 1
|
||||||
|
, Run DynNetwork
|
||||||
|
[ "-t", "<fc=#{{base0D-hex}}><fn=1>\xf0200</fn> <dev></fc>"] 1
|
||||||
]
|
]
|
||||||
, sepChar = "%"
|
, sepChar = "%"
|
||||||
, alignSep = "}{"
|
, alignSep = "}{"
|
||||||
, template = " %battery% %bright%<action=`xdotool key Super_L+y`>%default:Master%</action>}%XMonadLog%{<action=`xdotool key Super_L+c`>%date%</action> "
|
, template = " %battery% %bright%<action=`xdotool key Super_L+y`>%default:Master%</action>}%XMonadLog%{<action='networkmanager_dmenu'>%dynnetwork%</action><action=`xdotool key Super_L+c`>%date%</action> "
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user