diff --git a/awesome/init.fnl b/awesome/init.fnl index 1c3316c..3b2c4fa 100644 --- a/awesome/init.fnl +++ b/awesome/init.fnl @@ -72,7 +72,7 @@ (if (= "syl\n" stdout) (global laptop true) (global laptop false)))) -(local laptop true) +(local laptop false) ;; Table of layouts to cover with awful.layout.inc, order matters. (set awful.layout.layouts [ diff --git a/awesome/rules.fnl b/awesome/rules.fnl index b3bc7ba..3a911d9 100644 --- a/awesome/rules.fnl +++ b/awesome/rules.fnl @@ -175,12 +175,13 @@ "dolphin" "feh" "Arandr" - "ffplay" + "gcr-prompter" ] :name [ "Event Tester" "remove images?" "Blender Preferences" + "Unlock Login Keyring" ] :role [ "pop-up" diff --git a/rofi/launchers-git/blurry.rasi b/rofi/launchers-git/blurry.rasi index 5ff834a..3b65e41 100644 --- a/rofi/launchers-git/blurry.rasi +++ b/rofi/launchers-git/blurry.rasi @@ -28,7 +28,7 @@ configuration { foreground-selected: #ffffff; urgent: #E91E63; urgent-selected: #E91E63; - transparent: #282a36CC; + transparent: #00000000; base00: #282a36; base01: #34353e; base02: #43454f; @@ -45,7 +45,7 @@ configuration { base0D: #57c7ff; base0E: #ff6ac1; base0F: #b2643c; - base00t: #282a3655; + base00t: #282a3666; } window { diff --git a/systemd/user/mail.service b/systemd/user/mail.service new file mode 100644 index 0000000..82d1215 --- /dev/null +++ b/systemd/user/mail.service @@ -0,0 +1,8 @@ +[Unit] +Description=mbsync automated sync of mail + +[Service] +ExecStart=/home/chris/scripts/mailsync.sh + +[Install] +WantedBy=default.target diff --git a/systemd/user/mail.timer b/systemd/user/mail.timer new file mode 100644 index 0000000..3e6669b --- /dev/null +++ b/systemd/user/mail.timer @@ -0,0 +1,9 @@ +[Unit] +Description=timer for syncing mail + +[Timer] +OnStartupSec=2min +OnUnitActiveSec=30min + +[Install] +WantedBy=timers.target