Compare commits

..

No commits in common. "d4f407e0f6f1e874751db67a8b12c5e51b867c08" and "787b6b95371d31905b990eaed6af4163444e47b8" have entirely different histories.

7 changed files with 11 additions and 97 deletions

View File

@ -7,7 +7,6 @@ ttf-roboto
inter-font
noto-fonts
noto-fonts-emoji
ttf-font-awesome
gsfonts
git
xwallpaper
@ -81,10 +80,6 @@ tinyxxd
fcitx5
fcitx5-chinese-addons
fcitx5-configtool
# calendaring/todo management
khal
todoman
vdirsyncer
# in the aur
tmsu

View File

@ -1,4 +1,4 @@
font="Inter Display"
font="Roboto"
icons-enabled=no
prompt=""

View File

@ -1,15 +0,0 @@
[calendars]
[[calendar_local]]
path = ~/.local/share/vdirsyncer/cal/*
type = discover
[locale]
timeformat = %H:%M
dateformat = %Y-%m-%d
longdateformat = %Y-%m-%d
datetimeformat = %Y-%m-%d %H:%M
longdatetimeformat = %Y-%m-%d %H:%M
[default]
default_calendar = Personal

View File

@ -3,20 +3,17 @@
"reload_style_on_change": true,
"modules-left": ["niri/workspaces"],
"modules-center": ["niri/window"],
"modules-right": ["mpris", "pulseaudio", "network", "battery", "clock"],
"modules-right": ["mpris", "network", "battery", "clock"],
"niri/window": {
"max-length": 50
},
"niri/workspaces": {
"format": "{icon}",
"format-icons": {
"active": "",
"default": ""
}
},
"battery": {
"format": "{icon}",
"tooltip-format": "{capacity}%",
"format": "{capacity}% {icon}",
"format-icons": ["", "", "", "", ""],
"states": {
"warning": 40,
@ -24,13 +21,12 @@
}
},
"clock": {
"format": "{:%a %d %b %H:%M}",
"format": "{:%H:%M}",
"tooltip-format": "{:%a %b %d, %Y (%Z / UTC%z)}",
"tooltip": true,
},
"network": {
"format-wifi": "",
"tooltip-format": "{essid} {signalStrength}%",
"format-wifi": "{signalStrength}% ",
"format-disconnected": "⚠",
"max-length": 20
},
@ -47,16 +43,7 @@
"album-len": 0,
"dynamic-len": 65,
"dynamic-order": ["artist", "title"],
"tooltip-format": "{dynamic}",
"format": "",
"format-paused": "",
},
"pulseaudio": {
"format": "{icon}",
"tooltip-format": "{volume}%",
"format-muted": "",
"format-icons": {
"default": ["", ""]
},
},
"format": "{dynamic} ♫",
"format-paused": "{dynamic}",
}
}

View File

@ -1,12 +1,11 @@
@import url("file:///etc/xdg/waybar/style.css");
* {
font-family: FontAwesome, Inter Display
}
.modules-left {
padding-left: 0.5em;
}
.modules-right {
padding-right: 0.5em;
}
#network,
#battery,
@ -26,29 +25,3 @@
window#waybar.chromium {
background-color: rgba(43, 48, 59, 0.5);
}
#pulseaudio, #pulseaudio.muted, #pulseaudio:hover {
background-color: inherit;
color: inherit;
}
#workspaces * {
font-size: 0.8em;
}
#workspaces button:hover {
box-shadow: inherit;
}
#workspaces button.focused {
background-color: inherit;
box-shadow: inherit;
}
window#waybar {
border-bottom: none;
}
#window, #workspaces {
margin: 0;
}

View File

@ -1,5 +0,0 @@
path = "~/.local/share/vdirsyncer/cal/*"
date_format = "%Y-%m-%d"
time_format = "%H:%M"
default_list = "Personal"
default_due = 48

View File

@ -1,21 +0,0 @@
[general]
status_path = "~/.local/share/vdirsyncer/status"
[pair calendar]
a = "calendar_local"
b = "calendar_remote"
conflict_resolution = "b wins"
collections = ["from a", "from b"]
metadata = ["color", "displayname"]
[storage calendar_local]
type = "filesystem"
path = "~/.local/share/vdirsyncer/cal/"
fileext=".ics"
[storage calendar_remote]
type = "caldav"
url = ""
username = "user"
password = ""