commit a1b68b16f3f9b39c8c9e1995fd0c685b8b781e60
parent 11a2ce1c8b127d6d615b44a9f572f169f3993f7d
Author: Jake Koroman <jakekoroman@proton.me>
Date: Wed, 18 Sep 2024 16:49:31 -0400
add desktop config.
Diffstat:
4 files changed, 35 insertions(+), 2 deletions(-)
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc
@@ -1 +1 @@
-/home/jake/dotfiles/device-specific/framework/waybar
-\ No newline at end of file
+/home/jake/dotfiles/device-specific/desktop/waybar
+\ No newline at end of file
diff --git a/deploy b/deploy
@@ -17,6 +17,7 @@ if [ $(echo "$1" | cut -c1-1) = "t" ]; then
elif [ $(echo "$1" | cut -c1-1) = "d" ]; then
hardware="desktop"
FOOT_FONT="Iosevka Nerd Font:pixelsize=18"
+ SAKURA_FONT="Iosevka Nerd Font 12"
elif [ $(echo "$1" | cut -c1-1) = "f" ]; then
hardware="framework"
FOOT_FONT="Iosevka Nerd Font:pixelsize=14"
diff --git a/device-specific/desktop/river b/device-specific/desktop/river
@@ -0,0 +1,8 @@
+# symlinked to ~/.config/river/device included at the bottom of rivers init script
+
+wlr-randr --output DP-2 --mode 1920x1080@143.854996Hz --pos 0,0 --output DP-3 --mode 2560x1440@144.005997Hz --pos 1920,0 &
+emacs --bg-daemon &
+gentoo-pipewire-launcher restart &
+myswayidle &
+waybar &
+wbg ~/Pictures/wallpaper &
diff --git a/device-specific/desktop/waybar b/device-specific/desktop/waybar
@@ -0,0 +1,24 @@
+{
+ "layer": "top",
+ "modules-left": ["river/tags", "river/mode"],
+ "modules-center": ["river/window"],
+ "modules-right": ["pulseaudio", "clock", "tray"],
+ "river/window": {
+ "max-length": 50
+ },
+ "tray": {
+ "icon-size": 20,
+ "padding": 10
+ },
+ "pulseaudio": {
+ "format": "{volume}% {icon}",
+ "format-muted": "{volume}% ",
+ "format-icons": {
+ "default": ["", ""]
+ },
+ "on-click": "pavucontrol"
+ },
+ "clock": {
+ "format-alt": "{:%a, %d. %b %H:%M}"
+ }
+}