{ pkgs, ... }: { global = { font = "Fira Sans 6"; markup = "full"; format = "%s %p\\n%b"; alignment = "left"; # geometry = "1216x10-32+64"; width = 250; height = 50; offset = "16x25"; origin = "top-right"; shrink = true; monitor = 0; follow = "none"; padding = 6; horizontal_padding = 6; separator_height = 1; separator_color = "frame"; idle_threshold = 0; transparency = 10; frame_width = 1; frame_color = "#999999"; word_wrap = true; show_age_threshold = 15; show_indicators = false; icon_position = "right"; min_icon_size = 25; max_icon_size = 25; sort = false; sticky_history = false; dmenu = "${pkgs.dmenu}/bin/dmenu"; browser = "${pkgs.xdg-utils}/bin/xdg-open"; }; # shortcuts = { # close = "ctrl+space"; # close_all = "ctrl+shift+space"; # history = "ctrl+comma"; # context = "ctrl+period"; # }; }