From 11de9b40b0a83a66629f75f522e7970baba59aa0 Mon Sep 17 00:00:00 2001 From: Yaroslav de la Peña Smirnov Date: Fri, 24 Jul 2026 15:28:27 +0300 Subject: dms: bar size adjustments Way too thicc, especially for my laptop screen. Also added bind for color picker and adjusted default browser window width. --- dotfiles/.config/DankMaterialShell/settings.json | 22 +++++++++++----------- dotfiles/.config/niri/config.kdl | 1 + 2 files changed, 12 insertions(+), 11 deletions(-) (limited to 'dotfiles/.config') diff --git a/dotfiles/.config/DankMaterialShell/settings.json b/dotfiles/.config/DankMaterialShell/settings.json index 044367b..1f36cf5 100644 --- a/dotfiles/.config/DankMaterialShell/settings.json +++ b/dotfiles/.config/DankMaterialShell/settings.json @@ -544,8 +544,8 @@ "notificationTimeoutLow": 5000, "notificationTimeoutNormal": 5000, "notificationTimeoutCritical": 0, - "notificationCompactMode": false, - "notificationShowTimeoutBar": false, + "notificationCompactMode": true, + "notificationShowTimeoutBar": true, "notificationDedupeEnabled": true, "notificationPopupPosition": 0, "notificationAnimationSpeed": 1, @@ -686,17 +686,17 @@ { "id": "cpuUsage", "enabled": true, - "minimumWidth": true + "minimumWidth": false }, { "id": "cpuTemp", "enabled": true, - "minimumWidth": true + "minimumWidth": false }, { "id": "memUsage", "enabled": true, - "minimumWidth": true, + "minimumWidth": false, "showSwap": false }, { @@ -728,16 +728,16 @@ } ], "spacing": 0, - "innerPadding": 4, + "innerPadding": 2, "bottomGap": 0, "transparency": 0.89, "widgetTransparency": 1, "squareCorners": true, - "noBackground": true, + "noBackground": false, "maximizeWidgetIcons": false, "maximizeWidgetText": false, "removeWidgetPadding": false, - "widgetPadding": 6, + "widgetPadding": 4, "gothCornersEnabled": false, "gothCornerRadiusOverride": false, "gothCornerRadiusValue": 12, @@ -746,11 +746,11 @@ "borderOpacity": 0.4, "borderThickness": 1, "widgetOutlineEnabled": false, - "widgetOutlineColor": "primary", - "widgetOutlineOpacity": 1, + "widgetOutlineColor": "surfaceText", + "widgetOutlineOpacity": 0.4, "widgetOutlineThickness": 1, "fontScale": 1.1, - "iconScale": 1.1, + "iconScale": 1.15, "autoHide": false, "autoHideDelay": 250, "showOnWindowsOpen": false, diff --git a/dotfiles/.config/niri/config.kdl b/dotfiles/.config/niri/config.kdl index cd1f636..56875bd 100644 --- a/dotfiles/.config/niri/config.kdl +++ b/dotfiles/.config/niri/config.kdl @@ -636,6 +636,7 @@ binds { Mod+F1 { spawn "menuman"; } Mod+F4 { spawn "menublk"; } Mod+F10 { spawn "chcolors"; } + Mod+F11 { spawn "dms" "ipc" "color-picker" "toggle"; } Mod+F12 { spawn "rofi" "-show" "tz" "-modi" "tz:rofitz"; } Mod+Shift+N { spawn "networkmanager_dmenu"; } Mod+Shift+C { spawn "rofi" "-show" "calc" "-modi" "calc" "-no-show-match" "-no-sort"; } -- cgit v1.3.1