From e010160e86b21f0be5e4db510374a81df9e97929 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Sat, 17 Sep 2022 16:24:40 -0400 Subject: [PATCH] Initial wofi configurations --- wofi/style.css | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ wofi/wifi | 16 ++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 wofi/style.css create mode 100644 wofi/wifi diff --git a/wofi/style.css b/wofi/style.css new file mode 100644 index 000000000..814c4a139 --- /dev/null +++ b/wofi/style.css @@ -0,0 +1,49 @@ +window { + margin: 0px; + border: 1px solid #458588; + background-color: #010101; +} + +#input { + margin: 5px; + border: none; + color: #010101; + background-color: #EBDBB2; +} + +#inner-box { + margin: 5px; + border: none; + background-color: #010101; +} + +#outer-box { + margin: 5px; + border: none; + background-color: #010101; +} + +#scroll { + margin: 0px; + border: none; +} + +#text { + margin: 5px; + border: none; + color: #EBDBB2; + background: none; +} + +#text:selected { + color: #010101; +} + +#img { + background: none; +} + +#entry:selected { + background-color: #EBDBB2; +} + diff --git a/wofi/wifi b/wofi/wifi new file mode 100644 index 000000000..436816d01 --- /dev/null +++ b/wofi/wifi @@ -0,0 +1,16 @@ +# Config for wofi-wifi-menu + +# position values: +# 1 2 3 +# 8 0 4 +# 7 6 5 +POSITION=3 + +#y-offset +YOFF=10 + +#x-offset +XOFF=-10 + +#fields to be displayed +FIELDS=SSID,SECURITY,BARS