diff --git a/conky/conky_numix b/conky/conky similarity index 100% rename from conky/conky_numix rename to conky/conky diff --git a/conky/conky_shortcuts_numix b/conky/conky_shortcuts similarity index 98% rename from conky/conky_shortcuts_numix rename to conky/conky_shortcuts index 477daf9ee247ffbc6f28e8f4d5d3c1c43ad6d10b..8be7b9e80c6ab4412a94caa2ed05cf0b48f7fe60 100644 --- a/conky/conky_shortcuts_numix +++ b/conky/conky_shortcuts @@ -2,7 +2,7 @@ conky.config = { alignment = 'bottom_left', background = true, cpu_avg_samples = 2, - default_color = 'd64161', + default_color = 'D64161', color2 = 'F9FAF9', double_buffer = true, font = 'Bitstream Vera Sans:size=8', diff --git a/rofi/config b/rofi/config index 99ee7ce8b4ce2626e458a3602c0121390d35c997..2211fa03ca49799d3f239c6a8e3bdcfcb62c6a66 100644 --- a/rofi/config +++ b/rofi/config @@ -1,5 +1,5 @@ !theme location -rofi.theme: ~/.jt-config-repo/rofi/themes/lb-numix.rasi +rofi.theme: ~/.jt-config-repo/rofi/themes/lb-custom.rasi !keyboard binding changes: tab, shift+tab to switch modes rofi.kb-row-tab: diff --git a/rofi/themes/lb-numix.rasi b/rofi/themes/lb-custom.rasi similarity index 98% rename from rofi/themes/lb-numix.rasi rename to rofi/themes/lb-custom.rasi index b782694daefaad4c970a3cc4050934565ed7daae..978278a3695b3aff2a5f42888c160e9c05ab42d0 100644 --- a/rofi/themes/lb-numix.rasi +++ b/rofi/themes/lb-custom.rasi @@ -19,7 +19,7 @@ selected-active-foreground: @foreground; alternate-active-background: rgba ( 255, 255, 255, 7 % ); background: rgba ( 51, 51, 51, 93 % ); - bordercolor: rgba ( 235, 86, 77, 100 % ); + bordercolor: rgba ( 214, 65, 97, 100 % ); alternate-normal-foreground: @foreground; normal-background: rgba ( 0, 0, 0, 0 % ); lightfg: rgba ( 88, 104, 117, 100 % );