Browse Source

small update

pull/10/head
Ja.KooLit 2 years ago
parent
commit
4dcde3fd26
  1. 4
      config/kitty/kitty.conf
  2. BIN
      config/rofi/.current_wallpaper
  3. 2
      config/rofi/config-cliphist.rasi
  4. 3
      config/rofi/config-compact.rasi
  5. 2
      config/rofi/config-long.rasi
  6. 10
      config/rofi/config-power.rasi
  7. 3
      config/rofi/config-rofi-Beats.rasi
  8. 241
      config/rofi/config-screenshot.rasi
  9. 5
      config/rofi/config-short.rasi
  10. 20
      config/rofi/config.rasi
  11. 8
      config/waybar/configs/config-default
  12. 6
      config/waybar/modules

4
config/kitty/kitty.conf

@ -8,4 +8,6 @@ bold_italic_font auto
background_opacity 0.7
confirm_os_window_close 0
confirm_os_window_close 0
enable_audio_bell no

BIN
config/rofi/.current_wallpaper

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

2
config/rofi/config-cliphist.rasi

@ -1,4 +1,4 @@
/* 💫 https://github.com/JaKooLit 💫 */
/* ---- Configuration ---- */
configuration {
modi: "drun,run";

3
config/rofi/config-compact.rasi

@ -1,5 +1,4 @@
/*
/* 💫 https://github.com/JaKooLit 💫 */
/* ---- Configuration ---- */
configuration {
modi: "drun,run";

2
config/rofi/config-long.rasi

@ -1,4 +1,4 @@
/*
/* 💫 https://github.com/JaKooLit 💫 */
/* ---- Configuration ---- */
configuration {
modi: "drun,run";

10
config/rofi/config-power.rasi

@ -1,8 +1,8 @@
/*
/** ---- Configuration ---- **/
/* 💫 https://github.com/JaKooLit 💫 */
/* ---- Configuration ---- */
configuration {
modi: "drun,filebrowser,window,run";
font: "Fira Code 12";
modi: "drun,run";
font: "Fira Code SemiBold 12";
show-icons: true;
display-drun: "";
display-run: "";
@ -10,7 +10,7 @@ configuration {
display-window: "";
drun-display-format: "{name}";
hover-select: true;
me-select-entry: "";
me-select-entry: "MouseSecondary";
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";

3
config/rofi/config-rofi-Beats.rasi

@ -1,5 +1,4 @@
/*
/* 💫 https://github.com/JaKooLit 💫 */
/* ---- Configuration ---- */
configuration {
modi: "drun,run";

241
config/rofi/config-screenshot.rasi

@ -1,241 +0,0 @@
/*
/** ---- Configuration ---- **/
configuration {
modi: "drun,filebrowser,window,run";
font: "Fira Code 12";
show-icons: true;
display-drun: "";
display-run: "";
display-filebrowser: "";
display-window: "";
drun-display-format: "{name}";
hover-select: true;
me-select-entry: "";
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
}
/* ---- Load pywal colors (custom wal template) ---- */
@import "~/.cache/wal/colors-rofi-dark.rasi"
/* ---- Window ---- */
window {
width: 400px;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
padding: 0px;
margin: 0px;
color: #FFFFFF;
border: 3px;
border-color: #FFFFFF;
cursor: "default";
transparency: "real";
location: center;
anchor: center;
fullscreen: false;
enabled: true;
border-radius: 10px;
background-color: transparent;
}
/* ---- Mainbox ---- */
mainbox {
enabled: true;
orientation: horizontal;
spacing: 0px;
margin: 0px;
background-color: @background;
background-image: url("~/.config/rofi/.current_wallpaper", height);
children: ["listbox"];
}
/* ---- Imagebox ---- */
imagebox {
padding: 18px;
background-color: transparent;
orientation: vertical;
children: [ "inputbar", "dummy", "mode-switcher" ];
}
/* ---- Listbox ---- */
listbox {
spacing: 20px;
background-color: transparent;
orientation: vertical;
children: [ "listview" ];
}
/* ---- Dummy ---- */
dummy {
background-color: transparent;
}
/* ---- Inputbar ---- */
inputbar {
enabled: true;
text-color: @foreground;
spacing: 10px;
padding: 15px;
border-radius: 0px;
border-color: @foreground;
background-color: @background;
children: [ "textbox-prompt-colon", "entry" ];
}
textbox-prompt-colon {
enabled: true;
expand: false;
str: "";
background-color: transparent;
text-color: inherit;
}
entry {
enabled: true;
background-color: transparent;
text-color: inherit;
cursor: text;
placeholder: "Search";
placeholder-color: inherit;
}
/* ---- Mode Switcher ---- */
mode-switcher{
enabled: true;
spacing: 20px;
background-color: transparent;
text-color: @foreground;
}
button {
padding: 10px;
border-radius: 10px;
background-color: @background;
text-color: inherit;
cursor: pointer;
border: 0px;
}
button selected {
background-color: @selected-normal-background;;
text-color: @foreground;
}
/* ---- Listview ---- */
listview {
enabled: true;
columns: 1;
lines: 2;
cycle: true;
dynamic: true;
scrollbar: false;
layout: vertical;
reverse: false;
fixed-height: true;
fixed-columns: true;
spacing: 0px;
padding: 10px;
margin: 0px;
background-color: @background;
border:0px;
}
/* ---- Element ---- */
element {
enabled: true;
padding: 10px;
margin: 5px;
cursor: pointer;
background-color: @background;
border-radius: 10px;
border: 2px;
}
element normal.normal {
background-color: inherit;
text-color: @foreground;
}
element normal.urgent {
background-color: inherit;
text-color: @foreground;
}
element normal.active {
background-color: inherit;
text-color: @foreground;
}
element selected.normal {
background-color: @selected-normal-background;;
text-color: @foreground;
}
element selected.urgent {
background-color: inherit;
text-color: @foreground;
}
element selected.active {
background-color: inherit;
text-color: @foreground;
}
element alternate.normal {
background-color: inherit;
text-color: @foreground;
}
element alternate.urgent {
background-color: inherit;
text-color: @foreground;
}
element alternate.active {
background-color: inherit;
text-color: @foreground;
}
element-icon {
background-color: transparent;
text-color: inherit;
size: 32px;
cursor: inherit;
}
element-text {
background-color: transparent;
text-color: inherit;
cursor: inherit;
vertical-align: 0.5;
horizontal-align: 0.0;
}
/*****----- Message -----*****/
message {
background-color: transparent;
border:0px;
margin:20px 0px 0px 0px;
padding:0px;
spacing:0px;
border-radius: 10px;
}
textbox {
padding: 15px;
margin: 0px;
border-radius: 0px;
background-color: @background;
text-color: @foreground;
vertical-align: 0.5;
horizontal-align: 0.0;
}
error-message {
padding: 15px;
border-radius: 20px;
background-color: @background;
text-color: @foreground;
}

5
config/rofi/config-short.rasi

@ -1,7 +1,4 @@
/*
*/
/* 💫 https://github.com/JaKooLit 💫 */
/* ---- Configuration ---- */
configuration {
modi: "drun,run";

20
config/rofi/config.rasi

@ -1,5 +1,4 @@
/*
/* 💫 https://github.com/JaKooLit 💫 */
/* ---- Configuration ---- */
configuration {
modi: "drun,run";
@ -20,7 +19,6 @@ configuration {
/* ---- Load pywal colors (custom wal template) ---- */
@import "~/.cache/wal/colors-rofi-dark.rasi"
/* ---- Window ---- */
window {
width: 900px;
@ -50,7 +48,7 @@ mainbox {
margin: 0px;
background-color: @background;
background-image: url("~/.config/rofi/.current_wallpaper", height);
children: ["imagebox","listbox"];
children: [ "imagebox", "listbox" ];
}
/* ---- Imagebox ---- */
@ -99,7 +97,7 @@ entry {
background-color: transparent;
text-color: inherit;
cursor: text;
placeholder: "Search";
placeholder: "Choose";
placeholder-color: inherit;
}
@ -114,7 +112,7 @@ mode-switcher{
button {
padding: 10px;
border-radius: 10px;
background-color: rgba(0,0,0,0.5);
background-color: @background;
text-color: inherit;
cursor: pointer;
border: 0px;
@ -129,7 +127,7 @@ button selected {
listview {
enabled: true;
columns: 1;
lines: 12;
lines: 8;
cycle: true;
dynamic: true;
scrollbar: false;
@ -148,12 +146,12 @@ listview {
/* ---- Element ---- */
element {
enabled: true;
padding: 2px;
padding: 5px;
margin: 2px;
cursor: pointer;
background-color: rgba(0,0,0,0);
background-color: @background;
border-radius: 10px;
border: 0px;
border: 2px;
}
element normal.normal {
@ -229,7 +227,7 @@ message {
textbox {
padding: 15px;
margin: 0px;
border-radius: 10px;
border-radius: 0px;
background-color: @background;
text-color: @foreground;
vertical-align: 0.5;

8
config/waybar/configs/config-default

@ -47,10 +47,10 @@
//"network",
//"custom/separator#dot-line",
//"cava",
//"battery",
//"custom/separator#dot-line",
//"backlight",
//"custom/separator#dot-line",
"battery",
"custom/separator#dot-line",
"backlight",
"custom/separator#dot-line",
"pulseaudio",
"custom/separator#dot-line",
//"wireplumber",

6
config/waybar/modules

@ -265,7 +265,7 @@
"interval": 10,
"tooltip": false,
//"hwmon-path": "/sys/class/hwmon/hwmon5/temp1_input",
"thermal-zone": 2,
"thermal-zone": 0,
"critical-threshold": 82,
"format-critical": "{temperatureC}°C {icon}",
"format": "{temperatureC}°C {icon}",
@ -460,8 +460,8 @@
"temperature#vertical": {
"interval": 10,
"tooltip": true,
"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input",
//"thermal-zone": 0,
//"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input",
"thermal-zone": 0,
"critical-threshold": 80,
"format-critical": "{icon}\n{temperatureC}°C",
"format": " {icon}",

Loading…
Cancel
Save