Compare commits
5 Commits
6e5c801507
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4def2c96e7 | ||
|
|
bfe91a5a67 | ||
|
|
b4235351fa | ||
|
|
aeeb00aaa9 | ||
|
|
46c48602f6 |
@@ -279,9 +279,9 @@ layout {
|
||||
|
||||
// This line starts waybar, a commonly used bar for Wayland compositors.
|
||||
// spawn-at-startup "waybar"
|
||||
spawn-at-startup "swaybg" "-m" "fill" "-i" "/usr/share/backgrounds/gnome/swoosh-l.jxl"
|
||||
spawn-at-startup "/home/reivernet/.config/niri/sway_startup" "/home/reivernet/Pictures/Nextcloud/IMG_8618-Enhanced-NR.jpg"
|
||||
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"
|
||||
spawn-at-startup "cosmic-app-library"
|
||||
|
||||
environment {
|
||||
DISPLAY ":0"
|
||||
@@ -336,6 +336,8 @@ window-rule {
|
||||
match app-id=r#"zen$"# title="^Extension:"
|
||||
match app-id=r#"com.nextcloud.desktopclient.nextcloud$"#
|
||||
match app-id=r#"mako"#
|
||||
match app-id="org.gnome.Nautilus" title="Open Folder"
|
||||
match app-id="Intune-portal"
|
||||
|
||||
open-floating true
|
||||
}
|
||||
@@ -348,6 +350,21 @@ window-rule {
|
||||
default-column-width { proportion 0.66667; }
|
||||
}
|
||||
|
||||
window-rule {
|
||||
// Solve space property manager
|
||||
match app-id="solvespace"
|
||||
|
||||
default-column-width { proportion 0.75; }
|
||||
}
|
||||
|
||||
window-rule {
|
||||
// Solve space property manager
|
||||
match title="Property Browser — SolveSpace"
|
||||
|
||||
default-column-width { proportion 0.25; }
|
||||
}
|
||||
|
||||
|
||||
// Example: block out two password managers from screen capture.
|
||||
// (This example rule is commented out with a "/-" in front.)
|
||||
/-window-rule {
|
||||
@@ -401,6 +418,8 @@ binds {
|
||||
XF86AudioMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SINK@" "toggle"; }
|
||||
XF86AudioMicMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SOURCE@" "toggle"; }
|
||||
XF86AudioPlay allow-when-locked=true { spawn "playerctl" "play-pause"; }
|
||||
XF86AudioPrev allow-when-locked=true { spawn "playerctl" "previous"; }
|
||||
XF86AudioNext allow-when-locked=true { spawn "playerctl" "next"; }
|
||||
|
||||
// Open/close the Overview: a zoomed-out view of workspaces and windows.
|
||||
// You can also move the mouse into the top-left hot corner,
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"layer": "top", // Waybar at top layer
|
||||
"output": "DP-1", // Only display on on monitor
|
||||
"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
|
||||
"modules-left": [
|
||||
"custom/logo",
|
||||
@@ -41,7 +41,7 @@
|
||||
},
|
||||
"wlr/taskbar": {
|
||||
"active-first": true,
|
||||
"icon-size": 24,
|
||||
"icon-size": 20,
|
||||
"on-click": "activate",
|
||||
"on-click-middle": "close",
|
||||
"app_ids-mapping": {
|
||||
@@ -58,7 +58,7 @@
|
||||
}
|
||||
},
|
||||
"tray": {
|
||||
// "icon-size": 21,
|
||||
"icon-size": 20,
|
||||
"spacing": 10
|
||||
},
|
||||
"clock": {
|
||||
@@ -201,36 +201,36 @@
|
||||
"escape": true,
|
||||
},
|
||||
"custom/pl-taskbar": {
|
||||
"format": ""
|
||||
"format": ""
|
||||
},
|
||||
"custom/pl-workspaces": {
|
||||
"format": ""
|
||||
"format": ""
|
||||
},
|
||||
"custom/pl-window": {
|
||||
"format": ""
|
||||
"format": ""
|
||||
},
|
||||
"custom/pl-swaync": {
|
||||
"format": ""
|
||||
"format": ""
|
||||
},
|
||||
"custom/pl-clock": {
|
||||
"format": ""
|
||||
"format": ""
|
||||
},
|
||||
"custom/pl-idle": {
|
||||
"format": ""
|
||||
"format": ""
|
||||
},
|
||||
"custom/pl-stats": {
|
||||
"format": ""
|
||||
"format": ""
|
||||
},
|
||||
"custom/pl-pulse": {
|
||||
"format": ""
|
||||
"format": ""
|
||||
},
|
||||
"custom/pl-tray": {
|
||||
"format": ""
|
||||
"format": ""
|
||||
},
|
||||
"custom/pl-swaync-before": {
|
||||
"format": ""
|
||||
"format": ""
|
||||
},
|
||||
"custom/pl-idle-before": {
|
||||
"format": ""
|
||||
"format": ""
|
||||
},
|
||||
}
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
#waybar {
|
||||
background-color: alpha(@base, 0.7);
|
||||
/* background: transparent; */
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#custom-logo {
|
||||
@@ -19,7 +20,7 @@
|
||||
background-color: @base;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 24px;
|
||||
background-size: 40%;
|
||||
padding: 0px 8px 0px 24px;
|
||||
}
|
||||
|
||||
@@ -34,7 +35,7 @@
|
||||
#custom-pl-pulse,
|
||||
#custom-pl-idle-before,
|
||||
#custom-pl-tray {
|
||||
font-size: 26px;
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
#workspaces *,
|
||||
|
||||
Reference in New Issue
Block a user