mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
Fix theme selector removing of prev entry. Small improvement DarkBlue.
This commit is contained in:
parent
46db427735
commit
2060ba8fd8
2 changed files with 6 additions and 1 deletions
|
@ -169,7 +169,7 @@ function set_theme()
|
||||||
fi
|
fi
|
||||||
if [ -f "${CDIR}/config" ]
|
if [ -f "${CDIR}/config" ]
|
||||||
then
|
then
|
||||||
${SED} -i "/rofi\.theme: \".*\.rasi\"$/d" "${CDIR}/config"
|
${SED} -i "/rofi\.theme: .*\.rasi$/d" "${CDIR}/config"
|
||||||
fi
|
fi
|
||||||
echo "rofi.theme: ${1}" >> "${CDIR}/config"
|
echo "rofi.theme: ${1}" >> "${CDIR}/config"
|
||||||
|
|
||||||
|
|
|
@ -78,6 +78,11 @@
|
||||||
#window.mainbox.sidebar.box {
|
#window.mainbox.sidebar.box {
|
||||||
border: 2px 0px 0px ;
|
border: 2px 0px 0px ;
|
||||||
}
|
}
|
||||||
|
#window.mainbox.sidebar.button selected{
|
||||||
|
border: 2px 0px 0px ;
|
||||||
|
foreground: #FF02143F;
|
||||||
|
background: #FFDBDFBC;
|
||||||
|
}
|
||||||
#window.mainbox.inputbar {
|
#window.mainbox.inputbar {
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue