Compare commits
5 Commits
danmac@rne
...
cachyos-th
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e5c801507 | |||
| 86c7d6f997 | |||
| 0f8709784a | |||
| bafa00a6a1 | |||
| 5fbd147cc4 |
@@ -24,7 +24,7 @@ font=NotoSans Nerd Font
|
|||||||
# x-margin=0
|
# x-margin=0
|
||||||
# y-margin=0
|
# y-margin=0
|
||||||
# lines=15
|
# lines=15
|
||||||
width=80
|
width=40
|
||||||
# tabs=8
|
# tabs=8
|
||||||
# horizontal-pad=40
|
# horizontal-pad=40
|
||||||
# vertical-pad=8
|
# vertical-pad=8
|
||||||
|
|||||||
@@ -28,17 +28,18 @@ input {
|
|||||||
// Next sections include libinput settings.
|
// Next sections include libinput settings.
|
||||||
// Omitting settings disables them, or leaves them at their default values.
|
// Omitting settings disables them, or leaves them at their default values.
|
||||||
touchpad {
|
touchpad {
|
||||||
off
|
// off
|
||||||
// tap
|
// tap
|
||||||
// dwt
|
// dwt
|
||||||
// dwtp
|
// dwtp
|
||||||
// drag false
|
// drag false
|
||||||
// drag-lock
|
// drag-lock
|
||||||
// natural-scroll
|
natural-scroll
|
||||||
// accel-speed 0.2
|
// accel-speed 0.2
|
||||||
// accel-profile "flat"
|
// accel-profile "flat"
|
||||||
// scroll-method "two-finger"
|
scroll-method "two-finger"
|
||||||
// disabled-on-external-mouse
|
disabled-on-external-mouse
|
||||||
|
click-method "clickfinger"
|
||||||
}
|
}
|
||||||
|
|
||||||
mouse {
|
mouse {
|
||||||
@@ -60,6 +61,18 @@ input {
|
|||||||
// middle-emulation
|
// middle-emulation
|
||||||
}
|
}
|
||||||
|
|
||||||
|
touch {
|
||||||
|
// off
|
||||||
|
map-to-output "eDP-1"
|
||||||
|
}
|
||||||
|
|
||||||
|
tablet {
|
||||||
|
// off
|
||||||
|
map-to-output "eDP-1"
|
||||||
|
// left-handed
|
||||||
|
// calibration-matrix 1.0 0.0 0.0 0.0 1.0 0.0
|
||||||
|
}
|
||||||
|
|
||||||
// Uncomment this to make the mouse warp to the center of newly focused windows.
|
// Uncomment this to make the mouse warp to the center of newly focused windows.
|
||||||
warp-mouse-to-focus
|
warp-mouse-to-focus
|
||||||
|
|
||||||
@@ -69,6 +82,7 @@ input {
|
|||||||
|
|
||||||
// Change the Mod key to Alt
|
// Change the Mod key to Alt
|
||||||
mod-key "Alt"
|
mod-key "Alt"
|
||||||
|
mod-key-nested "Super"
|
||||||
}
|
}
|
||||||
|
|
||||||
// You can configure outputs by their name, which you can find
|
// You can configure outputs by their name, which you can find
|
||||||
@@ -122,6 +136,12 @@ output "ViewSonic Corporation VX2758-Series VVF190100000" {
|
|||||||
focus-at-startup
|
focus-at-startup
|
||||||
}
|
}
|
||||||
|
|
||||||
|
output "AU Optronics 0x583D Unknown" {
|
||||||
|
mode "1920x1080"
|
||||||
|
scale 1.25
|
||||||
|
transform "normal"
|
||||||
|
}
|
||||||
|
|
||||||
// Settings that influence how windows are positioned and sized.
|
// Settings that influence how windows are positioned and sized.
|
||||||
// Find more information on the wiki:
|
// Find more information on the wiki:
|
||||||
// https://github.com/YaLTeR/niri/wiki/Configuration:-Layout
|
// https://github.com/YaLTeR/niri/wiki/Configuration:-Layout
|
||||||
@@ -155,7 +175,7 @@ layout {
|
|||||||
// preset-window-heights { }
|
// preset-window-heights { }
|
||||||
|
|
||||||
// You can change the default width of the new windows.
|
// You can change the default width of the new windows.
|
||||||
default-column-width { proportion 0.5; }
|
default-column-width { proportion 0.66667; }
|
||||||
// If you leave the brackets empty, the windows themselves will decide their initial width.
|
// If you leave the brackets empty, the windows themselves will decide their initial width.
|
||||||
// default-column-width {}
|
// default-column-width {}
|
||||||
|
|
||||||
@@ -278,10 +298,11 @@ layout {
|
|||||||
// See the binds section below for more spawn examples.
|
// See the binds section below for more spawn examples.
|
||||||
|
|
||||||
// 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 "/home/danmac/.config/niri/sway_startup" "/home/danmac/Pictures/Nextcloud/IMG_8826-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"
|
spawn-at-startup "flatpak" "run" "com.nextcloud.desktopclient.nextcloud"
|
||||||
|
spawn-at-startup "cosmic-app-library"
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
DISPLAY ":0"
|
DISPLAY ":0"
|
||||||
@@ -348,6 +369,13 @@ window-rule {
|
|||||||
default-column-width { proportion 0.66667; }
|
default-column-width { proportion 0.66667; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
window-rule {
|
||||||
|
// Nautilus open dialog should be floating
|
||||||
|
match app-id="org.gnome.Nautilus" title=r#"^Open"#
|
||||||
|
|
||||||
|
open-floating true
|
||||||
|
}
|
||||||
|
|
||||||
// Example: block out two password managers from screen capture.
|
// Example: block out two password managers from screen capture.
|
||||||
// (This example rule is commented out with a "/-" in front.)
|
// (This example rule is commented out with a "/-" in front.)
|
||||||
/-window-rule {
|
/-window-rule {
|
||||||
@@ -384,12 +412,14 @@ binds {
|
|||||||
|
|
||||||
// Suggested binds for running programs: terminal, app launcher, screen locker.
|
// Suggested binds for running programs: terminal, app launcher, screen locker.
|
||||||
Mod+T hotkey-overlay-title="Open a Terminal: wezterm" { spawn "wezterm"; }
|
Mod+T hotkey-overlay-title="Open a Terminal: wezterm" { spawn "wezterm"; }
|
||||||
Mod+D hotkey-overlay-title="Run an Application: cosmic-apps" { spawn "cosmic-app-library"; }
|
Mod+D hotkey-overlay-title="Open the COSMIC App Launcher" { spawn "cosmic-app-library"; }
|
||||||
|
Mod+Shift+D hotkey-overlay-title="Run an Application: fuzzel" { spawn "fuzzel"; }
|
||||||
Mod+B hotkey-overlay-title="Open the Default Browser" { spawn "xdg-open" "http://"; }
|
Mod+B hotkey-overlay-title="Open the Default Browser" { spawn "xdg-open" "http://"; }
|
||||||
Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock" "-f" "-i" "/usr/share/backgrounds/gnome/swoosh-l.jxl"; }
|
Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock" "-f" "-i" "/usr/share/backgrounds/gnome/swoosh-l.jxl"; }
|
||||||
|
|
||||||
// toggle notification panel
|
// toggle notification panel
|
||||||
Mod+Shift+N hotkey-overlay-title="Toggle notification window" { spawn "swaync-client" "-t"; }
|
Mod+Shift+N hotkey-overlay-title="Toggle notification window" { spawn "swaync-client" "-t"; }
|
||||||
|
XF86NotificationCenter hotkey-overlay-title="Toggle notification window" { spawn "swaync-client" "-t"; }
|
||||||
// You can also use a shell. Do this if you need pipes, multiple commands, etc.
|
// You can also use a shell. Do this if you need pipes, multiple commands, etc.
|
||||||
// Note: the entire command goes as a single argument in the end.
|
// Note: the entire command goes as a single argument in the end.
|
||||||
// Mod+T { spawn "bash" "-c" "notify-send hello && exec alacritty"; }
|
// Mod+T { spawn "bash" "-c" "notify-send hello && exec alacritty"; }
|
||||||
@@ -401,6 +431,7 @@ binds {
|
|||||||
XF86AudioMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SINK@" "toggle"; }
|
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"; }
|
XF86AudioMicMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SOURCE@" "toggle"; }
|
||||||
XF86AudioPlay allow-when-locked=true { spawn "playerctl" "play-pause"; }
|
XF86AudioPlay allow-when-locked=true { spawn "playerctl" "play-pause"; }
|
||||||
|
XF86Favorites allow-when-locked=true { spawn "playerctl" "play-pause"; }
|
||||||
|
|
||||||
// Open/close the Overview: a zoomed-out view of workspaces and windows.
|
// Open/close the Overview: a zoomed-out view of workspaces and windows.
|
||||||
// You can also move the mouse into the top-left hot corner,
|
// You can also move the mouse into the top-left hot corner,
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"layer": "top", // Waybar at top layer
|
"layer": "top", // Waybar at top layer
|
||||||
"output": "DP-1", // Only display on on monitor
|
"output": ["DP-1", "eDP-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",
|
||||||
@@ -27,6 +27,7 @@
|
|||||||
"cpu",
|
"cpu",
|
||||||
"memory",
|
"memory",
|
||||||
"temperature",
|
"temperature",
|
||||||
|
"battery",
|
||||||
"custom/pl-stats",
|
"custom/pl-stats",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"custom/pl-pulse",
|
"custom/pl-pulse",
|
||||||
@@ -41,7 +42,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 +59,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tray": {
|
"tray": {
|
||||||
// "icon-size": 21,
|
"icon-size": 20,
|
||||||
"spacing": 10
|
"spacing": 10
|
||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
@@ -91,7 +92,7 @@
|
|||||||
"on-click-right": "exec wezterm -e btm"
|
"on-click-right": "exec wezterm -e btm"
|
||||||
},
|
},
|
||||||
"memory": {
|
"memory": {
|
||||||
"format": "{percentage}% / {used:0.1f}GiB / {avail:0.1f}GiB ",
|
"format": "{percentage}% ",
|
||||||
"on-click-right": "exec wezterm -e btm"
|
"on-click-right": "exec wezterm -e btm"
|
||||||
},
|
},
|
||||||
"temperature": {
|
"temperature": {
|
||||||
@@ -115,8 +116,8 @@
|
|||||||
"warning": 30,
|
"warning": 30,
|
||||||
"critical": 15
|
"critical": 15
|
||||||
},
|
},
|
||||||
"format": "{icon}",
|
"format": "{capacity}% {icon}",
|
||||||
"format-charging": "",
|
"format-charging": "{capacity}% ",
|
||||||
"format-plugged": "",
|
"format-plugged": "",
|
||||||
"format-alt": "{capacity}% {time}",
|
"format-alt": "{capacity}% {time}",
|
||||||
"format-icons": ["", "", "", "", ""]
|
"format-icons": ["", "", "", "", ""]
|
||||||
|
|||||||
1
waybar/icons/cachy-logo.svg
Normal file
1
waybar/icons/cachy-logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 6.1 KiB |
@@ -1 +1 @@
|
|||||||
pika-logo.svg
|
cachy-logo.svg
|
||||||
@@ -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: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces *,
|
#workspaces *,
|
||||||
@@ -44,6 +45,7 @@
|
|||||||
#idle_inhibitor,
|
#idle_inhibitor,
|
||||||
#cpu,
|
#cpu,
|
||||||
#memory,
|
#memory,
|
||||||
|
#battery,
|
||||||
#temperature,
|
#temperature,
|
||||||
#pulseaudio,
|
#pulseaudio,
|
||||||
#custom-power,
|
#custom-power,
|
||||||
@@ -149,6 +151,7 @@
|
|||||||
|
|
||||||
#cpu,
|
#cpu,
|
||||||
#memory,
|
#memory,
|
||||||
|
#battery,
|
||||||
#temperature {
|
#temperature {
|
||||||
background: @peach;
|
background: @peach;
|
||||||
padding: 0px 6px;
|
padding: 0px 6px;
|
||||||
|
|||||||
@@ -1,16 +1,16 @@
|
|||||||
local wezterm = require 'wezterm'
|
local wezterm = require("wezterm")
|
||||||
local c = {}
|
local c = {}
|
||||||
|
|
||||||
-- Display Configuration
|
-- Display Configuration
|
||||||
|
|
||||||
c.font = wezterm.font 'NotoMono Nerd Font'
|
c.font = wezterm.font("NotoMono Nerd Font")
|
||||||
c.color_scheme = 'Catppuccin Macchiato'
|
c.color_scheme = "Catppuccin Macchiato"
|
||||||
c.window_background_opacity = 0.7
|
c.window_background_opacity = 0.7
|
||||||
c.window_decorations = 'RESIZE'
|
c.window_decorations = "NONE"
|
||||||
c.visual_bell = {
|
c.visual_bell = {
|
||||||
fade_in_function = 'EaseIn',
|
fade_in_function = "EaseIn",
|
||||||
fade_in_duration_ms = 150,
|
fade_in_duration_ms = 150,
|
||||||
fade_out_function = 'EaseOut',
|
fade_out_function = "EaseOut",
|
||||||
fade_out_duration_ms = 150,
|
fade_out_duration_ms = 150,
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -23,6 +23,6 @@ c.switch_to_last_active_tab_when_closing_tab = true
|
|||||||
|
|
||||||
-- Stop Confirming shit please
|
-- Stop Confirming shit please
|
||||||
|
|
||||||
c.window_close_confirmation = 'NeverPrompt'
|
c.window_close_confirmation = "NeverPrompt"
|
||||||
|
|
||||||
return c
|
return c
|
||||||
|
|||||||
Reference in New Issue
Block a user