Skip to content

Commit 43bf193

Browse files
authored
Change plank theme design (#119)
- Follow ubuntu dock theme - Read meson build version from d/changelog
1 parent e99a501 commit 43bf193

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('Sucharu',
2-
version: '2.1.1',
2+
version: run_command('head', '-1', 'debian/changelog', check: true).stdout().split(' ')[1].strip('(').strip(')'),
33
meson_version: '>= 1.3.0',
44
license : ['GPL3', 'CC BY-SA 4.0'],
55
default_options: ['prefix=/usr'])

plank/src/dock.theme.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[PlankTheme]
22
#The roundness of the top corners.
3-
TopRoundness=50
3+
TopRoundness=10
44
#The roundness of the bottom corners.
5-
BottomRoundness=0
5+
BottomRoundness=10
66
#The thickness (in pixels) of lines drawn.
77
LineWidth=2
88
#The color (RGBA) of the outer stroke.
@@ -16,11 +16,11 @@ InnerStrokeColor=#00ff02;;255
1616

1717
[PlankDockTheme]
1818
#The padding on the left/right dock edges, in tenths of a percent of IconSize.
19-
HorizPadding=1
19+
HorizPadding=2
2020
#The padding on the top dock edge, in tenths of a percent of IconSize.
21-
TopPadding=-6
21+
TopPadding=2
2222
#The padding on the bottom dock edge, in tenths of a percent of IconSize.
23-
BottomPadding=1.5
23+
BottomPadding=2
2424
#The padding between items on the dock, in tenths of a percent of IconSize.
2525
ItemPadding=2
2626
#The size of item indicators, in tenths of a percent of IconSize.

0 commit comments

Comments
 (0)