diff --git a/README.md b/README.md index 5ec7d0c..47a7c46 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ Thanks to the ethically questionable decision of employing JSON to Widget Layout #### Current default theme, Reno98 ![Totally not windows 98 trust me it's legally distinct](https://512mb.org/git/Yessiest/reno/raw/branch/master/extra/screenshots/reno98.png) + +#### An iteration on the look of Ubuntu with Ambiance theme +![Totally not ubuntu guys this how can't you see that](https://512mb.org/git/Yessiest/reno/raw/branch/master/extra/screenshots/unity.png) + ## Installation The installation process is not much different from the previous iteration, except this time the window manager does not crash if you don't install luapam. Instead, the lock widget will simply refuse to operate. diff --git a/extra/screenshots/unity.png b/extra/screenshots/unity.png new file mode 100644 index 0000000..c91d3cd Binary files /dev/null and b/extra/screenshots/unity.png differ diff --git a/themes/unity/config/root_menu.json b/themes/unity/config/root_menu.json index 625d067..95a9a1a 100644 --- a/themes/unity/config/root_menu.json +++ b/themes/unity/config/root_menu.json @@ -2,8 +2,7 @@ "list": [ {"widget": "widgets.base.popuptitle", "options":{ - "icon":"icons/reno98.png", - "title":"Reno 98" + "title":"Reno Unity" } }, {"widget": "widgets.base.tagswitcher", diff --git a/themes/unity/icons/reno98.png b/themes/unity/icons/reno98.png deleted file mode 100644 index b1e98ef..0000000 Binary files a/themes/unity/icons/reno98.png and /dev/null differ diff --git a/themes/unity/theme.lua b/themes/unity/theme.lua index be64eea..f4d032f 100644 --- a/themes/unity/theme.lua +++ b/themes/unity/theme.lua @@ -278,7 +278,7 @@ theme.widgets = { titlebar = { root_shape = function(cr,width,height) return gears.shape.partially_rounded_rect(cr,width,height, - true,true,false,false,7) end, + true,true,false,false,6) end, root_bg_focus = theme.titlebar_bg_focus, root_bg_normal = theme.titlebar_bg_normal, top = 2, @@ -528,7 +528,7 @@ theme.widgets = { root:set_bg(theme.titlebar_bg_focus) root:set_shape(function(cr,width,height) return gears.shape.partially_rounded_rect(cr,width,height, - true,true,false,false,7) end) + true,true,false,false,6) end) end, onunfocus = function(titlebar) @@ -536,7 +536,7 @@ theme.widgets = { root:set_bg(theme.titlebar_bg_normal) root:set_shape(function(cr,width,height) return gears.shape.partially_rounded_rect(cr,width,height, - true,true,false,false,7) end) + true,true,false,false,6) end) end, bg_focus = "#00000000", bg_normal = "#00000000",