mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-11 02:21:14 +10:00
Updating xmobar
This commit is contained in:
@@ -237,7 +237,7 @@ Awesome has a menu system if you want to use it.
|
|||||||
local myawesomemenu = {
|
local myawesomemenu = {
|
||||||
{ "hotkeys", function() return false, hotkeys_popup.show_help end },
|
{ "hotkeys", function() return false, hotkeys_popup.show_help end },
|
||||||
{ "manual", terminal .. " -e 'man awesome'" },
|
{ "manual", terminal .. " -e 'man awesome'" },
|
||||||
{ "edit config", terminal.." vim ~/.config/awesome/rc.lua" },
|
{ "edit config", "emacsclient -c -a emacs ~/.config/awesome/rc.lua" },
|
||||||
{ "arandr", "arandr" },
|
{ "arandr", "arandr" },
|
||||||
{ "restart", awesome.restart },
|
{ "restart", awesome.restart },
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ local modkey1 = "Control"
|
|||||||
local browser = "firefox"
|
local browser = "firefox"
|
||||||
local editor = os.getenv("EDITOR") or "vim"
|
local editor = os.getenv("EDITOR") or "vim"
|
||||||
local editorgui = "geany"
|
local editorgui = "geany"
|
||||||
local filemanager = "thunar"
|
local filemanager = "pcmanfm"
|
||||||
local mailclient = "geary"
|
local mailclient = "geary"
|
||||||
local mediaplayer = "vlc"
|
local mediaplayer = "vlc"
|
||||||
local scrlocker = "slimlock"
|
local scrlocker = "slimlock"
|
||||||
@@ -165,7 +165,7 @@ beautiful.init(string.format(gears.filesystem.get_configuration_dir() .. "/theme
|
|||||||
local myawesomemenu = {
|
local myawesomemenu = {
|
||||||
{ "hotkeys", function() return false, hotkeys_popup.show_help end },
|
{ "hotkeys", function() return false, hotkeys_popup.show_help end },
|
||||||
{ "manual", terminal .. " -e 'man awesome'" },
|
{ "manual", terminal .. " -e 'man awesome'" },
|
||||||
{ "edit config", terminal.." vim ~/.config/awesome/rc.lua" },
|
{ "edit config", "emacsclient -c -a emacs ~/.config/awesome/rc.lua" },
|
||||||
{ "arandr", "arandr" },
|
{ "arandr", "arandr" },
|
||||||
{ "restart", awesome.restart },
|
{ "restart", awesome.restart },
|
||||||
}
|
}
|
||||||
@@ -239,8 +239,8 @@ globalkeys = my_table.join(
|
|||||||
{description = "surf web browser" , group = "gui apps" }),
|
{description = "surf web browser" , group = "gui apps" }),
|
||||||
awful.key({ modkey, altkey }, "c", function () awful.util.spawn( terminal.." -e cmus" ) end,
|
awful.key({ modkey, altkey }, "c", function () awful.util.spawn( terminal.." -e cmus" ) end,
|
||||||
{description = "cmus" , group = "terminal apps" }),
|
{description = "cmus" , group = "terminal apps" }),
|
||||||
awful.key({ modkey, altkey }, "e", function () awful.util.spawn( "emacsclient -a 'emacs' -c" ) end,
|
awful.key({ modkey, altkey }, "e", function () awful.util.spawn( terminal.." -e neomutt" ) end,
|
||||||
{description = "emacs client" , group = "gui apps" }),
|
{description = "neomutt email" , group = "terminal apps" }),
|
||||||
awful.key({ modkey, altkey }, "f", function () awful.util.spawn( terminal.." -e sh ./.config/vifm/scripts/vifmrun" ) end,
|
awful.key({ modkey, altkey }, "f", function () awful.util.spawn( terminal.." -e sh ./.config/vifm/scripts/vifmrun" ) end,
|
||||||
{description = "vifm" , group = "terminal apps" }),
|
{description = "vifm" , group = "terminal apps" }),
|
||||||
awful.key({ modkey, altkey }, "i", function () awful.util.spawn( terminal.." -e irssi" ) end,
|
awful.key({ modkey, altkey }, "i", function () awful.util.spawn( terminal.." -e irssi" ) end,
|
||||||
@@ -467,7 +467,7 @@ globalkeys = my_table.join(
|
|||||||
{description = "dropdown application", group = "super"}),
|
{description = "dropdown application", group = "super"}),
|
||||||
|
|
||||||
-- Widgets popups
|
-- Widgets popups
|
||||||
awful.key({ altkey, }, "c", function () lain.widget.cal().show(7) end,
|
awful.key({ altkey, }, "c", function () lain.widget.calendar.show(7) end,
|
||||||
{description = "show calendar", group = "widgets"}),
|
{description = "show calendar", group = "widgets"}),
|
||||||
awful.key({ altkey, }, "h", function () if beautiful.fs then beautiful.fs.show(7) end end,
|
awful.key({ altkey, }, "h", function () if beautiful.fs then beautiful.fs.show(7) end end,
|
||||||
{description = "show filesystem", group = "widgets"}),
|
{description = "show filesystem", group = "widgets"}),
|
||||||
@@ -712,8 +712,6 @@ awful.rules.rules = {
|
|||||||
{ rule = { class = "Xfce4-settings-manager" },
|
{ rule = { class = "Xfce4-settings-manager" },
|
||||||
properties = { floating = false } },
|
properties = { floating = false } },
|
||||||
|
|
||||||
{ rule = { instance = "qutebrowser" },
|
|
||||||
properties = { screen = 1, tag = " SYS " } },
|
|
||||||
|
|
||||||
|
|
||||||
-- Floating clients.
|
-- Floating clients.
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
[xin_1]
|
[xin_1]
|
||||||
file=/home/dt/wallpapers/photo-1593439915635-8dc0df48453f.jpeg
|
file=/home/dt/wallpapers/0277.jpg
|
||||||
mode=0
|
mode=0
|
||||||
bgcolor=#000000
|
bgcolor=#000000
|
||||||
|
|
||||||
[xin_0]
|
[xin_0]
|
||||||
file=/home/dt/wallpapers/photo-1593439915635-8dc0df48453f.jpeg
|
file=/home/dt/wallpapers/0277.jpg
|
||||||
mode=0
|
mode=0
|
||||||
bgcolor=#000000
|
bgcolor=#000000
|
||||||
|
|
||||||
[xin_2]
|
[xin_2]
|
||||||
file=/home/dt/wallpapers/photo-1593439915635-8dc0df48453f.jpeg
|
file=/home/dt/wallpapers/0277.jpg
|
||||||
mode=0
|
mode=0
|
||||||
bgcolor=#000000
|
bgcolor=#000000
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
[geometry]
|
[geometry]
|
||||||
posx=1936
|
posx=8
|
||||||
posy=40
|
posy=28
|
||||||
sizex=1884
|
sizex=944
|
||||||
sizey=1020
|
sizey=1040
|
||||||
|
|
||||||
[nitrogen]
|
[nitrogen]
|
||||||
view=icon
|
view=icon
|
||||||
|
|||||||
@@ -35,5 +35,5 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=t
|
|||||||
]
|
]
|
||||||
, sepChar = "%"
|
, sepChar = "%"
|
||||||
, alignSep = "}{"
|
, alignSep = "}{"
|
||||||
, template = " <icon=haskell_20.xpm/> <fc=#666666>|</fc> %UnsafeStdinReader% }{ <fc=#666666>|</fc> <fc=#b3afc2><fn=3></fn> <action=`alacritty -e htop`>%uname%</action> </fc> <fc=#666666>|</fc> <fc=#ecbe7b> <action=`alacritty -e htop`>%cpu%</action> </fc> <fc=#666666>|</fc> <fc=#ff6c6b> <action=`alacritty -e htop`>%memory%</action> </fc> <fc=#666666>|</fc> <fc=#51afef> <action=`alacritty -e htop`>%disku%</action> </fc> <fc=#666666>|</fc> <fc=#98be65> <action=`alacritty -e sudo iftop`>%enp6s0%</action> </fc> <fc=#666666>|</fc> <fc=#c678dd><fn=2></fn> <action=`alacritty -e sudo pacman -Syu`>%pacupdate%</action> </fc> <fc=#666666>|</fc> <fc=#46d9ff> <action=`emacsclient -c -a 'emacs' --eval '(doom/window-maximize-buffer(dt/year-calendar))'`>%date%</action> </fc>"
|
, template = " <icon=haskell_20.xpm/> <fc=#666666>|</fc> %UnsafeStdinReader% }{ <box type=Bottom width=2 color=#51afef><fc=#51afef><fn=3></fn> <action=`alacritty -e htop`>%uname%</action> </fc></box> <box type=Bottom width=2 color=#ecbe7b><fc=#ecbe7b> <action=`alacritty -e htop`>%cpu%</action> </fc></box> <box type=Bottom width=2 color=#ff6c6b><fc=#ff6c6b> <action=`alacritty -e htop`>%memory%</action></fc></box> <box type=Bottom width=2 color=#a9a1e1><fc=#a9a1e1> <action=`alacritty -e htop`>%disku%</action> </fc></box> <box type=Bottom width=2 color=#98be65><fc=#98be65> <action=`alacritty -e sudo iftop`>%enp6s0%</action> </fc></box> <box type=Bottom width=2 color=#c678dd><fc=#c678dd><fn=2></fn> <action=`alacritty -e sudo pacman -Syu`>%pacupdate%</action> </fc></box> <box type=Bottom width=2 color=#46d9ff><fc=#46d9ff> <action=`emacsclient -c -a 'emacs' --eval '(doom/window-maximize-buffer(dt/year-calendar))'`>%date%</action></fc></box> "
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,5 +39,5 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=t
|
|||||||
]
|
]
|
||||||
, sepChar = "%"
|
, sepChar = "%"
|
||||||
, alignSep = "}{"
|
, alignSep = "}{"
|
||||||
, template = " <icon=haskell_20.xpm/> <fc=#666666>|</fc> %UnsafeStdinReader% }{ <fc=#666666>|</fc> <fc=#b3afc2><fn=3></fn> <action=`alacritty -e htop`>%uname%</action> </fc> <fc=#666666>|</fc> <fc=#ecbe7b> <action=`alacritty -e htop`>%cpu%</action> </fc> <fc=#666666>|</fc> <fc=#ff6c6b> <action=`alacritty -e htop`>%memory%</action> </fc> <fc=#666666>|</fc> <fc=#51afef> <action=`alacritty -e htop`>%disku%</action> </fc> <fc=#666666>|</fc> <fc=#98be65> <action=`alacritty -e sudo iftop`>%enp6s0%</action> </fc> <fc=#666666>|</fc> <fc=#c678dd><fn=2></fn> <action=`alacritty -e sudo pacman -Syu`>%pacupdate%</action> </fc> <fc=#666666>|</fc> <fc=#46d9ff> <action=`emacsclient -c -a 'emacs' --eval '(doom/window-maximize-buffer(dt/year-calendar))'`>%date%</action> </fc><fc=#666666><fn=1>|</fn></fc> %trayerpad%"
|
, template = " <icon=haskell_20.xpm/> <fc=#666666>|</fc> %UnsafeStdinReader% }{ <box type=Bottom width=2 color=#51afef><fc=#51afef><fn=3></fn> <action=`alacritty -e htop`>%uname%</action> </fc></box> <box type=Bottom width=2 color=#ecbe7b><fc=#ecbe7b> <action=`alacritty -e htop`>%cpu%</action> </fc></box> <box type=Bottom width=2 color=#ff6c6b><fc=#ff6c6b> <action=`alacritty -e htop`>%memory%</action></fc></box> <box type=Bottom width=2 color=#a9a1e1><fc=#a9a1e1> <action=`alacritty -e htop`>%disku%</action> </fc></box> <box type=Bottom width=2 color=#98be65><fc=#98be65> <action=`alacritty -e sudo iftop`>%enp6s0%</action> </fc></box> <box type=Bottom width=2 color=#c678dd><fc=#c678dd><fn=2></fn> <action=`alacritty -e sudo pacman -Syu`>%pacupdate%</action> </fc></box> <box type=Bottom width=2 color=#46d9ff><fc=#46d9ff> <action=`emacsclient -c -a 'emacs' --eval '(doom/window-maximize-buffer(dt/year-calendar))'`>%date%</action></fc></box> %trayerpad%"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=t
|
|||||||
, additionalFonts = [ "xft:Mononoki Nerd Font:pixelsize=11:antialias=true:hinting=true"
|
, additionalFonts = [ "xft:Mononoki Nerd Font:pixelsize=11:antialias=true:hinting=true"
|
||||||
, "xft:Font Awesome 5 Free Solid:pixelsize=12"
|
, "xft:Font Awesome 5 Free Solid:pixelsize=12"
|
||||||
, "xft:Font Awesome 5 Brands:pixelsize=12"
|
, "xft:Font Awesome 5 Brands:pixelsize=12"
|
||||||
|
, "xft:DejaVu Sans:pixelsize=28"
|
||||||
]
|
]
|
||||||
, bgColor = "#282c34"
|
, bgColor = "#282c34"
|
||||||
, fgColor = "#ff6c6b"
|
, fgColor = "#ff6c6b"
|
||||||
@@ -35,5 +36,5 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=t
|
|||||||
]
|
]
|
||||||
, sepChar = "%"
|
, sepChar = "%"
|
||||||
, alignSep = "}{"
|
, alignSep = "}{"
|
||||||
, template = " <icon=haskell_20.xpm/> <fc=#666666>|</fc> %UnsafeStdinReader% }{ <fc=#666666>|</fc> <fc=#b3afc2><fn=3></fn> <action=`alacritty -e htop`>%uname%</action> </fc> <fc=#666666>|</fc> <fc=#ecbe7b> <action=`alacritty -e htop`>%cpu%</action> </fc> <fc=#666666>|</fc> <fc=#ff6c6b> <action=`alacritty -e htop`>%memory%</action> </fc> <fc=#666666>|</fc> <fc=#51afef> <action=`alacritty -e htop`>%disku%</action> </fc> <fc=#666666>|</fc> <fc=#98be65> <action=`alacritty -e sudo iftop`>%enp6s0%</action> </fc> <fc=#666666>|</fc> <fc=#c678dd><fn=2></fn> <action=`alacritty -e sudo pacman -Syu`>%pacupdate%</action> </fc> <fc=#666666>|</fc> <fc=#46d9ff> <action=`emacsclient -c -a 'emacs' --eval '(doom/window-maximize-buffer(dt/year-calendar))'`>%date%</action> </fc>"
|
, template = " <icon=haskell_20.xpm/> <fc=#666666>|</fc> %UnsafeStdinReader% }{ <box type=Bottom width=2 color=#51afef><fc=#51afef><fn=3></fn> <action=`alacritty -e htop`>%uname%</action> </fc></box> <box type=Bottom width=2 color=#ecbe7b><fc=#ecbe7b> <action=`alacritty -e htop`>%cpu%</action> </fc></box> <box type=Bottom width=2 color=#ff6c6b><fc=#ff6c6b> <action=`alacritty -e htop`>%memory%</action></fc></box> <box type=Bottom width=2 color=#a9a1e1><fc=#a9a1e1> <action=`alacritty -e htop`>%disku%</action> </fc></box> <box type=Bottom width=2 color=#98be65><fc=#98be65> <action=`alacritty -e sudo iftop`>%enp6s0%</action> </fc></box> <box type=Bottom width=2 color=#c678dd><fc=#c678dd><fn=2></fn> <action=`alacritty -e sudo pacman -Syu`>%pacupdate%</action> </fc></box> <box type=Bottom width=2 color=#46d9ff><fc=#46d9ff> <action=`emacsclient -c -a 'emacs' --eval '(doom/window-maximize-buffer(dt/year-calendar))'`>%date%</action></fc></box> "
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user