Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ----------------------------
- -- haru transparent theme --
- ----------------------------
- theme = {}
- theme.font = "Droid Sans Bold 12"
- config_dir = awful.util.getdir("config")
- theme.wallpaper_cmd = { "feh --bg-fill " .. config_dir .. "/current_wall" }
- theme.bg_normal = "#00000000"
- theme.bg_focus = "#A1787026"
- theme.bg_urgent = "#ff000085"
- theme.bg_minimize = "#111111cc"
- theme.fg_normal = "#A8989F" -- цвет текста не в фокусе
- theme.fg_focus = "#FDFCFC" -- цвет текста в фокусе
- theme.fg_urgent = "#ffffff"
- theme.fg_minimize = "#aaaaaa"
- theme.border_width = "2"
- theme.border_normal = "#00000000"
- theme.border_focus = "#b07a99cf"
- theme.border_marked = "#91231c85"
- theme.useless_gap_width = 50
- -- There are other variable sets
- -- overriding the default one when
- -- defined, the sets are:
- -- [taglist|tasklist]_[bg|fg]_[focus|urgent]
- -- titlebar_[bg|fg]_[normal|focus]
- -- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color]
- -- mouse_finder_[color|timeout|animate_timeout|radius|factor]
- -- Example:
- theme.taglist_bg_focus = "#00000000"
- -- Display the taglist squares
- --theme.taglist_squares_sel = config_dir .. "/themes/haru/taglist/squarefw.png"
- --theme.taglist_squares_unsel = config_dir .. "/themes/haru/taglist/squarew.png"
- theme.taglist_squares_sel = config_dir .. "/themes/haru/taglist/point_hl.png"
- theme.taglist_squares_unsel = config_dir .. "/themes/haru/taglist/point.png"
- theme.tasklist_floating_icon = config_dir .. "/themes/haru/tasklist/floatingw.png"
- -- Variables set for theming the menu:
- -- menu_[bg|fg]_[normal|focus]
- -- menu_[border_color|border_width]
- --theme.menu_fg_focus = config_dir .. "/22025.png"
- --theme.menu_bg_focus = config_dir .. "/22025.png"
- theme.menu_submenu_icon = config_dir .. "/themes/haru/submenu.png"
- theme.menu_height = "25"
- theme.menu_width = "220"
- -- You can add as many variables as
- -- you wish and access them by using
- -- beautiful.variable in your rc.lua
- --theme.bg_widget = "#cc0000"
- -- Define the image to load
- theme.titlebar_close_button_normal = config_dir .. "/themes/haru/titlebar/close_normal.png"
- theme.titlebar_close_button_focus = config_dir .. "/themes/haru/titlebar/close_focus.png"
- theme.titlebar_ontop_button_normal_inactive = config_dir .. "/themes/haru/titlebar/ontop_normal_inactive.png"
- theme.titlebar_ontop_button_focus_inactive = config_dir .. "/themes/haru/titlebar/ontop_focus_inactive.png"
- theme.titlebar_ontop_button_normal_active = config_dir .. "/themes/haru/titlebar/ontop_normal_active.png"
- theme.titlebar_ontop_button_focus_active = config_dir .. "/themes/haru/titlebar/ontop_focus_active.png"
- theme.titlebar_sticky_button_normal_inactive = config_dir .. "/themes/haru/titlebar/sticky_normal_inactive.png"
- theme.titlebar_sticky_button_focus_inactive = config_dir .. "/themes/haru/titlebar/sticky_focus_inactive.png"
- theme.titlebar_sticky_button_normal_active = config_dir .. "/themes/haru/titlebar/sticky_normal_active.png"
- theme.titlebar_sticky_button_focus_active = config_dir .. "/themes/haru/titlebar/sticky_focus_active.png"
- theme.titlebar_floating_button_normal_inactive = config_dir .. "/themes/haru/titlebar/floating_normal_inactive.png"
- theme.titlebar_floating_button_focus_inactive = config_dir .. "/themes/haru/titlebar/floating_focus_inactive.png"
- theme.titlebar_floating_button_normal_active = config_dir .. "/themes/haru/titlebar/floating_normal_active.png"
- theme.titlebar_floating_button_focus_active = config_dir .. "/themes/haru/titlebar/floating_focus_active.png"
- theme.titlebar_maximized_button_normal_inactive = config_dir .. "/themes/haru/titlebar/maximized_normal_inactive.png"
- theme.titlebar_maximized_button_focus_inactive = config_dir .. "/themes/haru/titlebar/maximized_focus_inactive.png"
- theme.titlebar_maximized_button_normal_active = config_dir .. "/themes/haru/titlebar/maximized_normal_active.png"
- theme.titlebar_maximized_button_focus_active = config_dir .. "/themes/haru/titlebar/maximized_focus_active.png"
- -- You can use your own layout icons like this:
- theme.layout_dwindle = config_dir .. "/themes/haru/layouts/dwindle.png"
- theme.layout_fairh = config_dir .. "/themes/haru/layouts/fairh.png"
- theme.layout_fairv = config_dir .. "/themes/haru/layouts/fairv.png"
- theme.layout_floating = config_dir .. "/themes/haru/layouts/floating.png"
- theme.layout_magnifier = config_dir .. "/themes/haru/layouts/magnifier.png"
- theme.layout_max = config_dir .. "/themes/haru/layouts/max.png"
- theme.layout_fullscreen = config_dir .. "/themes/haru/layouts/fullscreen.png"
- theme.layout_tilebottom = config_dir .. "/themes/haru/layouts/tilebottom.png"
- theme.layout_tileleft = config_dir .. "/themes/haru/layouts/tileleft.png"
- theme.layout_tile = config_dir .. "/themes/haru/layouts/tile.png"
- theme.layout_tiletop = config_dir .. "/themes/haru/layouts/tiletop.png"
- theme.layout_spiral = config_dir .. "/themes/haru/layouts/spiral.png"
- theme.awesome_icon_r = config_dir .. "/themes/haru/awesome32_r.png"
- theme.awesome_icon = config_dir .. "/themes/haru/awesome32.png"
- theme.awesome_home = "/usr/share/icons/moblin/48x48/actions/go-home.png"
- theme.media_next = "/usr/share/icons/moblin/48x48/actions/media-skip-forward.png"
- theme.media_prev = "/usr/share/icons/moblin/48x48/actions/media-skip-backward.png"
- theme.media_pause = "/usr/share/icons/moblin/48x48/actions/media-playback-pause.png"
- theme.media_ff = "/usr/share/icons/moblin/48x48/actions/media-seek-forward.png"
- theme.media_info = "/usr/share/icons/moblin/48x48/status/dialog-information.png"
- theme.media_play = "/usr/share/icons/moblin/48x48/actions/media-playback-start.png"
- theme.close_key = "/usr/share/icons/moblin/24x24/actions/gtk-close.png"
- return theme
- -- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement