# # # patch "config.py.example" # from [0a0614a487e5a055da10046a6d6a701211abce19] # to [3c78fa0e27d466f54df06dd69673a7b98f75fb47] # # patch "templates/index.html" # from [a0f30606651e27222da815d33c892fc3685303b4] # to [4ac82196415faf4687ad133eb0f0f9d4dc12d716] # # patch "viewmtn.py" # from [2bd5932cb88ac04b68c8297459d0ac41341ea314] # to [4521b416b3e46688199a94d4f20d991fd940dced] # ============================================================ --- config.py.example 0a0614a487e5a055da10046a6d6a701211abce19 +++ config.py.example 3c78fa0e27d466f54df06dd69673a7b98f75fb47 @@ -81,6 +81,7 @@ graphopts = { # Icon Theme to use for icons; 'gnome' is a safe value, # as is 'hicolor'. Note that icon_size must be a string, # not an integer +# Set icon_theme = None to disable icons. icon_theme = 'gnome' icon_size = '16' ============================================================ --- templates/index.html a0f30606651e27222da815d33c892fc3685303b4 +++ templates/index.html 4ac82196415faf4687ad133eb0f0f9d4dc12d716 @@ -1,9 +1,9 @@ #extends base #def body -