diff options
| -rwxr-xr-x | .config/i3/autostart (renamed from .config/i3/autostart##template) | 3 | ||||
| -rw-r--r-- | .config/rofi/config.rasi##template | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/.config/i3/autostart##template b/.config/i3/autostart index 3c61922..39aae14 100755 --- a/.config/i3/autostart##template +++ b/.config/i3/autostart @@ -11,13 +11,10 @@ dunst & autocutsel -selection CLIPBOARD & fcitx5 & xbindkeys --nodaemon & -{% if yadm.hostname == "thoncc" %} xdimmer -t 45 -p 3 & -{% else %} redshift -l 52:6 & nicotine --hidden & desktop2mqtt --config "$XDG_CONFIG_HOME/desktop2mqtt/config.yml" & -{% endif %} # auto start lazy script after everything else [ -x "$HOME/do.sh" ] && "$HOME/do.sh" & diff --git a/.config/rofi/config.rasi##template b/.config/rofi/config.rasi##template index e080d45..c6bf9c4 100644 --- a/.config/rofi/config.rasi##template +++ b/.config/rofi/config.rasi##template @@ -57,7 +57,7 @@ listview { element { margin: -2px 0px; - padding: 6px 10px; + padding: 6px 10px 3px 10px; background-color: transparent; text-color: ${fg}; } |