# Riftbar Configuration [bars.main] modules_left = ["box/left"] modules_center = ["hyprland/workspaces"] modules_right = ["box/right", "custom/mako"] # 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" # 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] format = "{id} {icon}" # icons = { "active" = "A", "normal" = "N"} min_workspace_count = 4 workspace_formating = { 1 = "一", 2 = "二", 3 = "三", 4 = "四", 5 = "五", 6 = "六", 7 = "七", 8 = "八", 9 = "九", 10 = "十"} on_click = "rhine movetoworkspace {}" # 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}" interval = 150 # 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} {title} - {artist}" format_nothing = "No Media" length_lim = 32 interval = 100 # milliseconds tooltip = true tooltip_format = "{artist}\n{album}\n{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 [active_window] length_lim = 15 format = "{title}" tooltip = false # Shows tooltip when hovered on_click = "" # Command to run when clicked #use_class = true no_window_format = "no window" # Text to display when there is no active window [boxes.left] modules = ["custom/search", "custom/settings", "custom/arch", "custom/seperator", "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) [revealers.dock] modules = ["active_window"] transition = "slide_up" reveal_on_hover = true # 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 = "{}" [custom_modules.seperator] format = "|"