aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2026-07-24 15:28:27 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2026-07-24 15:28:27 +0300
commit11de9b40b0a83a66629f75f522e7970baba59aa0 (patch)
tree28a1a237201f3c37b050f7d1172c808522cff3e7 /dotfiles/.config
parent1171e0f6245cf1c4d1cc8859ee3926ecc5d17bba (diff)
downloadswayrice-11de9b40b0a83a66629f75f522e7970baba59aa0.tar.gz
swayrice-11de9b40b0a83a66629f75f522e7970baba59aa0.zip
dms: bar size adjustments
Way too thicc, especially for my laptop screen. Also added bind for color picker and adjusted default browser window width.
Diffstat (limited to 'dotfiles/.config')
-rw-r--r--dotfiles/.config/DankMaterialShell/settings.json22
-rw-r--r--dotfiles/.config/niri/config.kdl1
2 files changed, 12 insertions, 11 deletions
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"; }