summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hypr/.config/hypr/hyprpaper.conf8
-rw-r--r--hypr/.config/hypr/style.conf4
-rw-r--r--wallpapers/fogForest-transformed.pngbin0 -> 8987674 bytes
-rw-r--r--wallpapers/fogForest-transformed2.pngbin0 -> 8071771 bytes
-rw-r--r--wallpapers/fogForest.pngbin0 -> 2758165 bytes
-rw-r--r--wallpapers/signalis.png (renamed from hypr/.config/hypr/signalis.png)bin205675 -> 205675 bytes
-rw-r--r--waybar/.config/waybar/config12
7 files changed, 13 insertions, 11 deletions
diff --git a/hypr/.config/hypr/hyprpaper.conf b/hypr/.config/hypr/hyprpaper.conf
index 609de6d..af1318f 100644
--- a/hypr/.config/hypr/hyprpaper.conf
+++ b/hypr/.config/hypr/hyprpaper.conf
@@ -1,7 +1,9 @@
-preload = signalis.png
+$wallpapername = fogForest-transformed2.png
-wallpaper = DP-1,signalis.png
-wallpaper = DP-2,signalis.png
+preload = ~/.dotfiles/wallpapers/$wallpapername
+
+wallpaper = DP-1,~/.dotfiles/wallpapers/$wallpapername
+wallpaper = DP-2,~/.dotfiles/wallpapers/$wallpapername
# .. more monitors
# disable messages on bottom
diff --git a/hypr/.config/hypr/style.conf b/hypr/.config/hypr/style.conf
index 746689d..f2ce275 100644
--- a/hypr/.config/hypr/style.conf
+++ b/hypr/.config/hypr/style.conf
@@ -1,7 +1,7 @@
decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
- rounding = 10
+ rounding = 4
blur {
enabled = true
@@ -42,7 +42,7 @@ master {
gestures {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
- workspace_swipe = off
+ workspace_swipe = on
}
misc {
diff --git a/wallpapers/fogForest-transformed.png b/wallpapers/fogForest-transformed.png
new file mode 100644
index 0000000..ed786fd
--- /dev/null
+++ b/wallpapers/fogForest-transformed.png
Binary files differ
diff --git a/wallpapers/fogForest-transformed2.png b/wallpapers/fogForest-transformed2.png
new file mode 100644
index 0000000..476add9
--- /dev/null
+++ b/wallpapers/fogForest-transformed2.png
Binary files differ
diff --git a/wallpapers/fogForest.png b/wallpapers/fogForest.png
new file mode 100644
index 0000000..bd58509
--- /dev/null
+++ b/wallpapers/fogForest.png
Binary files differ
diff --git a/hypr/.config/hypr/signalis.png b/wallpapers/signalis.png
index f51166f..f51166f 100644
--- a/hypr/.config/hypr/signalis.png
+++ b/wallpapers/signalis.png
Binary files differ
diff --git a/waybar/.config/waybar/config b/waybar/.config/waybar/config
index 9e38316..1b448bb 100644
--- a/waybar/.config/waybar/config
+++ b/waybar/.config/waybar/config
@@ -1,6 +1,7 @@
{
"layer": "top",
"position": "top",
+ "mode": "dock",
"margin-bottom": 0,
"modules-left": [
"clock",
@@ -31,12 +32,10 @@
"spacing": 8
},
"clock": {
- // 24 hour
- // "format": " {:%H:%M} ",
- // 12 hour
"format": " 󰸗 {:%I:%M %p} ",
"interval": 60,
"tooltip": true,
+ "on-click": "kitty -e calcurse",
"tooltip-format": "{:%d %B %H:%M}"
},
"hyprland/workspaces": {
@@ -98,8 +97,9 @@
},
"network": {
"format": " 󰖩",
- // "tooltip": "{ifname}",
+ "tooltip": "{ifname}",
"tooltip-format": "{essid}",
+ "on-click": "kitty nmtui",
"interval": 2
},
"temperature": {
@@ -123,7 +123,7 @@
"pulseaudio": {
"format": " {volume}%",
"scroll-step": 1,
- "on-click": "pulseaudio"
+ "on-click": "pavucontrol"
},
"battery": {
"format": "{capacity}% {icon}",
@@ -136,7 +136,7 @@
]
},
"custom/powermenu": {
- "format": "  ",
+ "format": " Power ",
"tooltip": false,
"on-click": "exec wlogout -p layer-shell"
}