-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arch Linux #3
Comments
Try adding the {
"bar": {
"curved": true
},
"font": {
"name": "JetBrains Mono",
"size": 12
},
"theme": {
"blur": 9.999999999999998,
"border": {
"opacity": 96,
"width": 1
},
"palette": {
"bg": "#2e3440",
"border": "#e5e9f0",
"error": {
"bg": "#eceff4",
"fg": "#2e3440"
},
"fg": "#e5e9f0",
"primary": {
"bg": "#81a1c1",
"fg": "#2e3440"
},
"secondary": {
"bg": "#b48ead",
"fg": "#2e3440"
},
"widget": "#434c5e"
},
"radius": 25,
"shadows": true
},
"widget": {
"opacity": 0
}
} This should give you the following look: Don't forget to restart ags after adding the file) |
If you want the catppuccin theme, here's the non parametrized ags config, but rounding is hardcoded there. The current version from the master branch is way cleaner |
The list of deps: AlfheimOS/non-nix/ags/default.nix Lines 31 to 48 in 39e3b34
|
I would like to replicate just the ags bar on Arch, is there a list of dependencies? Just applied the ags configs and the result is a functioning bar with no rounded corners, white buttons, etc (the panel just looks broken).
The text was updated successfully, but these errors were encountered: