Compare commits

...

3 Commits

Author SHA1 Message Date
Dan MacLeod
b4235351fa Updated primary niri config 2025-06-27 11:19:06 +09:30
danmac
aeeb00aaa9 fixed to minimise the waybar height 2025-06-26 23:03:38 +09:30
danmac
46c48602f6 updated danmac@rnet-beelink bg image 2025-06-26 22:00:07 +09:30
3 changed files with 7 additions and 7 deletions

View File

@@ -279,9 +279,8 @@ layout {
// This line starts waybar, a commonly used bar for Wayland compositors. // This line starts waybar, a commonly used bar for Wayland compositors.
// spawn-at-startup "waybar" // spawn-at-startup "waybar"
spawn-at-startup "swaybg" "-m" "fill" "-i" "/usr/share/backgrounds/gnome/swoosh-l.jxl" spawn-at-startup "./sway_startup ~/Pictures/Nextcloud/IMG_8618-Enhanced-NR.jpg"
spawn-at-startup "xwayland-satellite" spawn-at-startup "xwayland-satellite"
spawn-at-startup "swayidle" "-w" "timeout" "601" "niri msg action power-off-monitors" "timeout" "600" "swaylock -f -i /usr/share/backgrounds/gnome/swoosh-l.jxl" "before-sleep" "swaylock -f -i /usr/share/backgrounds/gnome/swoosh-l.jxl"
environment { environment {
DISPLAY ":0" DISPLAY ":0"

View File

@@ -2,7 +2,7 @@
"layer": "top", // Waybar at top layer "layer": "top", // Waybar at top layer
"output": "DP-1", // Only display on on monitor "output": "DP-1", // Only display on on monitor
"position": "top", // Waybar position (top|bottom|left|right) "position": "top", // Waybar position (top|bottom|left|right)
"height": 36, // Waybar height (to be removed for auto height) "height": 28, // Waybar height (to be removed for auto height)
// Choose the order of the modules // Choose the order of the modules
"modules-left": [ "modules-left": [
"custom/logo", "custom/logo",
@@ -41,7 +41,7 @@
}, },
"wlr/taskbar": { "wlr/taskbar": {
"active-first": true, "active-first": true,
"icon-size": 24, "icon-size": 20,
"on-click": "activate", "on-click": "activate",
"on-click-middle": "close", "on-click-middle": "close",
"app_ids-mapping": { "app_ids-mapping": {
@@ -58,7 +58,7 @@
} }
}, },
"tray": { "tray": {
// "icon-size": 21, "icon-size": 20,
"spacing": 10 "spacing": 10
}, },
"clock": { "clock": {

View File

@@ -12,6 +12,7 @@
#waybar { #waybar {
background-color: alpha(@base, 0.7); background-color: alpha(@base, 0.7);
/* background: transparent; */ /* background: transparent; */
margin: 0px;
} }
#custom-logo { #custom-logo {
@@ -19,7 +20,7 @@
background-color: @base; background-color: @base;
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 24px; background-size: 40%;
padding: 0px 8px 0px 24px; padding: 0px 8px 0px 24px;
} }
@@ -34,7 +35,7 @@
#custom-pl-pulse, #custom-pl-pulse,
#custom-pl-idle-before, #custom-pl-idle-before,
#custom-pl-tray { #custom-pl-tray {
font-size: 26px; font-size: 21px;
} }
#workspaces *, #workspaces *,