Initial wofi configurations

This commit is contained in:
John Mertz 2022-09-17 16:24:40 -04:00
parent 92ce70f627
commit e010160e86
2 changed files with 65 additions and 0 deletions

49
wofi/style.css Normal file
View File

@ -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;
}

16
wofi/wifi Normal file
View File

@ -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