Ch ch ch changes

This commit is contained in:
tactonbishop 2022-06-11 13:32:44 +01:00
parent 3575383712
commit 942bd9bd66
5 changed files with 57 additions and 24 deletions

2
.gitignore vendored
View file

@ -1,2 +1,4 @@
.nvimlog .nvimlog
/polybar/secret.txt
spotifyd/spotifyd.conf spotifyd/spotifyd.conf
polybar/polybar_scripts/wakatime_status/query_wakatime.sh

View file

@ -14,7 +14,7 @@ set $sup Mod4
# Font for window titles. Will also be used by the bar unless a different font # Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below. # is used in the bar {} block below.
font Roboto 9 font Inter 9
# This font is widely installed, provides lots of unicode glyphs, right-to-left # This font is widely installed, provides lots of unicode glyphs, right-to-left
# text rendering and scalability on retina/hidpi displays (thanks to pango). # text rendering and scalability on retina/hidpi displays (thanks to pango).
@ -43,7 +43,7 @@ bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ to
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
# Use Mouse+$mod to drag floating windows to their wanted position # Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod #floating_modifier $mod
# start a terminal # start a terminal
#bindsym $mod+Return exec kitty #bindsym $mod+Return exec kitty
@ -63,10 +63,10 @@ bindsym $mod+Shift+q kill
# change focus # change focus
bindsym $mod+h focus left bindsym $sup+h focus left
bindsym $mod+j focus down bindsym $sup+j focus down
bindsym $mod+k focus up bindsym $sup+k focus up
bindsym $mod+l focus right bindsym $sup+l focus right
# alternatively, you can use the cursor keys: # alternatively, you can use the cursor keys:
bindsym $mod+Left focus left bindsym $mod+Left focus left
@ -97,10 +97,10 @@ bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split bindsym $mod+e layout toggle split
# toggle tiling / floating # toggle tiling / floating
bindsym $mod+Shift+f floating toggle bindsym $mod+Shift+space floating toggle
# change focus between tiling / floating windows # change focus between tiling / floating windows
# bindsym $mod+space focus mode_toggle #bindsym $mod+space focus mode_toggle
# focus the parent container # focus the parent container
bindsym $mod+a focus parent bindsym $mod+a focus parent
@ -186,9 +186,9 @@ exec_always --no-startup-id $HOME/.config/polybar/launch.sh # Polybar
exec_always guake # Guake exec_always guake # Guake
# KEY BINDINGS # KEY BINDINGS
bindsym $mod+h split h
bindsym $mod+v split v
bindsym $mod+Shift+h split v # split horiz
bindsym $mod+Shift+v split h # split vert
bindsym $mod+space exec rofi -show drun -show-icons -display-drun "" # Rofi drun bindsym $mod+space exec rofi -show drun -show-icons -display-drun "" # Rofi drun
bindsym $mod+Tab exec rofi -show window # Rofi window-switcher bindsym $mod+Tab exec rofi -show window # Rofi window-switcher

View file

@ -56,8 +56,8 @@ font-3 = SymbolsNerdFont:size=15;3
modules-left = my-text-label xworkspaces nowplaying modules-left = my-text-label xworkspaces nowplaying
modules-center = ;modules-center =
modules-right = filesystem memory cpu battery temperature backlight pulseaudio bluetooth wlan date modules-right = filesystem memory cpu battery temperature backlight pulseaudio bluetooth wlan wakatime date time
tray-position = right tray-position = right
tray-padding = 2 tray-padding = 2
@ -138,7 +138,7 @@ label-padding = 1
type = internal/cpu type = internal/cpu
interval = 2 interval = 2
format-prefix = " " format-prefix = " "
format-underline = #df8008 format-underline = #7f2b26
format-prefix-foreground = ${colors.primary} format-prefix-foreground = ${colors.primary}
label = %percentage: 2%% label = %percentage: 2%%
@ -180,7 +180,18 @@ format-prefix-foreground = ${colors.primary}
format-prefix = "" format-prefix = ""
date = %a %d %b %Y date = %a %d %b %Y
time = %H:%M time = %H:%M
label = %date% | %{F#2f7e25}%time% label = %date%
label-padding = 2
[module/time]
type = internal/date
interval = 1
format-underline = #df8008
format-prefix-foreground = ${colors.primary}
format-prefix = ""
date = %a %d %b %Y
time = %H:%M
label = %time%
label-padding = 2 label-padding = 2
[module/temperature] [module/temperature]
@ -277,8 +288,16 @@ format-prefix-foreground = ${colors.primary}
label-padding = 1 label-padding = 1
format-underline = ${colors.primary} format-underline = ${colors.primary}
[module/wakatime]
type = custom/script
exec = ~/dotfiles/polybar/polybar_scripts/wakatime_status/query_wakatime.sh
interval = 10
format-prefix = " "
format-underline = #707f23
format-prefix-foreground = ${colors.primary}
label-padding = 1
[settings] [settings]
screenchange-reload = true screenchange-reload = true
pseudo-transparency = true pseudo-transparency = true

View file

@ -10,3 +10,15 @@ else
fi fi
echo "%{F#73fa91}" echo "%{F#73fa91}"
fi fi
# if [ "$player_status" = "Playing" ]; then
# echo " $(playerctl metadata artist) | $(playerctl metadata title) | $(playerctl metadata album)"
# elif [ "$player_status" = "Paused" ]; then
# echo " $(playerctl metadata artist) | $(playerctl metadata title) | $(playerctl metadata album)"
# elif [ "$player_status" = "Stopped" ]; then
# echo " $(playerctl metadata artist) | $(playerctl metadata title) | $(playerctl metadata album)"
# else
# echo " Disconnected"
# fi

View file

@ -76,7 +76,7 @@
"suppressGitMissingWarning": true "suppressGitMissingWarning": true
}, },
"[shellscript]": { "[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format" "editor.defaultFormatter": "shakram02.bash-beautify"
}, },
"workbench.colorTheme": "Alien Blood ", "workbench.colorTheme": "Alien Blood ",
"window.titleBarStyle": "custom" "window.titleBarStyle": "custom"