mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 07:15:19 +01:00
[PR #1202] [MERGED] Basic themes integration #4035
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#4035
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/JakeStanger/ironbar/pull/1202
Author: @JakeStanger
Created: 10/19/2025
Status: ✅ Merged
Merged: 10/22/2025
Merged by: @JakeStanger
Base:
master← Head:feat/themes📝 Commits (7)
0af16dcfeat: addconfigandthemeargs, default themesaeef5bbdocs(examples): replace with newminimalanddesktopconfigs51539ecrefactor: remove old default bar2ac01cdrefactor: fix gtk4.12 warningsa248fd1ci(build): fix not failing on warnings238a0a9chore(intellij): enable clippy unwrap_unused544e72echore: drop ron support📊 Changes
48 files changed (+1266 additions, -1142 deletions)
View changed files
📝
.github/workflows/build.yml(+3 -4)📝
.idea/runConfigurations/Clippy.xml(+4 -2)📝
Cargo.lock(+122 -83)📝
Cargo.toml(+9 -10)📝
docs/Compiling.md(+1 -2)📝
docs/_Sidebar.md(+2 -2)➖
docs/examples/Config.md(+0 -10)📝
docs/modules/Clipboard.md(+2 -2)📝
docs/modules/Clock.md(+1 -1)📝
docs/modules/Custom.md(+3 -1)📝
docs/modules/Focused.md(+1 -1)📝
docs/modules/Launcher.md(+5 -2)📝
docs/modules/Menu.md(+1 -1)📝
docs/modules/Music.md(+1 -1)📝
docs/modules/Notifications.md(+1 -1)📝
docs/modules/Sys-Info.md(+1 -2)📝
docs/modules/Tray.md(+2 -2)📝
docs/modules/Volume.md(+1 -1)📝
docs/modules/Workspaces.md(+3 -1)➖
examples/config.corn(+0 -133)...and 28 more files
📄 Description
This PR includes a few things, all related to configuration, theming, and defaults:
minimalanddesktop. These both include dedicated stylesheets, and a readme with screenshots and info.configandtheme. These are backed by the existingIRONBAR_CONFIGandIRONBAR_CSSenvironment variables.minimalordesktopto use one of the built-in themes, or a custom config/css path.configvariable will assume there is astyle.cssalongside the config file, unlessthemeis also provided.minimalconfiguration/theme when none is provided.desktoptheme for a fresh new (and considerably less ugly) lookuniversal_configcrate has been replaced withconfig, which now has Corn support!IRONBAR_ICON_THEMEto control the top-level icon theme property.This also raises the minimum GTK version to 4.12.
tl;dr: Ironbar now has sensible defaults, and very basic support for built-in themes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.