Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local naughty = require("naughty")
- naughty.notify({timeout = 100, position = "bottom_right", font = "Liberation Mono Bold 12",
- text = " font_size = " .. theme_gtk.font_size .."\n" ..
- " font_family = " .. theme_gtk.font_family .. "\n" ..
- " button_border_radius = " .. theme_gtk.button_border_radius .. "\n" ..
- " button_border_width = " .. theme_gtk.button_border_width .. "\n" ..
- theme_gtk.bg_color .. ' =<span color="' .. theme_gtk.bg_color .. '"> bg_color </span> \n' ..
- theme_gtk.fg_color .. ' =<span color="' .. theme_gtk.fg_color .. '"> fg_color </span> \n' ..
- theme_gtk.base_color .. ' =<span color="' .. theme_gtk.base_color .. '"> base_color </span> \n' ..
- theme_gtk.text_color .. ' =<span color="' .. theme_gtk.text_color .. '"> text_color </span> \n' ..
- theme_gtk.button_bg_color .. ' =<span color="' .. theme_gtk.button_bg_color .. '"> button_bg_color </span> \n' ..
- theme_gtk.button_fg_color .. ' =<span color="' .. theme_gtk.button_fg_color .. '"> button_fg_color </span> \n' ..
- theme_gtk.button_border_color .. ' =<span color="' .. theme_gtk.button_border_color .. '"> button_border_color </span> \n' ..
- theme_gtk.selected_bg_color .. ' =<span color="' .. theme_gtk.selected_bg_color .. '"> selected_bg_color </span> \n' ..
- theme_gtk.selected_fg_color .. ' =<span color="' .. theme_gtk.selected_fg_color .. '"> selected_fg_color </span> \n' ..
- theme_gtk.menubar_bg_color .. ' =<span color="' .. theme_gtk.menubar_bg_color .. '"> menubar_bg_color </span> \n' ..
- theme_gtk.menubar_fg_color .. ' =<span color="' .. theme_gtk.menubar_fg_color .. '"> menubar_fg_color </span> \n' ..
- theme_gtk.header_button_bg_color .. ' =<span color="' .. theme_gtk.header_button_bg_color .. '"> header_button_bg_color </span> \n' ..
- theme_gtk.header_button_fg_color .. ' =<span color="' .. theme_gtk.header_button_fg_color .. '"> header_button_fg_color </span> \n' ..
- theme_gtk.header_button_border_color .. ' =<span color="' .. theme_gtk.header_button_border_color .. '"> header_button_border_color </span> \n' ..
- theme_gtk.error_color .. ' =<span color="' .. theme_gtk.error_color .. '"> error_color </span> \n' ..
- theme_gtk.error_bg_color .. ' =<span color="' .. theme_gtk.error_bg_color .. '"> error_bg_color </span> \n' ..
- theme_gtk.error_fg_color .. ' =<span color="' .. theme_gtk.error_fg_color .. '"> error_fg_color </span> \n' ..
- theme_gtk.warning_color .. ' =<span color="' .. theme_gtk.warning_color .. '"> warning_color </span> \n' ..
- theme_gtk.warning_bg_color .. ' =<span color="' .. theme_gtk.warning_bg_color .. '"> warning_bg_color </span> \n' ..
- theme_gtk.warning_fg_color .. ' =<span color="' .. theme_gtk.warning_fg_color .. '"> warning_fg_color </span> \n' ..
- theme_gtk.success_color .. ' =<span color="' .. theme_gtk.success_color .. '"> success_color </span> \n' ..
- theme_gtk.success_bg_color .. ' =<span color="' .. theme_gtk.success_bg_color .. '"> success_bg_color </span> \n' ..
- theme_gtk.success_fg_color .. ' =<span color="' .. theme_gtk.success_fg_color .. '"> success_fg_color </span> \n' ..
- theme_gtk.tooltip_bg_color .. ' =<span color="' .. theme_gtk.tooltip_bg_color .. '"> tooltip_bg_color </span> \n' ..
- theme_gtk.tooltip_fg_color .. ' =<span color="' .. theme_gtk.tooltip_fg_color .. '"> tooltip_fg_color </span> \n' ..
- theme_gtk.osd_bg_color .. ' =<span color="' .. theme_gtk.osd_bg_color .. '"> osd_bg_color </span> \n' ..
- theme_gtk.osd_fg_color .. ' =<span color="' .. theme_gtk.osd_fg_color .. '"> osd_fg_color </span> \n' ..
- theme_gtk.osd_border_color .. ' =<span color="' .. theme_gtk.osd_border_color .. '"> osd_border_color </span> \n' ..
- theme_gtk.wm_bg_color .. ' =<span color="' .. theme_gtk.wm_bg_color .. '"> wm_bg_color </span> \n' ..
- theme_gtk.wm_border_focused_color .. ' =<span color="' .. theme_gtk.wm_border_focused_color .. '"> wm_border_focused_color </span> \n' ..
- theme_gtk.wm_border_unfocused_color ..' =<span color="' .. theme_gtk.wm_border_unfocused_color .. '"> wm_border_unfocused_color </span> \n'
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement