update
This commit is contained in:
parent
8604af60af
commit
76cda4860c
5 changed files with 12 additions and 11 deletions
|
|
@ -71,7 +71,7 @@ if status is-interactive
|
|||
set fish_pager_color_secondary_completion
|
||||
end
|
||||
|
||||
if test $XDG_CURRENT_DESKTOP = niri
|
||||
if test $XDG_CURRENT_DESKTOP = "niri"
|
||||
dconf write /org/gnome/desktop/wm/preferences/button-layout "'appmenu'"
|
||||
else
|
||||
dconf reset /org/gnome/desktop/wm/preferences/button-layout
|
||||
|
|
|
|||
|
|
@ -3,11 +3,13 @@ function fish_prompt
|
|||
set -g VIRTUAL_ENV_DISABLE_PROMPT true
|
||||
end
|
||||
|
||||
set_color white --background=brwhite --dim --reverse
|
||||
# set_color white --background=brwhite --dim --reverse
|
||||
set_color brwhite
|
||||
set -g __fish_git_prompt_show_informative_status true
|
||||
printf '%s' (fish_git_prompt " %s ")
|
||||
printf '%s' (fish_git_prompt " %s")
|
||||
|
||||
set_color black --background=white --dim --reverse
|
||||
# set_color black --background=white --dim --reverse
|
||||
set_color white
|
||||
printf ' %s ' (prompt_pwd -D 8)
|
||||
echo
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
[Appearance]
|
||||
color_scheme_path=/usr/share/qt6ct/colors/dusk.conf
|
||||
custom_palette=true
|
||||
custom_palette=false
|
||||
icon_theme=breeze
|
||||
standard_dialogs=xdgdesktopportal
|
||||
style=Fusion
|
||||
|
||||
[Fonts]
|
||||
fixed="Adwaita Mono,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||
fixed="Adwaita Mono,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular"
|
||||
general="Adwaita Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular"
|
||||
|
||||
[Interface]
|
||||
|
|
|
|||
|
|
@ -23,9 +23,9 @@
|
|||
"format": "",
|
||||
"format-disabled": "", // an empty format will hide the module
|
||||
"format-connected": "",
|
||||
"tooltip-format": "{controller_alias}\t{controller_address}",
|
||||
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{device_enumerate}",
|
||||
"tooltip-format-enumerate-connected": "{device_alias}\t{device_address}",
|
||||
"tooltip-format": "{device_enumerate}",
|
||||
"tooltip-format-enumerate-connected": "{device_alias}",
|
||||
"tooltip-format-enumerate-connected-battery": "{device_alias} ({device_battery_percentage}%)",
|
||||
"on-click": "bluetoothmenu.fish"
|
||||
},
|
||||
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
"format": "{icon}",
|
||||
"format-icons": ["", "", "", "", "", "", "", "", "", ""],
|
||||
"format-charging": "",
|
||||
"tooltip-format": "Battery ({capacity}%)\n{time}\n{power}W"
|
||||
"tooltip-format": "Battery ({capacity}%)\n{power}W: {time}"
|
||||
},
|
||||
|
||||
"clock": {
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
8f12e67e-964c-4a1d-bc32-7393dbf78974
|
||||
Loading…
Add table
Add a link
Reference in a new issue