Im happy with this (for now)

This commit is contained in:
Marco Thomas
2022-01-14 20:53:22 +01:00
parent 61628a5400
commit 80aa8614f3
8 changed files with 25 additions and 32 deletions

View File

@@ -14,14 +14,14 @@
padding = 10 padding = 10
horizontal_padding = 8 horizontal_padding = 8
frame_width = 2 frame_width = 2
frame_color = "#5c6773" frame_color = "#A6CC70"
separator_color = frame separator_color = frame
sort = yes sort = yes
idle_threshold = 120 idle_threshold = 120
# Text # Text
font = JuliaMono 10 font = Roboto 10
line_height = 04 line_height = 04
markup = full markup = full
format = "<span><b>%s %p</b></span>\n%b" format = "<span><b>%s %p</b></span>\n%b"

View File

@@ -1,5 +1,5 @@
set $mod Mod4 set $mod Mod4
font pango:JuliaMono 10 font pango:Roboto 10
floating_modifier $mod floating_modifier $mod
# bindings idea: # bindings idea:
@@ -116,22 +116,22 @@ bindsym $mod+Shift+r restart
# titlebar # titlebar
title_align center title_align center
new_window 1pixel
# colors # colors
set $white "#ffffff" set $white "#ffffff"
set $black "#5c6773" set $black "#5c6773"
set $dblack "#000000" set $dblack "#000000"
set $grey "#eeeeee"
set $green "#a6cc70" set $green "#a6cc70"
set $red "#ff3333" set $red "#ff3333"
set $blue "#55b4d4" set $blue "#55b4d4"
set $yellow "#e7c547" set $yellow "#e7c547"
# class border backgr. text indicator child_border # class border backgr. text indicator child_border
client.focused $green $green $black $green $green client.focused $grey $green $black $grey $grey
client.focused_inactive $yellow $yellow $black $yellow $black client.focused_inactive $grey $grey $black $grey $grey
client.unfocused $white $white $black $white $black client.unfocused $grey $grey $black $grey $grey
client.urgent $red $red $white $red $red client.urgent $red $red $white $red $red
# i3 bar # i3 bar
# flaoting on start # flaoting on start
@@ -140,8 +140,7 @@ for_window [title="Event Tester"] floating enable
for_window [class="flameshot"] floating enable for_window [class="flameshot"] floating enable
# border # border
hide_edge_borders smart smart_borders on
for_window [class="^.*"] border pixel 2
# gaps # gaps
gaps inner 10 gaps inner 10

View File

@@ -7,7 +7,7 @@ red = #ff3333
[bar/bar] [bar/bar]
font-0 = "PT Sans:pixelsize=10:weight=bold;4" font-0 = "Roboto:pixelsize=10:weight=bold;4"
font-1 = "Noto Sans Mono CJK JP:pixelsize=10:weight=bold;3" font-1 = "Noto Sans Mono CJK JP:pixelsize=10:weight=bold;3"
font-2 = "FontAwesome:pixelsize=10;4" font-2 = "FontAwesome:pixelsize=10;4"
@@ -40,9 +40,9 @@ padding-left = 1
padding-right = 1 padding-right = 1
module-margin = 2 module-margin = 2
modules-left = logo i3 polywins sep spotify modules-left = logo i3 polywins spotify
modules-center = modules-center =
modules-right = cpu sep cpu_temp sep temp sep ram sep backlight sep pulseaudio sep conservation sep battery sep date sep modules-right = ram sep cpu sep cpu_temp sep temp sep backlight sep pulseaudio sep conservation sep battery sep date sep
[module/i3] [module/i3]
strip-wsnumbers = true strip-wsnumbers = true
@@ -141,7 +141,7 @@ type = internal/backlight
card = intel_backlight card = intel_backlight
format = <ramp> <label> format = <ramp> <label>
label = %percentage% label = %percentage%%
ramp-0 =  ramp-0 = 
ramp-1 =  ramp-1 = 
@@ -157,8 +157,7 @@ tail = true
type = custom/script type = custom/script
interval = 1 interval = 1
format =  <label> format =  <label>
#exec = python3 ~/dots/scripts/spotify.py -f '{play_pause} {artist}: {song}' --font=2 exec = python3 ~/dots/scripts/spotify.py -f '{artist}: {song}' -t 50 -q
exec = python3 ~/dots/scripts/spotify.py -f '{artist}: {song}' -t 50
click-left = playerctl -p spotify play-pause click-left = playerctl -p spotify play-pause
click-right = playerctl -p spotify next click-right = playerctl -p spotify next
@@ -177,7 +176,6 @@ format =  <label>
[module/cpu_temp] [module/cpu_temp]
type = internal/temperature type = internal/temperature
interval = 5 interval = 5
# 0 is acpi next to cpu
# 10 is inside the cpu # 10 is inside the cpu
thermal-zone = 10 thermal-zone = 10
format =  <label> format =  <label>

View File

@@ -7,22 +7,20 @@ configuration {
bw: 0; bw: 0;
terminal: "alacritty"; terminal: "alacritty";
sidebar-mode: false; sidebar-mode: false;
font: "JuliaMono 20";
} }
@import "~/.config/rofi/colors.rasi" @import "~/.config/rofi/colors.rasi"
* { * {
background-color: rgba(0, 0, 0, 0); background-color: rgba(0, 0, 0, 0);
font: "JuliaMono 18"; font: "Roboto 20";
} }
window { window {
background-color: @background; background-color: @background;
padding: 30; padding: 30;
width: 30%; width: 30%;
height: 45%; height: 30%;
transparency: "real"; transparency: "real";
} }
@@ -76,12 +74,10 @@ inputbar {
prompt { prompt {
enabled: true; enabled: true;
padding: 0.5% 1% 0% 1%; padding: 0.5% 1% 0% 1%;
font: "JuliaMono 20";
} }
entry { entry {
padding: 8 12 8 12; padding: 8 12 8 12;
font: "JuliaMono 20";
margin: 0% 0% 0% 0%; margin: 0% 0% 0% 0%;
placeholder: "Search"; placeholder: "Search";
placeholder-color: #444444; placeholder-color: #444444;

View File

@@ -1,11 +1,11 @@
configuration { configuration {
font: "JuliaMono 18"; font: "Roboto 20";
show-icons: false; show-icons: false;
icon-theme: "Papirus"; icon-theme: "Papirus";
drun-display-format: "{name}"; drun-display-format: "{name}";
disable-history: false; disable-history: false;
sidebar-mode: false; sidebar-mode: false;
} }
@import "~/.config/rofi/colors.rasi" @import "~/.config/rofi/colors.rasi"

Binary file not shown.

BIN
fonts/Roboto-Regular.ttf Normal file

Binary file not shown.

View File

@@ -5,16 +5,16 @@
active_text_color="#ffffff" active_text_color="#ffffff"
active_bg= active_bg=
active_underline="#a6cc70" active_underline=
inactive_text_color="#ffffff" inactive_text_color="#cccccc"
inactive_bg= inactive_bg=
inactive_underline= inactive_underline=
separator="·" separator="·"
show="window_class" # options: window_title, window_class, window_classname show="window_class" # options: window_title, window_class, window_classname
forbidden_classes="Polybar Conky Gmrun" forbidden_classes="Polybar Conky Gmrun"
empty_desktop_message="Desktop" empty_desktop_message="i3"
char_limit=15 char_limit=15
max_windows=15 max_windows=15