mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-05-03 21:01:42 +01:00
Added workday-progress plugin to noctalia
This commit is contained in:
@@ -43,3 +43,6 @@
|
||||
[submodule "dot_config/noctalia/plugins-repo"]
|
||||
path = dot_config/noctalia/plugins-repo
|
||||
url = https://github.com/noctalia-dev/noctalia-plugins.git
|
||||
[submodule "dot_config/noctalia/plugins/workday-progress"]
|
||||
path = dot_config/noctalia/plugins/workday-progress
|
||||
url = https://github.com/Cian-H/workday-progress
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"startHour": 9,
|
||||
"endHour": 17,
|
||||
"startMinute": 0,
|
||||
"endMinute": 0,
|
||||
"barWidth": 64,
|
||||
"borderThickness": 2,
|
||||
"marginThickness": 4,
|
||||
"innerMarginThickness": 4,
|
||||
"outerMarginThickness": 2,
|
||||
"marginTop": 38,
|
||||
"marginBottom": 6,
|
||||
"marginSide": 4,
|
||||
"screenEdge": "right",
|
||||
"screenIndex": 2
|
||||
}
|
||||
@@ -18,7 +18,12 @@
|
||||
"screen-toolkit": {
|
||||
"enabled": true,
|
||||
"sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins"
|
||||
},
|
||||
"workday-progress": {
|
||||
"enabled": true,
|
||||
"sourceUrl": "local"
|
||||
}
|
||||
|
||||
},
|
||||
"version": 2
|
||||
}
|
||||
|
||||
+1
Submodule dot_config/noctalia/plugins/workday-progress added at 4d63ccc40c
Reference in New Issue
Block a user