Fuck about with styling and shit
This commit is contained in:
parent
1a47d7aef2
commit
09a221d787
5 changed files with 25 additions and 38 deletions
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
# Global values
|
||||
# output=<undefined>#
|
||||
min-width=300
|
||||
max-width=800
|
||||
max-height=200
|
||||
#min-width=300
|
||||
#max-width=800
|
||||
#max-height=200
|
||||
# stacking-order=bottom-up
|
||||
anchor=top-right
|
||||
edge-margin-vertical=40
|
||||
|
|
@ -16,37 +16,37 @@ edge-margin-horizontal=40
|
|||
# max-icon-size=32
|
||||
# selection-helper=dmenu
|
||||
# selection-helper-uses-null-separator=no
|
||||
# play-sound=aplay ${filename}
|
||||
play-sound=play ${filename}
|
||||
|
||||
# Default values, may be overridden in 'urgency' specific sections
|
||||
layer=overlay
|
||||
background=eee8d5cc
|
||||
background=1f1f28cc
|
||||
|
||||
border-color=909090ff
|
||||
border-radius=12
|
||||
border-radius=22
|
||||
border-size=3
|
||||
|
||||
padding-vertical=20
|
||||
padding-horizontal=20
|
||||
|
||||
# dpi-aware=no
|
||||
dpi-aware=yes
|
||||
|
||||
title-font=Rubik:size=12
|
||||
title-color=586e75ff
|
||||
title-color=dcd7baff
|
||||
# title-format=<i>%a%A</i>
|
||||
|
||||
summary-font=Rubik:size=12
|
||||
summary-color=839496ff
|
||||
summary-font=Rubik:size=10
|
||||
summary-color=dcd7baff
|
||||
# summary-format=<b>%s</b>\n
|
||||
|
||||
body-font=Rubik:size=12
|
||||
body-color=839496ff
|
||||
# body-format=%b
|
||||
body-font=Rubik:size=10
|
||||
body-color=54546Dff
|
||||
body-format=Itthebody%b
|
||||
|
||||
# progress-bar-height=20
|
||||
# progress-bar-color=ffffffff
|
||||
|
||||
# sound-file=
|
||||
sound-file=/usr/share/sounds/freedesktop/stereo/bell.oga
|
||||
# icon=
|
||||
|
||||
# Timeout values are in seconds. 0 to disable
|
||||
|
|
@ -54,7 +54,8 @@ max-timeout=60
|
|||
default-timeout=10
|
||||
idle-timeout=30
|
||||
|
||||
# [low]
|
||||
[low]
|
||||
sound-file=/usr/share/sounds/freedesktop/stereo/message.oga
|
||||
# background=2b2b2bff
|
||||
# title-color=888888ff
|
||||
# summary-color=888888ff
|
||||
|
|
@ -63,4 +64,4 @@ idle-timeout=30
|
|||
# [normal]
|
||||
|
||||
# [critical]
|
||||
# background=6c3333ff
|
||||
# background=6c3333f
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ exec swayidle -w
|
|||
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
||||
|
||||
# notification daemon
|
||||
exec_always swaync&
|
||||
exec_always fnott&
|
||||
|
||||
# Clear clipboard history
|
||||
exec cliphist wipe
|
||||
|
|
|
|||
|
|
@ -39,3 +39,10 @@ workspace 1 output "Acer Technologies VG270U P 0x05217924"
|
|||
workspace 2 output "Acer Technologies VG270U P 0x9392CFAC"
|
||||
|
||||
{{- end }}
|
||||
|
||||
{{- if eq .chezmoi.hostname "rhenium" }}
|
||||
output "Samsung Display Corp. 0x374A Unknown" {
|
||||
position 0 0
|
||||
scale 2
|
||||
}
|
||||
{{- end}}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
set -g mode-keys vi
|
||||
set -g history-limit 10000
|
||||
|
||||
|
||||
set -g default-command $SHELL
|
||||
|
||||
unbind C-b
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
"modules-right": [
|
||||
"clock",
|
||||
"custom/cliphist",
|
||||
"custom/dnd",
|
||||
"privacy",
|
||||
"idle_inhibitor",
|
||||
"pulseaudio",
|
||||
|
|
@ -180,25 +179,6 @@
|
|||
"on-click": "pavucontrol",
|
||||
"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": {
|
||||
"format": "{icon} {text}",
|
||||
"return-type": "json",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue