calcurse set up
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
[General]
|
||||||
|
Binary = calcurse
|
||||||
|
Hostname = purelymail.com
|
||||||
|
Path = /webdav/22216/caldav/A44F971C-BC2A-46F0-9992-4B490A8DB7FD/
|
||||||
|
AuthMethod = basic
|
||||||
|
InsecureSSL = No
|
||||||
|
HTTPS = Yes
|
||||||
|
DryRun = No
|
||||||
|
Verbose = No
|
||||||
|
SyncFilter = event,apt,recur-event,recur-apt,todo,recur,cal
|
||||||
|
|
||||||
|
[Auth]
|
||||||
|
Username = henrik@hjarl.com
|
||||||
|
PasswordCommand = pass show henrik@hjarl.com
|
||||||
@@ -0,0 +1,33 @@
|
|||||||
|
appearance.calendarview=monthly
|
||||||
|
appearance.compactpanels=no
|
||||||
|
appearance.defaultpanel=calendar
|
||||||
|
appearance.layout=1
|
||||||
|
appearance.headerline=yes
|
||||||
|
appearance.eventseparator=yes
|
||||||
|
appearance.dayseparator=yes
|
||||||
|
appearance.emptyline=yes
|
||||||
|
appearance.emptyday=--
|
||||||
|
appearance.notifybar=yes
|
||||||
|
appearance.sidebarwidth=29
|
||||||
|
appearance.theme=default on default
|
||||||
|
appearance.todoview=hide-completed
|
||||||
|
appearance.headingpos=right-justified
|
||||||
|
daemon.enable=yes
|
||||||
|
daemon.log=no
|
||||||
|
format.inputdate=1
|
||||||
|
format.notifydate=%a %F
|
||||||
|
format.notifytime=%T
|
||||||
|
format.appointmenttime=%H:%M
|
||||||
|
format.outputdate=%D
|
||||||
|
format.dayheading=%B %e, %Y
|
||||||
|
general.autogc=yes
|
||||||
|
general.autosave=yes
|
||||||
|
general.confirmdelete=yes
|
||||||
|
general.confirmquit=no
|
||||||
|
general.firstdayofweek=monday
|
||||||
|
general.multipledays=yes
|
||||||
|
general.periodicsave=0
|
||||||
|
general.systemevents=yes
|
||||||
|
notification.command=printf '\a'
|
||||||
|
notification.notifyall=flagged-only
|
||||||
|
notification.warning=300
|
||||||
+1
-2
@@ -58,8 +58,6 @@ set $locking swaylock --screenshots --clock --grace 10 --fade-in 0.5 --effect-bl
|
|||||||
set $scale_up $script_path/scale.sh up
|
set $scale_up $script_path/scale.sh up
|
||||||
set $scale_down $script_path/scale.sh down
|
set $scale_down $script_path/scale.sh down
|
||||||
set $scale_default $script_path/scale.sh default
|
set $scale_default $script_path/scale.sh default
|
||||||
# calendar
|
|
||||||
set $calendar $term_float calcurse
|
|
||||||
# audio
|
# audio
|
||||||
set $pulseaudio $term_float pulsemixer
|
set $pulseaudio $term_float pulsemixer
|
||||||
set $sink_volume pactl get-sink-volume @DEFAULT_SINK@ | grep '^Volume:' | cut -d / -f 2 | tr -d ' ' | sed 's/%//'
|
set $sink_volume pactl get-sink-volume @DEFAULT_SINK@ | grep '^Volume:' | cut -d / -f 2 | tr -d ' ' | sed 's/%//'
|
||||||
@@ -205,6 +203,7 @@ bindsym $mod+Shift+n exec makoctl dismiss -a
|
|||||||
bindsym $mod+p exec pcmanfm-qt
|
bindsym $mod+p exec pcmanfm-qt
|
||||||
bindsym $mod+Shift+p exec $term_float ranger
|
bindsym $mod+Shift+p exec $term_float ranger
|
||||||
bindsym $mod+u exec unipicker --command "rofi -dmenu | wl-copy"
|
bindsym $mod+u exec unipicker --command "rofi -dmenu | wl-copy"
|
||||||
|
bindsym $mod+period exec $term_float calcurse
|
||||||
|
|
||||||
# Special keys
|
# Special keys
|
||||||
bindsym --locked XF86AudioMute exec $volume_mute
|
bindsym --locked XF86AudioMute exec $volume_mute
|
||||||
|
|||||||
Reference in New Issue
Block a user