Fuck about with styling and shit

This commit is contained in:
Maximilian Friedersdorff 2025-10-02 22:56:24 +01:00
parent 1a47d7aef2
commit 09a221d787
5 changed files with 25 additions and 38 deletions

View file

@ -4,9 +4,9 @@
# Global values # Global values
# output=<undefined># # output=<undefined>#
min-width=300 #min-width=300
max-width=800 #max-width=800
max-height=200 #max-height=200
# stacking-order=bottom-up # stacking-order=bottom-up
anchor=top-right anchor=top-right
edge-margin-vertical=40 edge-margin-vertical=40
@ -16,37 +16,37 @@ edge-margin-horizontal=40
# max-icon-size=32 # max-icon-size=32
# selection-helper=dmenu # selection-helper=dmenu
# selection-helper-uses-null-separator=no # selection-helper-uses-null-separator=no
# play-sound=aplay ${filename} play-sound=play ${filename}
# Default values, may be overridden in 'urgency' specific sections # Default values, may be overridden in 'urgency' specific sections
layer=overlay layer=overlay
background=eee8d5cc background=1f1f28cc
border-color=909090ff border-color=909090ff
border-radius=12 border-radius=22
border-size=3 border-size=3
padding-vertical=20 padding-vertical=20
padding-horizontal=20 padding-horizontal=20
# dpi-aware=no dpi-aware=yes
title-font=Rubik:size=12 title-font=Rubik:size=12
title-color=586e75ff title-color=dcd7baff
# title-format=<i>%a%A</i> # title-format=<i>%a%A</i>
summary-font=Rubik:size=12 summary-font=Rubik:size=10
summary-color=839496ff summary-color=dcd7baff
# summary-format=<b>%s</b>\n # summary-format=<b>%s</b>\n
body-font=Rubik:size=12 body-font=Rubik:size=10
body-color=839496ff body-color=54546Dff
# body-format=%b body-format=Itthebody%b
# progress-bar-height=20 # progress-bar-height=20
# progress-bar-color=ffffffff # progress-bar-color=ffffffff
# sound-file= sound-file=/usr/share/sounds/freedesktop/stereo/bell.oga
# icon= # icon=
# Timeout values are in seconds. 0 to disable # Timeout values are in seconds. 0 to disable
@ -54,7 +54,8 @@ max-timeout=60
default-timeout=10 default-timeout=10
idle-timeout=30 idle-timeout=30
# [low] [low]
sound-file=/usr/share/sounds/freedesktop/stereo/message.oga
# background=2b2b2bff # background=2b2b2bff
# title-color=888888ff # title-color=888888ff
# summary-color=888888ff # summary-color=888888ff
@ -63,4 +64,4 @@ idle-timeout=30
# [normal] # [normal]
# [critical] # [critical]
# background=6c3333ff # background=6c3333f

View file

@ -7,7 +7,7 @@ exec swayidle -w
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
# notification daemon # notification daemon
exec_always swaync& exec_always fnott&
# Clear clipboard history # Clear clipboard history
exec cliphist wipe exec cliphist wipe

View file

@ -39,3 +39,10 @@ workspace 1 output "Acer Technologies VG270U P 0x05217924"
workspace 2 output "Acer Technologies VG270U P 0x9392CFAC" workspace 2 output "Acer Technologies VG270U P 0x9392CFAC"
{{- end }} {{- end }}
{{- if eq .chezmoi.hostname "rhenium" }}
output "Samsung Display Corp. 0x374A Unknown" {
position 0 0
scale 2
}
{{- end}}

View file

@ -2,7 +2,6 @@
set -g mode-keys vi set -g mode-keys vi
set -g history-limit 10000 set -g history-limit 10000
set -g default-command $SHELL set -g default-command $SHELL
unbind C-b unbind C-b

View file

@ -21,7 +21,6 @@
"modules-right": [ "modules-right": [
"clock", "clock",
"custom/cliphist", "custom/cliphist",
"custom/dnd",
"privacy", "privacy",
"idle_inhibitor", "idle_inhibitor",
"pulseaudio", "pulseaudio",
@ -180,25 +179,6 @@
"on-click": "pavucontrol", "on-click": "pavucontrol",
"on-click-middle": "blueman-manager" "on-click-middle": "blueman-manager"
}, },
"custom/dnd": {
"format": "{icon} {text}",
"format-icons": {
"notification": "<span foreground='red'><sup></sup></span>",
"none": "",
"dnd-notification": "<span foreground='red'><sup></sup></span>",
"dnd-none": "",
"inhibited-notification": "<span foreground='red'><sup></sup></span>",
"inhibited-none": "",
"dnd-inhibited-notification": "<span foreground='red'><sup></sup></span>",
"dnd-inhibited-none": ""
},
"return-type": "json",
"exec-if": "which swaync-client",
"exec": "swaync-client -swb",
"on-click": "swaync-client -t -sw",
"on-click-right": "swaync-client -d -sw",
"escape": true
},
"custom/media": { "custom/media": {
"format": "{icon} {text}", "format": "{icon} {text}",
"return-type": "json", "return-type": "json",