diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Rahm/Desktop/Keys.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Rahm/Desktop/Keys.hs b/src/Rahm/Desktop/Keys.hs index 8be81f6..b8647d6 100644 --- a/src/Rahm/Desktop/Keys.hs +++ b/src/Rahm/Desktop/Keys.hs @@ -1498,7 +1498,7 @@ screenDiscovery = do pipe <- spawnPipe ( printf - "dzen2 -fn \"Monofur Nerd Font:size=150\" -p 1 -x %d -y %d -w 350 -h 350 -bg '%s' -fg '#000000'" + "dzen2 -fn \"Monofur Nerd Font:size=150:style=bold\" -p 1 -x %d -y %d -w 350 -h 350 -bg '%s' -fg '#000000'" (x + (fromIntegral w `div` 2) - 175) (y + (fromIntegral h `div` 2) - 175) (if foc then "#ff8888" else "#8888ff") |