Complete reference for all features in Argus Overview v3.2.
- Getting Started
- Main Interface
- Overview Tab
- Characters & Teams Tab
- Layouts Tab
- Cycle Control Tab
- Settings Sync Tab
- Settings Tab
- Intel Tab
- Focus Mode
- Replay Strip
- System Tray
- Keyboard Shortcuts
- Configuration Files
- Troubleshooting
- Linux with X11 or Wayland (XWayland)
- EVE Online installed via Steam or standalone
- System tools:
wmctrl,xdotool
# Recommended: Install via pipx
pipx install argus-overview
# Run
argus-overview- Start your EVE clients and log in to your characters
- Launch Argus Overview
- Go to Overview tab → Click Import All to add all EVE windows
- Arrange previews by dragging them
- Save your layout in the Layouts tab
Argus Overview uses a tabbed interface:
| Tab | Purpose |
|---|---|
| Overview | Live window previews, capture settings |
| Characters & Teams | Character database, team management |
| Layouts | Window arrangement presets |
| Cycle Control | Hotkeys, cycling groups |
| Settings Sync | EVE settings synchronization |
| Settings | Application configuration |
- Always on Top: Keep Argus above other windows
- Minimize to Tray: Close button minimizes to system tray
- Position Lock: Prevent accidental preview movement
The Overview tab is your main workspace for managing EVE window previews.
| Button | Action |
|---|---|
| Import All | Scan and add all EVE windows |
| Refresh | Re-scan window list |
| Lock | Toggle position lock (Ctrl+Shift+L) |
| Low Power | Reduce FPS to 5 for power saving |
| Disable Previews | Stop capture entirely |
The search box filters visible previews by character name. Type to filter, clear to show all.
Each preview shows:
- Character name or custom label
- Activity indicator: Green (focused), Yellow (recent), Gray (idle)
- Session timer (optional): How long the character has been active
- Status border: Shows window state
- Left-click: Activate the EVE window
- Right-click: Context menu
- Drag title bar: Move preview
- Drag corner: Resize preview
| Option | Description |
|---|---|
| Focus Window | Bring EVE window to front |
| Minimize | Minimize the EVE window |
| Set Label | Custom display name (e.g., "Scout", "Logi") |
| Zoom Level | Adjust preview size |
| Remove | Remove from preview list |
When the Overview tab is focused, press 1-9 to activate windows by position (left-to-right, top-to-bottom order).
Manage your entire EVE roster, including offline characters.
Add characters even when not logged in:
- Click Add Character
- Enter character name
- Optionally set account group and role
Character Properties:
- Name: Character name (must match EVE window title)
- Account: Group by Omega account (3 chars per account)
- Role: Miner, Scout, DPS, Logi, Hauler, Trader
- Notes: Personal notes
Teams group characters for activities:
- Click New Team
- Name your team (e.g., "Mining Fleet", "PvP Squad")
- Drag characters into the team
- Link team to a layout preset (optional)
Team Features:
- Auto-add windows when team members log in
- Apply layouts to entire team
- Sync settings to team members
Group characters by Omega account:
- Visual separation in character list
- Quick-select all characters from one account
- Track which accounts are logged in
Save and restore window arrangements.
- Arrange EVE windows on your screen
- Position previews in Argus Overview
- Click Save Layout
- Enter a descriptive name
- Select layout from list → Click Apply
- Or use the tray menu quick-access
- Or bind to a hotkey
One-click arrangements:
| Pattern | Description |
|---|---|
| 2x2 Grid | 4 windows in a square |
| 3x1 Row | 3 windows horizontal |
| 1x3 Column | 3 windows vertical |
| 4x1 Wide | 4 windows horizontal (ultrawide) |
| Main + Sides | 1 large center, 3 small sides |
| Cascade | Overlapping diagonal |
- Select a grid pattern
- Drag previews from the preview area to grid positions
- Click Apply to move actual windows
- Layouts remember which monitor each window belongs to
- Use "Send to Monitor X" in context menu
- Different layouts can span different monitors
Configure hotkeys and window cycling.
Window Cycling:
- F13: Next window
- F14: Previous window
- Cycles through all active EVE windows
- Works even when EVE has focus
Per-Character Hotkeys:
- Bind specific keys to specific characters
- Example: Ctrl+1 → "Main Character"
- Configure in the character hotkey list
Create custom cycling groups:
- Group specific characters together
- Cycle through only group members
- Useful for separating fleets/activities
Synchronize EVE settings between characters.
- Keybindings and shortcuts
- UI layouts and window positions
- Overview settings and columns
- Chat window configurations
- D-scan and probe settings
- All client preferences
- Click Scan EVE Settings to find character profiles
- Select Source Character (your main with perfect settings)
- Select Target Characters (alts to receive settings)
- Click Sync Settings
Sync takes ~6 seconds per character vs hours of manual copying.
If characters aren't found:
- Click Add Custom Path
- Browse to your EVE installation
- Common locations:
- Steam:
~/.local/share/Steam/steamapps/compatdata/8500/... - Standalone:
~/.eve/
- Steam:
Settings are backed up before sync:
- Location:
~/.config/argus-overview/backups/ - Restore manually if needed
Application configuration.
| Setting | Description | Default |
|---|---|---|
| Preview FPS | Refresh rate (1-60) | 30 |
| Low Power FPS | FPS when in low power mode | 5 |
| Auto-Minimize Inactive | Minimize previous window when cycling | Off |
| Disable Previews | Stop all capture | Off |
| Setting | Description | Default |
|---|---|---|
| Theme | Dark, Light, EVE | Dark |
| Hover Opacity | Transparency on mouse hover | 30% |
| Show Session Timers | Display play time on previews | Off |
| Show Activity Dots | Display status indicators | On |
| Setting | Description | Default |
|---|---|---|
| Start Minimized | Launch to system tray | Off |
| Minimize to Tray | Close button minimizes | On |
| Auto-Discovery | Scan for new EVE windows | On |
| Discovery Interval | Seconds between scans | 5 |
The Intel tab provides real-time threat detection by monitoring EVE Online chat logs.
- Log Watcher: Monitors
Chatlogs/directory for new messages - Parser: Extracts system names, ship types, and pilot counts from chat
- Alert Engine: Highlights hostile presence based on configured rules
- Threat Chrome: Visual overlay on the Overview tab showing current threat level
Threat filters are configured in ~/.config/argus-overview/settings.json:
{
"alert_sensitivity": 50,
"intel_enabled": true
}intel/data/systems.json— EVE system databaseintel/data/jumpbridges.json— Jump bridge connections
Focus Mode minimizes distractions by dimming inactive windows and highlighting the active EVE client.
- Activation: Toggle via hotkey or tray menu
- Behavior: Active window stays bright; inactive windows dim to configurable opacity
- Opacity Control: Adjustable in Settings (default 0.3)
The Replay Strip shows a timeline of recent window captures for quick review.
- Navigation: Scroll or click thumbnails to jump to specific moments
- Cache: Frames cached in memory; configurable retention
- Export: Right-click to save a frame to disk
Fully supported. Uses wmctrl, xdotool, and xwd/convert for window operations.
Best-effort support via wlroots protocols and grim/slurp. Some features (window activation, precise positioning) may be limited depending on compositor.
Supported via Win32 API (EnumWindows, SetForegroundWindow, PrintWindow). Install from the Windows installer or run from source with Python 3.10+.
The orange "V" icon provides quick access:
| Option | Action |
|---|---|
| Show/Hide | Toggle main window |
| Layouts | Quick-switch submenu |
| Low Power Mode | Toggle power saving |
| Settings | Open settings tab |
| Reload Config | Apply settings.json changes |
| Quit | Exit application |
- Double-click: Show/hide main window
- Right-click: Open menu
The tray shows notifications for:
- New characters detected
- Sync completion
| Shortcut | Action |
|---|---|
| F13 | Cycle to next EVE window |
| F14 | Cycle to previous EVE window |
| Ctrl+Shift+M | Minimize all EVE windows |
| Ctrl+Shift+R | Restore all EVE windows |
| Shortcut | Action |
|---|---|
| Ctrl+Tab | Next preview |
| Ctrl+Shift+Tab | Previous preview |
| Ctrl+Shift+L | Toggle position lock |
| 1-9 | Activate window by position |
| Escape | Clear preview filter |
Per-character hotkeys and cycling groups are user-configurable in the Cycle Control tab.
All configuration is stored in ~/.config/argus-overview/:
| File | Purpose |
|---|---|
settings.json |
Application settings |
characters.json |
Character database |
teams.json |
Team definitions |
layouts.json |
Saved layouts |
hotkeys.json |
Hotkey bindings |
argus-overview.log |
Application log |
Edit settings.json while running, then use Tray → Reload Config to apply changes without restart.
Cause: EVE installation path not detected
Fix:
- Open Settings Sync tab
- Click "Add Custom Path"
- Navigate to your EVE settings folder
- Steam path:
~/.local/share/Steam/steamapps/compatdata/8500/pfx/drive_c/users/steamuser/AppData/Local/CCP/EVE/
Cause: Too many previews at high FPS
Fix:
- Reduce Preview FPS in Settings (15-20 is usually sufficient)
- Use Low Power Mode when not actively playing
- Disable previews entirely if only using hotkeys
Cause: Character names don't match
Fix:
- Ensure character names in Argus match EVE window titles exactly
- EVE window title format: "EVE - CharacterName"
- Re-import windows with Import All
Cause: Window capture issue
Fix (X11):
- Click Refresh in Overview toolbar
- Re-add the window
- Check that
xdotoolandwmctrlare installed
Fix (Wayland):
- Ensure compositor supports
wlr-screenshotorgrim - Try XWayland fallback mode
- Some compositors do not support window-level capture
Fix (Windows):
- Ensure EVE is not running elevated (Admin) while Argus is not
- Try the "Compatibility Capture" mode in Settings
Cause: Key conflict or EVE has exclusive focus
Fix:
- Check for conflicting system hotkeys
- Try different key combinations
- Ensure Argus has permission to grab global hotkeys
Cause: Wayland compositors vary in protocol support
Fix:
- Check compositor supports
wlrootsprotocols - Use XWayland for EVE client if native capture fails
- Window activation may require manual focus on some compositors
Cause: Win32 API differences, UAC elevation
Fix:
- Run Argus and EVE at same privilege level
- Disable "Game Mode" if it interferes with window detection
- Check Windows Defender exclusions for Python/PySide6
Check the log file for detailed error messages:
cat ~/.config/argus-overview/argus-overview.log- GitHub Issues: Report bugs
- Discussions: Ask questions in GitHub Discussions
- In-Game: Contact AreteDriver
Fly safe, capsuleers! o7