-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Big update: replaced dunst with SwayNC and cleaned up Waybar CSS
- Loading branch information
Showing
12 changed files
with
479 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
size_to_image | ||
zoom_fit w |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[ColorScheme] | ||
active_colors=#ffcdd6f4, #ff1e1e2e, #ffa6adc8, #ff9399b2, #ff45475a, #ff6c7086, #ffcdd6f4, #ffcdd6f4, #ffcdd6f4, #ff1e1e2e, #ff181825, #ff7f849c, #ff89b4fa, #ff1e1e2e, #ff89b4fa, #fff38ba8, #ff1e1e2e, #ffcdd6f4, #ff11111b, #ffcdd6f4, #807f849c | ||
disabled_colors=#ffa6adc8, #ff1e1e2e, #ffa6adc8, #ff9399b2, #ff45475a, #ff6c7086, #ffa6adc8, #ffa6adc8, #ffa6adc8, #ff1e1e2e, #ff11111b, #ff7f849c, #ff89b4fa, #ff45475a, #ff89b4fa, #fff38ba8, #ff1e1e2e, #ffcdd6f4, #ff11111b, #ffcdd6f4, #807f849c | ||
inactive_colors=#ffcdd6f4, #ff1e1e2e, #ffa6adc8, #ff9399b2, #ff45475a, #ff6c7086, #ffcdd6f4, #ffcdd6f4, #ffcdd6f4, #ff1e1e2e, #ff181825, #ff7f849c, #ff89b4fa, #ffa6adc8, #ff89b4fa, #fff38ba8, #ff1e1e2e, #ffcdd6f4, #ff11111b, #ffcdd6f4, #807f849c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
{ | ||
"$schema": "/etc/xdg/swaync/configSchema.json", | ||
"positionX": "center", | ||
"positionY": "top", | ||
"layer": "overlay", | ||
"control-center-layer": "top", | ||
"layer-shell": true, | ||
"cssPriority": "application", | ||
"control-center-margin-top": 0, | ||
"control-center-margin-bottom": 0, | ||
"control-center-margin-right": 0, | ||
"control-center-margin-left": 0, | ||
"control-center-positionX": "right", | ||
"notification-2fa-action": true, | ||
"notification-inline-replies": false, | ||
"notification-icon-size": 64, | ||
"notification-body-image-height": 100, | ||
"notification-body-image-width": 200, | ||
"timeout": 10, | ||
"timeout-low": 5, | ||
"timeout-critical": 0, | ||
"fit-to-screen": true, | ||
"control-center-width": 500, | ||
"control-center-height": 600, | ||
"notification-window-width": 500, | ||
"keyboard-shortcuts": true, | ||
"image-visibility": "when-available", | ||
"transition-time": 200, | ||
"hide-on-clear": false, | ||
"hide-on-action": true, | ||
"script-fail-notify": true, | ||
"scripts": { | ||
"example-script": { | ||
"exec": "echo 'Do something...'", | ||
"urgency": "Normal" | ||
}, | ||
"example-action-script": { | ||
"exec": "echo 'Do something actionable!'", | ||
"urgency": "Normal", | ||
"run-on": "action" | ||
} | ||
}, | ||
"notification-visibility": { | ||
"example-name": { | ||
"state": "muted", | ||
"urgency": "Low", | ||
"app-name": "Spotify" | ||
} | ||
}, | ||
"widgets": [ | ||
"inhibitors", | ||
"title", | ||
"dnd", | ||
"mpris", | ||
"notifications" | ||
], | ||
"widget-config": { | ||
"inhibitors": { | ||
"text": "Inhibitors", | ||
"button-text": "Clear All", | ||
"clear-all-button": true | ||
}, | ||
"title": { | ||
"text": "Notifications", | ||
"clear-all-button": true, | ||
"button-text": "Clear All" | ||
}, | ||
"dnd": { | ||
"text": "Do Not Disturb" | ||
}, | ||
"label": { | ||
"max-lines": 5, | ||
"text": "Label Text" | ||
}, | ||
"mpris": { | ||
"image-size": 96, | ||
"image-radius": 12 | ||
} | ||
} | ||
} |
Oops, something went wrong.