update
This commit is contained in:
@@ -358,3 +358,11 @@ windowrule {
|
|||||||
|
|
||||||
float = yes
|
float = yes
|
||||||
}
|
}
|
||||||
|
|
||||||
|
windowrule {
|
||||||
|
name = float-steam
|
||||||
|
|
||||||
|
match:class = ^([Ss]team)$
|
||||||
|
|
||||||
|
float = yes
|
||||||
|
}
|
||||||
|
|||||||
@@ -3,15 +3,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Defaultmon-not-found",
|
"name": "Defaultmon-not-found",
|
||||||
"monitors": {
|
"monitors": {
|
||||||
"desc:Microstep MEG 342C OLED": {
|
|
||||||
"resolution": "3440x1440",
|
|
||||||
"refresh_rate": 175.0,
|
|
||||||
"scale": 1.0,
|
|
||||||
"rotation": 0,
|
|
||||||
"position_x": 1920,
|
|
||||||
"position_y": 0,
|
|
||||||
"is_primary": true
|
|
||||||
},
|
|
||||||
"desc:Dell Inc. DELL P2422H CY98FQ3": {
|
"desc:Dell Inc. DELL P2422H CY98FQ3": {
|
||||||
"resolution": "1920x1080",
|
"resolution": "1920x1080",
|
||||||
"refresh_rate": 60.0,
|
"refresh_rate": 60.0,
|
||||||
@@ -29,6 +20,15 @@
|
|||||||
"position_x": 0,
|
"position_x": 0,
|
||||||
"position_y": 0,
|
"position_y": 0,
|
||||||
"is_primary": false
|
"is_primary": false
|
||||||
|
},
|
||||||
|
"desc:Microstep MEG 342C OLED": {
|
||||||
|
"resolution": "3440x1440",
|
||||||
|
"refresh_rate": 175.0,
|
||||||
|
"scale": 1.0,
|
||||||
|
"rotation": 0,
|
||||||
|
"position_x": 1920,
|
||||||
|
"position_y": 0,
|
||||||
|
"is_primary": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
"format": "{id}"
|
"format": "{id}"
|
||||||
},
|
},
|
||||||
"custom/screenshot": {
|
"custom/screenshot": {
|
||||||
"exec": "printf '{\"text\": \"<span foreground=\\\"#D8DEE9\\\">Shot</span> <span font_desc=\\\"SauceCodePro Nerd Font 15\\\" foreground=\\\"#88C0D0\\\"></span>\", \"tooltip\": \"Area screenshot: edit in Swappy, then choose save path and filename; Esc on filename uses screenshot\"}'",
|
"exec": "printf '{\"text\": \"<span foreground=\\\"#E5E9F0\\\">Shot</span> <span font_desc=\\\"SauceCodePro Nerd Font 17\\\" foreground=\\\"#FFFFFF\\\"></span>\", \"tooltip\": \"Area screenshot: edit in Swappy, then choose save path and filename; Esc on filename uses screenshot\"}'",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"escape": false,
|
"escape": false,
|
||||||
"interval": "once",
|
"interval": "once",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
border: none;
|
border: none;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
font-family: "Ubuntu", "SauceCodePro Nerd Font", "SauceCodePro Nerd Font Mono", "Symbols Nerd Font Mono", "Symbols Nerd Font", "Font Awesome 7 Free", sans-serif;
|
font-family: "Ubuntu", "SauceCodePro Nerd Font", "SauceCodePro Nerd Font Mono", "Symbols Nerd Font Mono", "Symbols Nerd Font", "Font Awesome 7 Free", sans-serif;
|
||||||
font-size: 15px;
|
font-size: 14px;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -99,6 +99,13 @@ tooltip {
|
|||||||
border-color: #88c0d0;
|
border-color: #88c0d0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#custom-screenshot {
|
||||||
|
background: #34425a;
|
||||||
|
color: #eceff4;
|
||||||
|
font-weight: 700;
|
||||||
|
border-color: #88c0d0;
|
||||||
|
}
|
||||||
|
|
||||||
#cpu,
|
#cpu,
|
||||||
#memory {
|
#memory {
|
||||||
background: #384b5e;
|
background: #384b5e;
|
||||||
|
|||||||
Reference in New Issue
Block a user