aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2024-03-23 08:40:20 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2024-03-23 08:40:20 -0400
commit705cb3e15a9098a72b333366c12b580822b0a579 (patch)
tree8332aa56356b043bc4e0e20f08911c36969eb7bb
parentb37ecb5271d6a56afb40462414516c325ef0a116 (diff)
downloadrivercfg-705cb3e15a9098a72b333366c12b580822b0a579.tar.gz
rivercfg-705cb3e15a9098a72b333366c12b580822b0a579.tar.xz
Add a screeenshot command that populates the clipboard. Adjust waybar theme
-rwxr-xr-xriver/init2
-rw-r--r--waybar/style.css8
2 files changed, 6 insertions, 4 deletions
diff --git a/river/init b/river/init
index 1a69b69..ddcf518 100755
--- a/river/init
+++ b/river/init
@@ -14,6 +14,7 @@
# riverctl map normal Super+Shift Return spawn foot
# riverctl map normal Super Return spawn alacritty
riverctl map normal Super Return spawn foot
+riverctl map normal Super+Shift Return spawn 'foot -c "$HOME/.config/foot/light.ini"'
# Super+Q to close the focused view
riverctl map normal Super+Shift Q close
@@ -176,6 +177,7 @@ riverctl focus-follows-cursor normal
riverctl map normal Super+Shift P spawn 'grim /tmp/screenshot_$(date +%s).png'
riverctl map normal Super+Shift+Control P spawn 'grim -g "$(slurp)" /tmp/screenshot_$(date +%s).png'
+riverctl map normal Super+Shift+Alt+Control P spawn '_f=/tmp/screenshot_$(date +%s).png; grim -g "$(slurp)" $_f; wl-copy < $_f'
riverctl map normal Super P spawn dpw-menu
riverctl map normal Super+Control P spawn 'dpw-menu -o'
diff --git a/waybar/style.css b/waybar/style.css
index d0c069a..fa4eefe 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -9,7 +9,7 @@
}
window#waybar {
- background: #2e3440;
+ background: transparent;
}
@@ -50,18 +50,18 @@ window#waybar.hidden {
}
#temperature {
- background: #2e3440;
+ background: transparent;
color: #81A1C1;
}
#pulseaudio {
color: #D08770;
- background: #2E3440;
+ background: transparent;
}
#battery {
color: #A3BE8C;
- background: #2E3440;
+ background: transparent;
}
.modules-right {