diff options
author | Aaditya Dhruv <[email protected]> | 2023-02-08 13:40:23 -0600 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2023-02-08 13:40:23 -0600 |
commit | 7d47c78928a70d2a6c9ff1aa6170c09eb7215a27 (patch) | |
tree | 3354731b36649d241680388f18d023e33c41bdda /.config/polybar/scripts/rofi | |
parent | dfc681ee304f37de3121176e5cdc03d9e9bf502d (diff) |
Polybar path changes, dpi, sxhkd changes
Diffstat (limited to '.config/polybar/scripts/rofi')
-rw-r--r-- | .config/polybar/scripts/rofi/launcher.rasi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/polybar/scripts/rofi/launcher.rasi b/.config/polybar/scripts/rofi/launcher.rasi index 5a80370..9bea4a3 100644 --- a/.config/polybar/scripts/rofi/launcher.rasi +++ b/.config/polybar/scripts/rofi/launcher.rasi @@ -28,7 +28,7 @@ window { border: 1px 1px 1px 1px; border-color: @fg; border-radius: 0px; - width: 700px; + width: 700px; height: 600px; location: center; x-offset: 0; @@ -92,7 +92,7 @@ element { text-color: @fg; orientation: horizontal; border-radius: 0px; - padding: 12px; + padding: 12px; } element-icon { |