# Riftbar Configuration [bars.main] modules_left = ["box/left"] modules_center = ["hyprland/workspaces"] modules_right = ["box/right","custom/mako"] position = "top" [active_window] format = "{class} -- {title}" # also does not work with "{title}" length_lim = 30 # Maximum size of text to be displayed tooltip = false # Shows tooltip when hovered on_click = "" # Command to run when clicked no_window_format = "No Window" # Text to display when there is no active window # Clock module configuration [clock] format = " %H:%M" interval = 5000 # milliseconds tooltip = true tooltip_format = "%d %B %Y" on_click = "ewwii open calendar --toggle --no-daemonize & ewwii close on_clickcenter musiccenter" # Optional: command to run on click # Available format placeholders (uses date command format): # %H _ Hour (00_23) # %M _ Minute (00_59) # %S _ Second (00_59) # %A _ Full weekday name # %a _ Abbreviated weekday name # %B _ Full month name # %b _ Abbreviated month name # %d _ Day of month (01_31) # %Y _ Year with century [workspaces] min_workspace_count=4 # Network module configuration [network] on_click = "bash ~/Dotfiles/scripts/quickcenter.sh & ewwii close calendar" format = "{icon}" format_disconnected = "󰌙" format_ethernet = " " interval = 5 tooltip = true # Audio module configuration [audio] format = "{icon}" format_muted = "{icon}" interval = 100 # milliseconds tooltip = true on_click = "bash ~/Dotfiles/scripts/quickcenter.sh & ewwii close calendar" on_click_right = "nohup foot --override=colors.alpha=1 --app-id=binarydotsTUI -e wiremix >/dev/null 2>&1 &" on_scroll_up = "" on_scroll_down = "" scroll_step = 5 # MPRIS (Media Player) configuration [mpris] format = "{icon} {status}" format_nothing = "No Media" length_lim = 0 interval = 100 # milliseconds tooltip = true tooltip_format = "{artist}-{title}" # Battery configuration [battery] format = "{icon}" charging_icon = "󰂄" on_click = "bash ~/Dotfiles/scripts/quickcenter.sh & ewwii close calendar" interval = 30 tooltip = true [tray] icon_size = 20 spacing = 2 [boxes.left] modules = ["custom/search", "custom/settings", "custom/arch", "mpris", "active_window"] spacing = 2 [boxes.right] modules = ["revealer/tray","box/quicksettings", "clock"] [boxes.quicksettings] modules = ["network", "audio", "battery"] on_click = "bash ~/Dotfiles/scripts/quickcenter.sh & ewwii close calendar" spacing = 5 orientation = "horizontal" # horizontal or vertical (default: horizontal) [revealers.tray] modules = ["tray"] spacing = 10 trigger = " " # Text/icon for the trigger button transition = "slide_left" # slide_left, slide_right, slide_up, slide_down, crossfade transition_duration = 600 # milliseconds reveal_on_hover = false # Reveal on hover instead of click # orientation = "horizontal" # horizontal or vertical (default: horizontal) # Custom modules [custom_modules.search] on_click = "~/Dotfiles/bin/launchrofi --drun" format = " " [custom_modules.settings] on_click = "~/Dotfiles/bin/launchrofi -sm" format = " " [custom_modules.arch] on_click = "~/Dotfiles/bin/launchrofi --menu" format = " " [custom_modules.mako] on_click = "bash ~/Dotfiles/config/mako/scripts/walker.sh" on_click_right = "bash ~/Dotfiles/config/mako/scripts/riftbar.sh -d" exec = "~/Dotfiles/config/mako/scripts/riftbar.sh" interval = 1 format = "{}"