rofi update

This commit is contained in:
qvalentin 2021-11-29 11:22:48 +01:00
parent 41e962eec5
commit c85d064145
2 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,4 @@
configuration { configuration {
theme:"~/.cache/wal/colors-rofi-dark.rasi";
show-icons: true; show-icons: true;
icon-theme: "Papirus-Apps"; icon-theme: "Papirus-Apps";
terminal: "st"; terminal: "st";
@ -8,5 +6,7 @@ theme:"~/.cache/wal/colors-rofi-dark.rasi";
hide-scrollbar: true; hide-scrollbar: true;
disable-history: false; disable-history: false;
modi: "run,drun"; modi: "run,drun";
} }
@theme "~/.cache/wal/colors-rofi-dark.rasi"

View File

@ -4,8 +4,8 @@ Config { overrideRedirect = False
, "xft:FiraCode Nerd Font:bold:pixelsize=25:antialias=true:hinting=true" , "xft:FiraCode Nerd Font:bold:pixelsize=25:antialias=true:hinting=true"
, "xft:FiraCode Nerd Font:bold:pixelsize=20:antialias=true:hinting=true" ] , "xft:FiraCode Nerd Font:bold:pixelsize=20:antialias=true:hinting=true" ]
, bgColor = "#081013" , bgColor = "#05151A"
, fgColor = "#a3e5c4" , fgColor = "#c8c1c1"
, position = TopW L 100 , position = TopW L 100
, iconRoot = ".config/xmobar/xpm/" , iconRoot = ".config/xmobar/xpm/"
, commands = [Run Cpu , commands = [Run Cpu
@ -19,7 +19,7 @@ Config { overrideRedirect = False
, "--on", "" , "--on", ""
] ]
, Run Memory ["--template", "<used>"] 10 , Run Memory ["--template", "<used>"] 10
, Run Date "%a %Y-%m-%d<fn=2><fc=#081013,#1C614B:0></fc></fn><fc=#46B887,#081013:0>%H:%M</fc>" "date" 10 , Run Date "%a %Y-%m-%d<fn=2><fc=#05151A,#595A62:0></fc></fn><fc=#817F8A,#05151A:0>%H:%M</fc>" "date" 10
, Run XMonadLog , Run XMonadLog
, Run Com "get_music_info" [] "" 10 , Run Com "get_music_info" [] "" 10
, Run Com "wttr" [] "" 360 , Run Com "wttr" [] "" 360
@ -27,9 +27,9 @@ Config { overrideRedirect = False
, sepChar = "%" , sepChar = "%"
, alignSep = "}{" , alignSep = "}{"
, template = " <fn=2> </fn>%XMonadLog% }{\ , template = " <fn=2> </fn>%XMonadLog% }{\
\<fn=2><fc=#1C614B,#081013:0></fc></fn><fc=#a3e5c4,#1C614B:0>%get_music_info%</fc>\ \<fn=2><fc=#595A62,#05151A:0></fc></fn><fc=#c8c1c1,#595A62:0>%get_music_info%</fc>\
\<fn=2><fc=#081013,#1C614B:0></fc></fn><fc=#a3e5c4,#081013:0><fn=1><fc=#1C614B> </fc></fn>%alsa:default:Master%</fc>\ \<fn=2><fc=#05151A,#595A62:0></fc></fn><fc=#c8c1c1,#05151A:0><fn=1><fc=#595A62> </fc></fn>%alsa:default:Master%</fc>\
\<fn=2><fc=#1C614B,#081013:0></fc></fn><fc=#a3e5c4,#1C614B:0><fn=1><fc=#081013,#1C614B:0>﬙ </fc></fn>%cpu%</fc>\ \<fn=2><fc=#595A62,#05151A:0></fc></fn><fc=#c8c1c1,#595A62:0><fn=1><fc=#05151A,#595A62:0>﬙ </fc></fn>%cpu%</fc>\
\<fn=2><fc=#081013,#1C614B:0></fc></fn><fc=#a3e5c4,#081013:0><fn=1><fc=#1C614B> </fc></fn>%memory%</fc>\ \<fn=2><fc=#05151A,#595A62:0></fc></fn><fc=#c8c1c1,#05151A:0><fn=1><fc=#595A62> </fc></fn>%memory%</fc>\
\<fn=2><fc=#1C614B,#081013:0></fc></fn><fc=#a3e5c4,#1C614B:0>%date%</fc>\ \<fn=2><fc=#595A62,#05151A:0></fc></fn><fc=#c8c1c1,#595A62:0>%date%</fc>\
\<fn=2><fc=#1C614B,#081013:0></fc></fn><fc=#a3e5c4,#1C614B:0>%wttr%</fc>" \<fn=2><fc=#595A62,#05151A:0></fc></fn><fc=#c8c1c1,#595A62:0>%wttr%</fc>"